projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c7ef41
)
ASoC: fsl: imx-wm8962: Don't update bias_level in machine driver
author
Nicolin Chen
<
[email protected]
>
Fri, 6 Dec 2013 15:38:28 +0000
(23:38 +0800)
committer
Mark Brown
<
[email protected]
>
Mon, 9 Dec 2013 17:51:00 +0000
(17:51 +0000)
If we update it here, the set_bias_level() of Codec driver won't be normally
called and we will then miss some essential procedures in set_bias_level() of
the Codec driver. Thus drop it.
Signed-off-by: Nicolin Chen <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/fsl/imx-wm8962.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/imx-wm8962.c
b/sound/soc/fsl/imx-wm8962.c
index 72064e995687fc922a4adb3f6f3b9211c13107b7..72718e19a3c76855ec66e9ff02dc9c5dcb4067d6 100644
(file)
--- a/
sound/soc/fsl/imx-wm8962.c
+++ b/
sound/soc/fsl/imx-wm8962.c
@@
-130,8
+130,6
@@
static int imx_wm8962_set_bias_level(struct snd_soc_card *card,
break;
}
- dapm->bias_level = level;
-
return 0;
}