1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 10:05:46 -05:00

Rename some input devices for consistency

This commit is contained in:
Daniele Forsi 2024-06-01 12:29:32 +02:00
parent 4cf54cb9a5
commit fd2959a878
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ void AaroniaRTSAInputPlugin::enumOriginDevices(QStringList& listedHwIds, OriginD
} }
originDevices.append(OriginDevice( originDevices.append(OriginDevice(
"AaroniaRTSA", "AaroniaRTSAInput",
m_hardwareID, m_hardwareID,
QString(), QString(),
0, 0,

View File

@ -67,7 +67,7 @@ void AudioInputPlugin::enumOriginDevices(QStringList& listedHwIds, OriginDevices
// but I thought it makes it simpler to switch between inputs // but I thought it makes it simpler to switch between inputs
// if they are in the AudioInput GUI // if they are in the AudioInput GUI
originDevices.append(OriginDevice( originDevices.append(OriginDevice(
"Audio", "AudioInput",
m_hardwareID, m_hardwareID,
"0", "0",
0, 0,