Skip to content

Commit

Permalink
ASoC: Fix build of DA7210
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Dec 16, 2009
1 parent 255173b commit c215143
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sound/soc/codecs/da7210.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c215143

Please sign in to comment.