]> git.karo-electronics.de Git - linux-beck.git/blobdiff - sound/soc/codecs/da7210.c
ASoC: Fix build of DA7210
[linux-beck.git] / sound / soc / codecs / da7210.c
index 14f5f344b1d5777bdf1bb1264d82959508931206..fbf3ab482015056ea7385255ef40b25ac38ca271 100644 (file)
@@ -81,6 +81,9 @@
 #define DA7210_ADC_L_EN                        (1 << 3)
 #define DA7210_ADC_R_EN                        (1 << 7)
 
+/* DAC_HPF fields */
+#define DA7210_DAC_VOICE_EN            (1 << 7)
+
 /* DAC_SEL bit fields */
 #define DA7210_DAC_L_SRC_DAI_L         (4 << 0)
 #define DA7210_DAC_L_EN                        (1 << 3)