mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +00:00
make the default pcm device "default"
This commit is contained in:
parent
94f00bbefe
commit
ba4ca3515d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue