summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel M. Beddingfield <gabrbedd@ti.com>2012-05-14 15:05:12 -0500
committerDan Murphy <dmurphy@ti.com>2012-05-16 15:15:50 -0500
commit2c7df2e5ca3fb8fae4b9c121e9ca2c807bd21dd6 (patch)
treefc9de140608156a6088a99421f7e71505d3cf038
parentfcfeb94c44f247dcd1cd0c80e6894d61f7ad12f2 (diff)
ASoC: ABE - Unmute Tones DL2 gain when appropriate.audio_k34_rc7
When unmuting the "Tones" gains, only the DL1 gain was being un-muted. This was obviously a typo. Signed-off-by: Gabriel M. Beddingfield <gabrbedd@ti.com>
-rw-r--r--sound/soc/omap/omap-abe-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/omap-abe-pcm.c b/sound/soc/omap/omap-abe-pcm.c
index f52c6c61770..8173e01c760 100644
--- a/sound/soc/omap/omap-abe-pcm.c
+++ b/sound/soc/omap/omap-abe-pcm.c
@@ -575,7 +575,7 @@ static void mute_fe_port_playback(struct snd_soc_pcm_runtime *fe,
omap_aess_mute_gain(abe->aess, OMAP_AESS_MIXDL2_TONES);
} else {
omap_aess_unmute_gain(abe->aess, OMAP_AESS_MIXDL1_TONES);
- omap_aess_unmute_gain(abe->aess, OMAP_AESS_MIXDL1_TONES);
+ omap_aess_unmute_gain(abe->aess, OMAP_AESS_MIXDL2_TONES);
}
break;
case OMAP_ABE_FRONTEND_DAI_VIBRA: