diff options
author | Adrian Knoth <adi@drcomp.erfurt.thur.de> | 2011-02-23 05:43:12 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-02-23 09:44:06 -0500 |
commit | f6ea805f524207f125f1d245152a16e3a8094243 (patch) | |
tree | f33bf71fcc9f0c1b6e04491117ce114142c4aa8d /sound | |
parent | 01e9607815755f748eb8722c3c3d8f308b7b4470 (diff) |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index 7246302f6900..ea49ffe4d9ab 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c | |||
@@ -4272,8 +4272,7 @@ static struct snd_kcontrol_new snd_hdspm_controls_madiface[] = { | |||
4272 | HDSPM_SYNC_CHECK("MADI SyncCheck", 0), | 4272 | HDSPM_SYNC_CHECK("MADI SyncCheck", 0), |
4273 | HDSPM_TX_64("TX 64 channels mode", 0), | 4273 | HDSPM_TX_64("TX 64 channels mode", 0), |
4274 | HDSPM_C_TMS("Clear Track Marker", 0), | 4274 | HDSPM_C_TMS("Clear Track Marker", 0), |
4275 | HDSPM_SAFE_MODE("Safe Mode", 0), | 4275 | HDSPM_SAFE_MODE("Safe Mode", 0) |
4276 | HDSPM_INPUT_SELECT("Input Select", 0), | ||
4277 | }; | 4276 | }; |
4278 | 4277 | ||
4279 | static struct snd_kcontrol_new snd_hdspm_controls_aio[] = { | 4278 | static struct snd_kcontrol_new snd_hdspm_controls_aio[] = { |