mirror of
https://github.com/dj0abr/SSB_HighSpeed_Modem.git
synced 2026-02-21 17:23:45 -05:00
Merge 32c9a2c8c5bf52e697b67e0b982bd0b46f4003de into 70888048267c06ce03c3c99aa800c98e959e974b
This commit is contained in:
commit
3bcf3b56a7
@ -170,7 +170,6 @@ int scan_devices()
|
||||
{
|
||||
struct SoundIoDevice* device = soundio_get_input_device(soundio, i);
|
||||
if (device == NULL) continue;
|
||||
if (strstr(device->name, "onitor")) continue;
|
||||
if (device->probe_error) continue;
|
||||
|
||||
didx = getDevlistIndex(device->name, device->id);
|
||||
@ -193,7 +192,6 @@ int scan_devices()
|
||||
{
|
||||
struct SoundIoDevice* device = soundio_get_output_device(soundio, i);
|
||||
if (device == NULL) continue;
|
||||
if (strstr(device->name, "onitor")) continue;
|
||||
if (device->probe_error) continue;
|
||||
|
||||
didx = getDevlistIndex(device->name, device->id);
|
||||
@ -214,4 +212,4 @@ int scan_devices()
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif // ifndef WIN32
|
||||
#endif // ifndef WIN32
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user