Commit 0fe3a59b authored by Karsten Elfenbein's avatar Karsten Elfenbein Committed by Alexandre Julliard

winealsa: Use "default" as the default card name instead of "default:0".

parent 8b28ca72
......@@ -741,7 +741,7 @@ static int ALSA_ScanDevices(int directhw,
char *pcmname = NULL;
snd_pcm_t *pcm;
sprintf(defaultpcmname, "default:%d", card);
sprintf(defaultpcmname, "default");
sprintf(plugpcmname, "plughw:%d,%d", card, device);
sprintf(hwpcmname, "hw:%d,%d", card, device);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment