diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-07-17 16:26:49 +0200 |
---|---|---|
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-07-17 16:26:49 +0200 |
commit | dd8ec751ea1576853f0b97f4ff2a1a938d621e45 (patch) | |
tree | 8adcdd447d0a72e02fe5c8e332950522c743ef9a /audio | |
parent | 6befc18ae2ba1c670222f25953c93ab425dc86d9 (diff) | |
download | device_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
Diffstat (limited to 'audio')
-rwxr-xr-x | audio/audio_hw.c | 2 |
1 files changed, 1 insertions, 1 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; } |