mmdevapi: Blacklist portaudio.
This commit is contained in:
parent
0379acc27d
commit
47d28ace15
|
@ -756,6 +756,8 @@ static int blacklist(const char *dev) {
|
|||
return 1;
|
||||
if (!strncmp(dev, "ALSA ", 5) && strstr(dev, "hw:"))
|
||||
return 1;
|
||||
if (!strncmp(dev, "PortAudio ", 10))
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue