From b69100fb0a0ecaf4646ea82e23f9ea7aa8612689 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sat, 19 Nov 2005 13:31:21 +0000 Subject: [PATCH] Make speaker-test compatible with dmix by default. --- speaker-test/speaker-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speaker-test/speaker-test.c b/speaker-test/speaker-test.c index f15645f..7e5f304 100644 --- a/speaker-test/speaker-test.c +++ b/speaker-test/speaker-test.c @@ -54,7 +54,7 @@ #include "aconfig.h" #include "gettext.h" -static char *device = "plughw:0,0"; /* playback device */ +static char *device = "default"; /* playback device */ static snd_pcm_format_t format = SND_PCM_FORMAT_S16; /* sample format */ static unsigned int rate = 48000; /* stream rate */ static unsigned int channels = 1; /* count of channels */ -- 2.47.1