This commit is contained in:
Christoph Berg 2021-04-27 23:53:55 +02:00 committed by GitHub
commit 3bcf3b56a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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