summaryrefslogtreecommitdiff
authorChaomin Zheng <chaomin.zheng@amlogic.com>2018-04-16 05:06:42 (GMT)
committer Ting Wang <ting.wang@amlogic.com>2018-04-19 16:46:37 (GMT)
commitff596ad3e17898170479a947488379e51953e0ac (patch)
treeefa6dbe1caefa6d90a2e056c34dda1a1f13ab6b7
parenta3f0d1ef2b78870c58b02ba162201f53443bd24d (diff)
downloaddarwin-ff596ad3e17898170479a947488379e51953e0ac.zip
darwin-ff596ad3e17898170479a947488379e51953e0ac.tar.gz
darwin-ff596ad3e17898170479a947488379e51953e0ac.tar.bz2
Arc:config audio policy & mixer paths[1/1]
PD# 163884 config audio policy & mixer paths Change-Id: I9ee3144629b98424984d8718570076af2a01ea1b
Diffstat
-rw-r--r--files/audio_policy.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/audio_policy.conf b/files/audio_policy.conf
index a3f8773..08a5b35 100644
--- a/files/audio_policy.conf
+++ b/files/audio_policy.conf
@@ -128,7 +128,7 @@ audio_hw_modules {
sampling_rates 48000
channel_masks AUDIO_CHANNEL_OUT_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
- devices speaker|hdmi_out|hdmi_arc|SPDIF|wired_headphone|wired_headset|BT_sco|BT_sco_headset
+ devices speaker|hdmi_arc|SPDIF|wired_headphone|wired_headset|BT_sco|BT_sco_headset
flags AUDIO_OUTPUT_FLAG_PRIMARY
}
offload {
@@ -138,7 +138,7 @@ audio_hw_modules {
sampling_rates dynamic
channel_masks dynamic
formats dynamic
- devices speaker|hdmi_out|hdmi_arc|SPDIF|wired_headphone|wired_headset
+ devices speaker|hdmi_arc|SPDIF|wired_headphone|wired_headset
#flags AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD|AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_IEC958_NONAUDIO|AUDIO_OUTPUT_FLAG_HW_AV_SYNC
flags AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_HW_AV_SYNC
}