diff options
author | Adrian Knoth <adi@drcomp.erfurt.thur.de> | 2013-03-09 18:37:23 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-03-11 05:11:17 -0400 |
commit | 696be0fbe244ca6d267fb1ce67a4a5f6c8fe37bc (patch) | |
tree | e7366e258e75a2263614b911c86467ae23de4071 | |
parent | fcdc4ba1d8c69847540cb3152f0ca44e238111ee (diff) |
ALSA: hdspm - Provide ALSA control to disable 96K frames
For 96kHz, MADI allows to multiplex the samples (SMUX) or to use a
dedicated 96K mode. The RME cards default to 96K mode, but since not all
external MADI equipment supports this, provide a switch to users that
changes the on-wire protocol to SMUX.
Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index c56bfe402234..c03ee011bfb6 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c | |||
@@ -4192,6 +4192,7 @@ static struct snd_kcontrol_new snd_hdspm_controls_madi[] = { | |||
4192 | HDSPM_SYNC_CHECK("SYNC IN SyncCheck", 3), | 4192 | HDSPM_SYNC_CHECK("SYNC IN SyncCheck", 3), |
4193 | HDSPM_TOGGLE_SETTING("Line Out", HDSPM_LineOut), | 4193 | HDSPM_TOGGLE_SETTING("Line Out", HDSPM_LineOut), |
4194 | HDSPM_TOGGLE_SETTING("TX 64 channels mode", HDSPM_TX_64ch), | 4194 | HDSPM_TOGGLE_SETTING("TX 64 channels mode", HDSPM_TX_64ch), |
4195 | HDSPM_TOGGLE_SETTING("Disable 96K frames", HDSPM_SMUX), | ||
4195 | HDSPM_TOGGLE_SETTING("Clear Track Marker", HDSPM_clr_tms), | 4196 | HDSPM_TOGGLE_SETTING("Clear Track Marker", HDSPM_clr_tms), |
4196 | HDSPM_TOGGLE_SETTING("Safe Mode", HDSPM_AutoInp), | 4197 | HDSPM_TOGGLE_SETTING("Safe Mode", HDSPM_AutoInp), |
4197 | HDSPM_INPUT_SELECT("Input Select", 0), | 4198 | HDSPM_INPUT_SELECT("Input Select", 0), |