mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Rename some input devices for consistency
This commit is contained in:
parent
4cf54cb9a5
commit
fd2959a878
@ -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,
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user