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

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

Change-Id: I1287e6afdacee6f3060b132a9d67ea6cf208f8af
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Robert Lee 2023-07-13 23:31:57 +00:00 committed by Automerger Merge Worker
commit 4c57c67ccf
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>