From c448cd48f3b12e647f6147d88ad18df2ccbc4914 Mon Sep 17 00:00:00 2001 From: Tellen Yu Date: Wed, 01 Nov 2017 03:07:05 +0000 Subject: Merge "treble: enable full treble mode [6/9]" into o-amlogic --- 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, -- cgit