Merge "audio: add HDMI device handler" into udc-qpr-dev am: eed6b38128

Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/23609679

Change-Id: I1dfa2242a76532824722e3e35526085daf47c480
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Robert Lee 2023-07-13 04:21:29 +00:00 committed by Automerger Merge Worker
commit 5c09fd2d23
2 changed files with 2 additions and 0 deletions

View file

@ -300,6 +300,7 @@
<device_handle>
<handler libname="audio_bt_aoc.so"/>
<handler libname="audio_usb_aoc.so" argu="MaxSamplingRate=192000,UnsupportedFormat=S24_LE,MaxCapPacketInterval=125,MaxCapSampleRate=192000,MaxCapBitWidth=32,MaxCapChannel=2,EnableHifi192kMultichannel=0"/>
<handler libname="audio_hdmi_aoc.so"/>
</device_handle>
<external_module>

View file

@ -300,6 +300,7 @@
<device_handle>
<handler libname="audio_bt_aoc.so"/>
<handler libname="audio_usb_aoc.so" argu="MaxSamplingRate=192000,UnsupportedFormat=S24_LE,MaxCapPacketInterval=125,MaxCapSampleRate=192000,MaxCapBitWidth=32,MaxCapChannel=2,EnableHifi192kMultichannel=0"/>
<handler libname="audio_hdmi_aoc.so"/>
</device_handle>
<external_module>