aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorMisael Lopez Cruz <misael.lopez@ti.com>2012-04-24 16:38:15 -0500
committerZiyann <jaraidaniel@gmail.com>2014-10-01 13:00:03 +0200
commit2834b487f04cb7981640cc3f794a77956136ee11 (patch)
tree2562fdaa0813d2b61f1bea66e05ed284e739cec7 /sound/soc
parent4636d0ab7d32fd1baeb17df5ab4bc29e87fd5abc (diff)
downloadkernel_samsung_tuna-2834b487f04cb7981640cc3f794a77956136ee11.zip
kernel_samsung_tuna-2834b487f04cb7981640cc3f794a77956136ee11.tar.gz
kernel_samsung_tuna-2834b487f04cb7981640cc3f794a77956136ee11.tar.bz2
ASoC: OMAP ABE: Remove extra OPP100 transition
There is no need of doing a OPP100 transition when AESS stream is open, required OPP is calculated based on the active audio routes. Change-Id: I178058827c448aa6d300724a2baeb5f44ac9a690 Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/omap/omap-abe-dsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/omap/omap-abe-dsp.c b/sound/soc/omap/omap-abe-dsp.c
index 399bbb1..1de4627 100644
--- a/sound/soc/omap/omap-abe-dsp.c
+++ b/sound/soc/omap/omap-abe-dsp.c
@@ -2407,7 +2407,6 @@ static int aess_open(struct snd_pcm_substream *substream)
if (!abe->active++) {
abe->opp = 0;
aess_restore_context(abe);
- abe_set_opp_mode(abe, 100);
abe_wakeup();
}