Skip to content

Commit

Permalink
audio: fix non working speaker after booting with hp plugged in
Browse files Browse the repository at this point in the history
Change-Id: I7fbf1587f4def7fa8bd8f17c12142eeec66679f7
  • Loading branch information
codeworkx committed Jul 17, 2012
1 parent 6befc18 commit dd8ec75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion audio/audio_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ static void select_output_device(struct m0_audio_device *adev)
LOGD("%s: AUDIO_DEVICE_OUT_ALL_SCO", __func__);
break;
default:
LOGD("%s: DEFAULT OUTPUT", __func__);
LOGD("%s: AUDIO_DEVICE_OUT_ALL", __func__);
break;
}

Expand Down
2 changes: 0 additions & 2 deletions configs/tiny_hw.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ We are able to have most of our routing static so do that
<device name="headphone">
<path name="on">
<ctl name="HP Switch" val="1"/>
<ctl name="Speaker Mixer Volume" val="1"/>
<ctl name="Speaker Volume" val="0"/>
<ctl name="Headphone ZC Switch" val="0"/>
<ctl name="AIF1DAC1 Volume" val="96"/>
<ctl name="AIF1 Boost Volume" val="0"/>
Expand Down

0 comments on commit dd8ec75

Please sign in to comment.