summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-07-17 16:26:49 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-07-17 16:26:49 +0200
commitdd8ec751ea1576853f0b97f4ff2a1a938d621e45 (patch)
tree8adcdd447d0a72e02fe5c8e332950522c743ef9a
parent6befc18ae2ba1c670222f25953c93ab425dc86d9 (diff)
downloaddevice_samsung_i9300-dd8ec751ea1576853f0b97f4ff2a1a938d621e45.zip
device_samsung_i9300-dd8ec751ea1576853f0b97f4ff2a1a938d621e45.tar.gz
device_samsung_i9300-dd8ec751ea1576853f0b97f4ff2a1a938d621e45.tar.bz2
audio: fix non working speaker after booting with hp plugged in
Change-Id: I7fbf1587f4def7fa8bd8f17c12142eeec66679f7
-rwxr-xr-xaudio/audio_hw.c2
-rw-r--r--configs/tiny_hw.xml2
2 files changed, 1 insertions, 3 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index 4515a68..4ba97bf 100755
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -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;
}
diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml
index d88f4ea..c3fd418 100644
--- a/configs/tiny_hw.xml
+++ b/configs/tiny_hw.xml
@@ -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"/>