Make speaker-test compatible with dmix by default.

This commit is contained in:
James Courtier-Dutton 2005-11-19 13:31:21 +00:00
parent 3c50a3aa6f
commit b69100fb0a

View file

@ -54,7 +54,7 @@
#include "aconfig.h" #include "aconfig.h"
#include "gettext.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 snd_pcm_format_t format = SND_PCM_FORMAT_S16; /* sample format */
static unsigned int rate = 48000; /* stream rate */ static unsigned int rate = 48000; /* stream rate */
static unsigned int channels = 1; /* count of channels */ static unsigned int channels = 1; /* count of channels */