Skip to content

Commit

Permalink
Merge "ASoC: msm: qdsp6v2: Fix mute/unmute issues in DSDA"
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux Build Service Account authored and Gerrit - the friendly Code Review server committed Apr 24, 2014
2 parents b8ae50c + 128488a commit 5d17d1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sound/soc/msm/qdsp6v2/q6voice.c
Original file line number Diff line number Diff line change
Expand Up @@ -4345,6 +4345,9 @@ static int voice_lch_setup_vocproc(struct voice_data *v)
if (ret < 0)
pr_err("%s: voice volume failed %d\n", __func__, ret);

/* Reset lch mode when VOICE_LCH_STOP is recieved */
v->lch_mode = 0;

ret = voice_send_stream_mute_cmd(v,
VSS_IVOLUME_DIRECTION_TX,
v->stream_tx.stream_mute,
Expand Down

0 comments on commit 5d17d1a

Please sign in to comment.