diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-12-16 15:36:37 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-12-16 15:59:54 -0500 |
commit | c2151433847e88ba05c6bb539d9397ea90d755e6 (patch) | |
tree | a70af8c5b66bf44ab1279ec5e376372cf6695432 /sound/soc/codecs | |
parent | 255173b40db448ce063a2caa680a552fb637ad20 (diff) |
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: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/da7210.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/da7210.c b/sound/soc/codecs/da7210.c index 14f5f344b1d5..fbf3ab482015 100644 --- a/sound/soc/codecs/da7210.c +++ b/sound/soc/codecs/da7210.c | |||
@@ -81,6 +81,9 @@ | |||
81 | #define DA7210_ADC_L_EN (1 << 3) | 81 | #define DA7210_ADC_L_EN (1 << 3) |
82 | #define DA7210_ADC_R_EN (1 << 7) | 82 | #define DA7210_ADC_R_EN (1 << 7) |
83 | 83 | ||
84 | /* DAC_HPF fields */ | ||
85 | #define DA7210_DAC_VOICE_EN (1 << 7) | ||
86 | |||
84 | /* DAC_SEL bit fields */ | 87 | /* DAC_SEL bit fields */ |
85 | #define DA7210_DAC_L_SRC_DAI_L (4 << 0) | 88 | #define DA7210_DAC_L_SRC_DAI_L (4 << 0) |
86 | #define DA7210_DAC_L_EN (1 << 3) | 89 | #define DA7210_DAC_L_EN (1 << 3) |