diff --git a/hsmodem/libkmaudio/libkmaudio_getDevices_Linux.cpp b/hsmodem/libkmaudio/libkmaudio_getDevices_Linux.cpp index 6284d67..99c47cb 100755 --- a/hsmodem/libkmaudio/libkmaudio_getDevices_Linux.cpp +++ b/hsmodem/libkmaudio/libkmaudio_getDevices_Linux.cpp @@ -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 \ No newline at end of file +#endif // ifndef WIN32