Commit f6ea805f524207f125f1d245152a16e3a8094243
Committed by
Takashi Iwai
1 parent
01e9607815
Exists in
master
and in
7 other branches
ALSA: hdspm - Remove input selector on MADIface
In contrast to the RME MADI card, coax/optical selection on the MADIface is done via a physical switch located at the breakout box. Obviously, the driver cannot switch ports in software. Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff
sound/pci/rme9652/hdspm.c
... | ... | @@ -4272,8 +4272,7 @@ |
4272 | 4272 | HDSPM_SYNC_CHECK("MADI SyncCheck", 0), |
4273 | 4273 | HDSPM_TX_64("TX 64 channels mode", 0), |
4274 | 4274 | HDSPM_C_TMS("Clear Track Marker", 0), |
4275 | - HDSPM_SAFE_MODE("Safe Mode", 0), | |
4276 | - HDSPM_INPUT_SELECT("Input Select", 0), | |
4275 | + HDSPM_SAFE_MODE("Safe Mode", 0) | |
4277 | 4276 | }; |
4278 | 4277 | |
4279 | 4278 | static struct snd_kcontrol_new snd_hdspm_controls_aio[] = { |