ALSA: hdspm - AIO: Drop superfluous HDSPM_AUTOSYNC_REF
The HDSPM_AUTOSYNC_REF macro is only implemented for MADI and AES32 cards, so it doesn't make sense to call it on AIO boards. Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
e71b95ad71
commit
3c32de58ae
|
@ -4419,7 +4419,6 @@ static struct snd_kcontrol_new snd_hdspm_controls_aio[] = {
|
|||
HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
|
||||
HDSPM_SYSTEM_CLOCK_MODE("System Clock Mode", 0),
|
||||
HDSPM_PREF_SYNC_REF("Preferred Sync Reference", 0),
|
||||
HDSPM_AUTOSYNC_REF("AutoSync Reference", 0),
|
||||
HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
|
||||
HDSPM_AUTOSYNC_SAMPLE_RATE("External Rate", 0),
|
||||
HDSPM_SYNC_CHECK("WC SyncCheck", 0),
|
||||
|
|
Loading…
Reference in New Issue