From cb07e90219685cae079fbc39c368925be9ecc39c Mon Sep 17 00:00:00 2001 From: Tellen Yu Date: Tue, 26 Sep 2017 10:15:43 +0000 Subject: 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 --- 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, -- cgit