ASoC: adau1373: Use SOC_ENUM_SINGLE_VIRT_DECL()
[deliverable/linux.git] / sound / soc / codecs / adau1373.c
index 5765c224cd9a111022a29501f55c504fec79c6b0..5223800775ad431de1b22e08f653d5e14c1086ee 100644 (file)
@@ -576,8 +576,8 @@ static const char *adau1373_decimator_text[] = {
        "DMIC1",
 };
 
-static SOC_ENUM_SINGLE_DECL(adau1373_decimator_enum,
-                           0, 0, adau1373_decimator_text);
+static SOC_ENUM_SINGLE_VIRT_DECL(adau1373_decimator_enum,
+       adau1373_decimator_text);
 
 static const struct snd_kcontrol_new adau1373_decimator_mux =
        SOC_DAPM_ENUM_VIRT("Decimator Mux", adau1373_decimator_enum);
This page took 0.086993 seconds and 5 git commands to generate.