mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 18:43:28 -05:00
Merge pull request #2142 from dforsi/fix/device-names
Rename some input devices for consistency
This commit is contained in:
commit
e5003af211
@ -65,7 +65,7 @@ void AaroniaRTSAInputPlugin::enumOriginDevices(QStringList& listedHwIds, OriginD
|
||||
}
|
||||
|
||||
originDevices.append(OriginDevice(
|
||||
"AaroniaRTSA",
|
||||
"AaroniaRTSAInput",
|
||||
m_hardwareID,
|
||||
QString(),
|
||||
0,
|
||||
|
@ -67,7 +67,7 @@ void AudioInputPlugin::enumOriginDevices(QStringList& listedHwIds, OriginDevices
|
||||
// but I thought it makes it simpler to switch between inputs
|
||||
// if they are in the AudioInput GUI
|
||||
originDevices.append(OriginDevice(
|
||||
"Audio",
|
||||
"AudioInput",
|
||||
m_hardwareID,
|
||||
"0",
|
||||
0,
|
||||
|
Loading…
Reference in New Issue
Block a user