summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"/>