summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cx20442.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-02-22 08:20:02 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2011-02-22 08:20:02 -0800
commit609b06f33506d92693cb89c303026f830f769c0d (patch)
tree768c2fea768f95fa5a507e3520d6dc1d47cc1b93 /sound/soc/codecs/cx20442.c
parent790e10ba6c93c123665a3cfa53d6dcf73923e458 (diff)
parent3017358a75917b5ed5ad361c02ba2a7e257d3b2a (diff)
downloadop-kernel-dev-609b06f33506d92693cb89c303026f830f769c0d.zip
op-kernel-dev-609b06f33506d92693cb89c303026f830f769c0d.tar.gz
Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
* 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6: ASoC: Ensure supplies are maintained for force enabled widgets ASoC: WM8994: Improve playback robustness ASoC: WM8994: Improve robustness in some use cases ASoC: WM8903: Fix mic detection enable logic ASoC: WM8903: Fix mic detection register definitions ASoC: CX20442: fix wrong reg_cache_default content ASoC: Sync initial widget state with hardware
Diffstat (limited to 'sound/soc/codecs/cx20442.c')
-rw-r--r--sound/soc/codecs/cx20442.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cx20442.c b/sound/soc/codecs/cx20442.c
index bb4bf65..0bb424a 100644
--- a/sound/soc/codecs/cx20442.c
+++ b/sound/soc/codecs/cx20442.c
@@ -367,7 +367,7 @@ static int cx20442_codec_remove(struct snd_soc_codec *codec)
return 0;
}
-static const u8 cx20442_reg = CX20442_TELOUT | CX20442_MIC;
+static const u8 cx20442_reg;
static struct snd_soc_codec_driver cx20442_codec_dev = {
.probe = cx20442_codec_probe,
OpenPOWER on IntegriCloud