projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02bf34f
)
ASoC: da732x: Remove unnecessary idle_bias_off initialization
author
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 9 Sep 2014 18:42:43 +0000
(20:42 +0200)
committer
Mark Brown
<broonie@linaro.org>
Tue, 9 Sep 2014 20:08:45 +0000
(21:08 +0100)
idle_bias_off is false by default, no need to set it explicitly.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/da732x.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/da732x.c
b/sound/soc/codecs/da732x.c
index 2fae31cb006745587e0fb1a51491dd10e0facea5..edcbfeafc8cb7693853a15e2ec57fab648149127 100644
(file)
--- a/
sound/soc/codecs/da732x.c
+++ b/
sound/soc/codecs/da732x.c
@@
-1511,12
+1511,9
@@
static int da732x_set_bias_level(struct snd_soc_codec *codec,
static int da732x_probe(struct snd_soc_codec *codec)
{
struct da732x_priv *da732x = snd_soc_codec_get_drvdata(codec);
- struct snd_soc_dapm_context *dapm = &codec->dapm;
da732x->codec = codec;
- dapm->idle_bias_off = false;
-
da732x_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
return 0;