aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm0010.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-08-25 09:23:40 -0700
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-08-25 13:23:40 -0700
commitd3fd716e82ed643d804c49ca9ca554079c429a5c (patch)
treeaed6a7eea2fd5cd323980c4c9b19a6638fc36d8e /sound/soc/codecs/wm0010.c
parent1470bfacb675ab0e25c30c97772a764ca16e0e52 (diff)
ASoC: wm0010: Set idle_bias_off
Doesn't make any practical difference given that _SUSPEND and _OFF are equivalent for the driver but it's what we're really doing. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm0010.c')
-rw-r--r--sound/soc/codecs/wm0010.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm0010.c b/sound/soc/codecs/wm0010.c
index b6f7097d795..61ec7633fe5 100644
--- a/sound/soc/codecs/wm0010.c
+++ b/sound/soc/codecs/wm0010.c
@@ -726,6 +726,7 @@ static struct snd_soc_codec_driver soc_codec_dev_wm0010 = {
.probe = wm0010_probe,
.set_bias_level = wm0010_set_bias_level,
.set_sysclk = wm0010_set_sysclk,
+ .idle_bias_off = true,
.dapm_widgets = wm0010_dapm_widgets,
.num_dapm_widgets = ARRAY_SIZE(wm0010_dapm_widgets),