summaryrefslogtreecommitdiff
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,