ASoC: arizona: Use auto disable muxes for routing
[deliverable/linux.git] / sound / soc / codecs / arizona.h
index 11ff899b02724fae943d2bc1ce98550b26a62985..bacc296a7d72e63edc99c302180318dd54a62add 100644 (file)
@@ -107,8 +107,8 @@ extern int arizona_mixer_values[ARIZONA_NUM_MIXER_INPUTS];
                             arizona_mixer_tlv)
 
 #define ARIZONA_MUX_ENUM_DECL(name, reg) \
-       SOC_VALUE_ENUM_SINGLE_DECL(name, reg, 0, 0xff,                  \
-                                  arizona_mixer_texts, arizona_mixer_values)
+       SOC_VALUE_ENUM_SINGLE_AUTODISABLE_DECL( \
+               name, reg, 0, 0xff, arizona_mixer_texts, arizona_mixer_values)
 
 #define ARIZONA_MUX_CTL_DECL(name) \
        const struct snd_kcontrol_new name##_mux =      \
This page took 0.025765 seconds and 5 git commands to generate.