mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 09:48:45 -05:00
Don't add alsa realm suffix, as there do not appear to be duplicate names
This commit is contained in:
parent
f85250f638
commit
f72c118598
@ -52,7 +52,7 @@ struct AudioInputSettings {
|
||||
return deviceInfo.deviceName();
|
||||
#else
|
||||
QString realm = deviceInfo.realm();
|
||||
if (realm != "" && realm != "default")
|
||||
if (realm != "" && realm != "default" && realm != "alsa")
|
||||
return deviceInfo.deviceName() + " " + realm;
|
||||
else
|
||||
return deviceInfo.deviceName();
|
||||
|
Loading…
Reference in New Issue
Block a user