make the default pcm device "default"

This commit is contained in:
Bill Currie 2003-09-08 22:56:06 +00:00
parent 94f00bbefe
commit ba4ca3515d

View file

@ -139,7 +139,7 @@ SNDDMA_Init (void)
}
stereo = snd_stereo->int_val;
if (!pcmname)
pcmname = "plughw:0,0";
pcmname = "default";
if ((err = qfsnd_pcm_open (&pcm, pcmname,
SND_PCM_STREAM_PLAYBACK,
SND_PCM_NONBLOCK)) < 0) {