New upstream version 26.0.0+dfsg1
This commit is contained in:
parent
8e020cdacb
commit
240080891f
837 changed files with 41275 additions and 9196 deletions
|
|
@ -11,7 +11,10 @@ static inline bool device_is_input(char *device)
|
|||
{
|
||||
return astrstri(device, "soundflower") == NULL &&
|
||||
astrstri(device, "wavtap") == NULL &&
|
||||
astrstri(device, "soundsiphon") == NULL;
|
||||
astrstri(device, "soundsiphon") == NULL &&
|
||||
astrstri(device, "ishowu") == NULL &&
|
||||
astrstri(device, "blackhole") == NULL &&
|
||||
astrstri(device, "loopback") == NULL;
|
||||
}
|
||||
|
||||
static inline bool enum_success(OSStatus stat, const char *msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue