audio: add HDMI device handler
Bug: 264508873 Test: verified on test build Change-Id: I9ab084232f0dcaa03546de11d134c28f82a8f232 Signed-off-by: Carter Hsu <carterhsu@google.com>
This commit is contained in:
parent
ec8b22708f
commit
b2b86f9338
2 changed files with 2 additions and 0 deletions
|
@ -300,6 +300,7 @@
|
||||||
<device_handle>
|
<device_handle>
|
||||||
<handler libname="audio_bt_aoc.so"/>
|
<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_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>
|
</device_handle>
|
||||||
|
|
||||||
<external_module>
|
<external_module>
|
||||||
|
|
|
@ -300,6 +300,7 @@
|
||||||
<device_handle>
|
<device_handle>
|
||||||
<handler libname="audio_bt_aoc.so"/>
|
<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_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>
|
</device_handle>
|
||||||
|
|
||||||
<external_module>
|
<external_module>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue