mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Don't add alsa realm suffix, as there do not appear to be duplicate names
This commit is contained in:
parent
330507773c
commit
90f450b25c
@ -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