[USB Audio AIDL] Fix wrong capture path on mixer_paths.xml am: 19efcc629d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/24678022 Change-Id: I9552920ade1dacc80e51c8394ae7e5aa6f483a0f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c750ee2b56
2 changed files with 2 additions and 2 deletions
|
@ -858,7 +858,7 @@
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path name="usb-headset-microphones -> primary-capture-0">
|
<path name="usb-headset-microphones -> primary-capture-0">
|
||||||
<path name="usb-microphones-> primary-capture-0" />
|
<path name="usb-microphones -> primary-capture-0" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path name="usb-device-microphones -> primary-capture-0">
|
<path name="usb-device-microphones -> primary-capture-0">
|
||||||
|
|
|
@ -858,7 +858,7 @@
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path name="usb-headset-microphones -> primary-capture-0">
|
<path name="usb-headset-microphones -> primary-capture-0">
|
||||||
<path name="usb-microphones-> primary-capture-0" />
|
<path name="usb-microphones -> primary-capture-0" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path name="usb-device-microphones -> primary-capture-0">
|
<path name="usb-device-microphones -> primary-capture-0">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue