diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2013-08-06 20:03:55 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-06 20:41:33 +0400 |
commit | c7f3843575eac1eea1fbda2f6b61d36627fa8f7c (patch) | |
tree | b656347ecb90005dc2c002e558e19b8965deb4e1 /sound/soc/codecs/arizona.h | |
parent | b79fae606c921522577f3000b6b9a807cd733d2e (diff) | |
download | linux-c7f3843575eac1eea1fbda2f6b61d36627fa8f7c.tar.xz |
ASoC: wm5110: Correct input OSR bits for wm5110
The input OSR bits are specified differently for wm5110 than for current
revs of wm5102. This patch corrects support for this on wm5110.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/arizona.h')
-rw-r--r-- | sound/soc/codecs/arizona.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/arizona.h b/sound/soc/codecs/arizona.h index fe1b794bd5f0..b6b6d7036ea0 100644 --- a/sound/soc/codecs/arizona.h +++ b/sound/soc/codecs/arizona.h @@ -198,6 +198,7 @@ extern const struct soc_enum arizona_lhpf3_mode; extern const struct soc_enum arizona_lhpf4_mode; extern const struct soc_enum arizona_ng_hold; +extern const struct soc_enum arizona_in_dmic_osr[]; extern int arizona_in_ev(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, |