diff options
author | Ramjee Singh <ramjee@codeaurora.org> | 2020-11-30 17:25:10 +0530 |
---|---|---|
committer | Ramjee Singh <ramjee@codeaurora.org> | 2020-11-30 17:25:10 +0530 |
commit | 75f87981023ca96f82d7404103b8bb60c30e935a (patch) | |
tree | 1c745456fac242faa81c46b4a81047f7addefedc | |
parent | da624e59932bf7bfdf1a1f835d2ad42fe825c1bd (diff) |
configs: add device speaker-and-usb-headphones for ULL path
add device speaker-and-usb-headphpnes for ULL path
Change-Id: I7710b0e133ed5204ba567f7af5ae24a222a61d41
-rw-r--r-- | configs/lito/mixer_paths_orchidmtp.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/lito/mixer_paths_orchidmtp.xml b/configs/lito/mixer_paths_orchidmtp.xml index d1fa472d..debcd560 100644 --- a/configs/lito/mixer_paths_orchidmtp.xml +++ b/configs/lito/mixer_paths_orchidmtp.xml @@ -3487,6 +3487,11 @@ <path name="audio-ull-playback" /> </path> + <path name="audio-ull-playback speaker-and-usb-headphones"> + <path name="audio-ull-playback usb-headphones" /> + <path name="audio-ull-playback" /> + </path> + <path name="mmap-playback"> <ctl name="WSA_CDC_DMA_RX_0 Audio Mixer MultiMedia16" value="1" /> </path> |