diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-02 20:57:19 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-02 20:57:19 +0200 |
commit | ea945ab4d27e101105d7b482183d7147d1f354ce (patch) | |
tree | 7fb50dd08c6bd49d31dba2bc91cc85daafebd324 /sound/soc/codecs/wm8753.c | |
parent | ASoC: omap: Use single hw_params callback in sdp3430 and zoom2 (diff) | |
parent | ASoC: Fix setting update bits for WM8753_LADC and WM8753_RADC (diff) | |
download | linux-ea945ab4d27e101105d7b482183d7147d1f354ce.tar.xz linux-ea945ab4d27e101105d7b482183d7147d1f354ce.zip |
Merge branch 'for-3.1' into for-3.2
Diffstat (limited to 'sound/soc/codecs/wm8753.c')
-rw-r--r-- | sound/soc/codecs/wm8753.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c index fe04a101d657..a9504710bb69 100644 --- a/sound/soc/codecs/wm8753.c +++ b/sound/soc/codecs/wm8753.c @@ -1455,8 +1455,8 @@ static int wm8753_probe(struct snd_soc_codec *codec) /* set the update bits */ snd_soc_update_bits(codec, WM8753_LDAC, 0x0100, 0x0100); snd_soc_update_bits(codec, WM8753_RDAC, 0x0100, 0x0100); - snd_soc_update_bits(codec, WM8753_LDAC, 0x0100, 0x0100); - snd_soc_update_bits(codec, WM8753_RDAC, 0x0100, 0x0100); + snd_soc_update_bits(codec, WM8753_LADC, 0x0100, 0x0100); + snd_soc_update_bits(codec, WM8753_RADC, 0x0100, 0x0100); snd_soc_update_bits(codec, WM8753_LOUT1V, 0x0100, 0x0100); snd_soc_update_bits(codec, WM8753_ROUT1V, 0x0100, 0x0100); snd_soc_update_bits(codec, WM8753_LOUT2V, 0x0100, 0x0100); |