summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2017-09-26 10:15:43 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2017-09-27 06:47:29 (GMT)
commitcb07e90219685cae079fbc39c368925be9ecc39c (patch)
treeae4796e5bb877aec020bd6de5b896f9beaf1e580
parent5be5255cb4935ad1013d339fefde87b9981de5f3 (diff)
downloadaudio-cb07e90219685cae079fbc39c368925be9ecc39c.zip
audio-cb07e90219685cae079fbc39c368925be9ecc39c.tar.gz
audio-cb07e90219685cae079fbc39c368925be9ecc39c.tar.bz2
treble: enable full treble mode [6/9]
PD# 151674 in full treble mode, vendor's file must be in /vendor, so change /system/etc/mixer_paths.xml to /vendor/etc/mixer_paths.xml Change-Id: I902ef06e6b7157b8b7f6968173751b6a0998a3ce
Diffstat
-rw-r--r--audio_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio_hw.c b/audio_hw.c
index 3830e9a..55e961b 100644
--- a/audio_hw.c
+++ b/audio_hw.c
@@ -91,7 +91,7 @@ static unsigned CAPTURE_PERIOD_SIZE = DEFAULT_CAPTURE_PERIOD_SIZE;
#define MM_FULL_POWER_SAMPLING_RATE 48000
/* sampling rate when using VX port for narrow band */
#define VX_NB_SAMPLING_RATE 8000
-#define MIXER_XML_PATH "/system/etc/mixer_paths.xml"
+#define MIXER_XML_PATH "/vendor/etc/mixer_paths.xml"
static const struct pcm_config pcm_config_out = {
.channels = 2,