diff options
| author | Marc Bourgoin <themard85@gmail.com> | 2020-11-06 05:22:38 -0700 |
|---|---|---|
| committer | Joshua Blanchard <joshua.lee.bbg@gmail.com> | 2020-12-02 21:30:40 -0500 |
| commit | f136df174605c19f6718e3c86a6070032bfac486 (patch) | |
| tree | 52bf28a9c6f6f2dcfef1b8ddea4f6b0be0bd78be | |
| parent | 008f6cab094861465c8df2e02853a704385202b1 (diff) | |
evert: add some missing mixer paths
Resolves errors such as:
E audio_route: unable to find path 'speaker-stereo-dmic-ef'
Which in turn fixes the mic for gcam mods.
Change-Id: I4b61ca1ed7e8c6880e2dd2643964c304bc3749bf
| -rw-r--r-- | audio/mixer_paths.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/mixer_paths.xml b/audio/mixer_paths.xml index 0ac9f3c..075f119 100644 --- a/audio/mixer_paths.xml +++ b/audio/mixer_paths.xml @@ -973,6 +973,14 @@ <path name="voice-dmic-ef" /> </path> + <path name="handset-stereo-dmic-ef"> + <path name="voice-dmic-ef" /> + </path> + + <path name="speaker-stereo-dmic-ef"> + <path name="speaker-dmic-endfire" /> + </path> + <path name="voice-speaker-dmic-ef"> <path name="mic1" /> </path> |
