mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
Make speaker-test compatible with dmix by default.
This commit is contained in:
parent
3c50a3aa6f
commit
b69100fb0a
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue