aja: Hide duplicate HDMI IN entry for Kona HDMI

This commit is contained in:
Paul Hindt 2022-01-27 01:10:13 -08:00 committed by Colin Edwards
parent a4c0996d59
commit 0d15bb0b94

View File

@ -847,6 +847,9 @@ bool DeviceCanDoIOSelectionIn(NTV2DeviceID id, IOSelection io)
if (io == IOSelection::HDMI1 && CardCanDoHDMIMonitorInput(id)) {
return false;
}
if (io == IOSelection::HDMIMonitorIn && id == DEVICE_ID_KONAHDMI) {
return false;
}
NTV2InputSourceSet inputSources;
if (io != IOSelection::Invalid) {