Commit c2151433 authored by Mark Brown's avatar Mark Brown

ASoC: Fix build of DA7210

DAC_VOICE_EN was not defined - looks to have been overly enthusiastically
deleted from a previous revision of the patch, pull the value from v1.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 255173b4
...@@ -81,6 +81,9 @@ ...@@ -81,6 +81,9 @@
#define DA7210_ADC_L_EN (1 << 3) #define DA7210_ADC_L_EN (1 << 3)
#define DA7210_ADC_R_EN (1 << 7) #define DA7210_ADC_R_EN (1 << 7)
/* DAC_HPF fields */
#define DA7210_DAC_VOICE_EN (1 << 7)
/* DAC_SEL bit fields */ /* DAC_SEL bit fields */
#define DA7210_DAC_L_SRC_DAI_L (4 << 0) #define DA7210_DAC_L_SRC_DAI_L (4 << 0)
#define DA7210_DAC_L_EN (1 << 3) #define DA7210_DAC_L_EN (1 << 3)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment