summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2017-02-11 15:07:44 +0100
committerChristopher N. Hesse <raymanfx@gmail.com>2017-02-12 11:57:02 +0000
commit7c367c0adfc38927061afc99ab19df94404b483d (patch)
treeb01dcff88d2e6d6b6ae85129b4df8c41b1d6848c
parent05bc1882e2cb41dd629515e516c1e0fb611d6279 (diff)
downloadandroid_hardware_samsung-7c367c0adfc38927061afc99ab19df94404b483d.tar.gz
android_hardware_samsung-7c367c0adfc38927061afc99ab19df94404b483d.tar.bz2
android_hardware_samsung-7c367c0adfc38927061afc99ab19df94404b483d.zip
audio: Update comments for voice mics
Change-Id: I3fc888a4046a2b49bc887088750dd0e5be1c543c
-rw-r--r--audio/mixer_paths_0.xml.template12
1 files changed, 8 insertions, 4 deletions
diff --git a/audio/mixer_paths_0.xml.template b/audio/mixer_paths_0.xml.template
index d3d21f6..7753896 100644
--- a/audio/mixer_paths_0.xml.template
+++ b/audio/mixer_paths_0.xml.template
@@ -85,22 +85,26 @@
<!-- Two mic -->
<path name="voice-earpiece-mic">
- <!-- Should be builtin and back mic -->
+ <!-- Should be main mic and back mic -->
+ <!-- Capture channel set to main mic -->
<!-- Empty path -->
</path>
<path name="voice-earpiece-mic-wb">
- <!-- Should be builtin and back mic -->
+ <!-- Should be main mic and back mic -->
+ <!-- Capture channel set to main mic -->
<!-- Empty path -->
</path>
<path name="voice-speaker-mic">
- <!-- Should be builtin and back mic -->
+ <!-- Should be main mic and back mic -->
+ <!-- Capture channel set to back mic -->
<!-- Empty path -->
</path>
<path name="voice-speaker-mic-wb">
- <!-- Should be builtin and back mic -->
+ <!-- Should be main mic and back mic -->
+ <!-- Capture channel set to back mic -->
<!-- Empty path -->
</path>