]> Pileus Git - ~andy/linux/blobdiff - sound/soc/codecs/arizona.c
Merge tag 'tags/ib-asoc-1' into for-mfd-next
[~andy/linux] / sound / soc / codecs / arizona.c
index fea991031be18a05eab28e4922b10a2e472b5ea9..f5588bd50051be41f3852615d526807bd2b68d18 100644 (file)
@@ -560,6 +560,16 @@ const struct soc_enum arizona_ng_hold =
                        4, arizona_ng_hold_text);
 EXPORT_SYMBOL_GPL(arizona_ng_hold);
 
+static const char * const arizona_in_hpf_cut_text[] = {
+       "2.5Hz", "5Hz", "10Hz", "20Hz", "40Hz"
+};
+
+const struct soc_enum arizona_in_hpf_cut_enum =
+       SOC_ENUM_SINGLE(ARIZONA_HPF_CONTROL, ARIZONA_IN_HPF_CUT_SHIFT,
+                       ARRAY_SIZE(arizona_in_hpf_cut_text),
+                       arizona_in_hpf_cut_text);
+EXPORT_SYMBOL_GPL(arizona_in_hpf_cut_enum);
+
 static const char * const arizona_in_dmic_osr_text[] = {
        "1.536MHz", "3.072MHz", "6.144MHz",
 };