1
0
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:
Edouard Griffiths 2024-06-01 22:43:41 +02:00 committed by GitHub
commit e5003af211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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,