1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-16 20:58:45 -04:00

Merge pull request #2142 from dforsi/fix/device-names

Rename some input devices for consistency
This commit is contained in:
Edouard Griffiths
2024-06-01 22:43:41 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -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,