summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2017-11-01 03:07:05 (GMT)
committer Gerrit Code Review <gituser@scgit.amlogic.com>2017-11-01 03:07:05 (GMT)
commitc448cd48f3b12e647f6147d88ad18df2ccbc4914 (patch)
tree0423cc67c855f826dcd79f5df0a8b1bf5b87c705
parent205b228af56df8f9084fd555fc89513ea40eec3b (diff)
parentcb07e90219685cae079fbc39c368925be9ecc39c (diff)
downloadaudio-c448cd48f3b12e647f6147d88ad18df2ccbc4914.zip
audio-c448cd48f3b12e647f6147d88ad18df2ccbc4914.tar.gz
audio-c448cd48f3b12e647f6147d88ad18df2ccbc4914.tar.bz2
Merge "treble: enable full treble mode [6/9]" into o-amlogic
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 981129f..8560f58 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,