diff options
author | qctecmdr <qctecmdr@localhost> | 2020-10-12 02:52:38 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-10-12 02:52:38 -0700 |
commit | 1c70598aa8afda90233aa4c858b10e11d1276b5b (patch) | |
tree | 5495fbcc0a56147df2644908273f3ff142e5a4f6 | |
parent | cd6a81e3b96c23535c66ed7817bd6baa4f3495b7 (diff) | |
parent | 7f54e97eb2dceadcd994f42843cebed5a0fbeec1 (diff) |
Merge "configs:sdm429: Add mixer ctl for Headphone and WSA combo"
-rw-r--r-- | configs/msm8937/mixer_paths_sku1.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/msm8937/mixer_paths_sku1.xml b/configs/msm8937/mixer_paths_sku1.xml index e40788df..9190d78a 100644 --- a/configs/msm8937/mixer_paths_sku1.xml +++ b/configs/msm8937/mixer_paths_sku1.xml @@ -1355,6 +1355,11 @@ <path name="headphones" /> </path> + <path name="wsa-speaker-and-headphones"> + <path name="wsa-speaker" /> + <path name="headphones" /> + </path> + <path name="usb-headphones"> </path> |