winealsa.drv: Use the plughw instead of the hw interface for opening devices.
This commit is contained in:
parent
0625d439de
commit
232893e083
|
@ -285,7 +285,7 @@ static HRESULT alsa_get_card_devices(snd_pcm_stream_t stream, WCHAR **ids, char
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
sprintf(devnode, "hw:%d,%d", card, device);
|
sprintf(devnode, "plughw:%d,%d", card, device);
|
||||||
if(!alsa_try_open(devnode, stream)){
|
if(!alsa_try_open(devnode, stream)){
|
||||||
if(count_failed)
|
if(count_failed)
|
||||||
++(*num);
|
++(*num);
|
||||||
|
|
Loading…
Reference in New Issue