summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm1250-ev1.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-21 21:33:40 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-23 17:05:44 +0100
commita850260e4722706805fda3a0f6e5bc1539e83bac (patch)
treefd6bf9ddb01530c6bbb6ff25e5187e8690b4ecc0 /sound/soc/codecs/wm1250-ev1.c
parent213eb0fb1e8e4ddfb8ffdb239c45ba2a1eef3dc2 (diff)
ASoC: Set idle_bias_off for WM1250 EV1
The WM1250 EV1 is functionally digital in a system (the analogue I/O is either ground referenced or always powered) so flag it as idle_bias_off. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm1250-ev1.c')
-rw-r--r--sound/soc/codecs/wm1250-ev1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm1250-ev1.c b/sound/soc/codecs/wm1250-ev1.c
index 0554b8869886..cd0ec0fd1dba 100644
--- a/sound/soc/codecs/wm1250-ev1.c
+++ b/sound/soc/codecs/wm1250-ev1.c
@@ -104,6 +104,7 @@ static struct snd_soc_codec_driver soc_codec_dev_wm1250_ev1 = {
.num_dapm_routes = ARRAY_SIZE(wm1250_ev1_dapm_routes),
.set_bias_level = wm1250_ev1_set_bias_level,
+ .idle_bias_off = true,
};
static int __devinit wm1250_ev1_pdata(struct i2c_client *i2c)