audio_usb: Add unsupported pcm format for USB accessory on Raviole. am: e8505f1183 am: 24630737d0

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

Change-Id: Ic25a889577fbc8aef87e3f1ee953c6ba2b83b445
This commit is contained in:
Joey Poomarin Phloyphisut 2021-07-19 08:00:23 +00:00 committed by Automerger Merge Worker
commit 4dc5989f69
4 changed files with 4 additions and 4 deletions

View file

@ -269,7 +269,7 @@
<device_handle>
<handler libname="audio_bt_aoc.so"/>
<handler libname="audio_usb_aoc.so" argu="MaxSamplingRate=96000"/>
<handler libname="audio_usb_aoc.so" argu="MaxSamplingRate=96000,UnsupportedFormat=S24_LE"/>
</device_handle>
<external_module>

View file

@ -269,7 +269,7 @@
<device_handle>
<handler libname="audio_bt_aoc.so"/>
<handler libname="audio_usb_aoc.so" argu="MaxSamplingRate=96000"/>
<handler libname="audio_usb_aoc.so" argu="MaxSamplingRate=96000,UnsupportedFormat=S24_LE"/>
</device_handle>
<external_module>

View file

@ -206,7 +206,7 @@
<device_handle>
<handler libname="audio_bt_aoc.so"/>
<handler libname="audio_usb_aoc.so" argu="MaxSamplingRate=96000"/>
<handler libname="audio_usb_aoc.so" argu="MaxSamplingRate=96000,UnsupportedFormat=S24_LE"/>
</device_handle>
<external_module>

View file

@ -206,7 +206,7 @@
<device_handle>
<handler libname="audio_bt_aoc.so"/>
<handler libname="audio_usb_aoc.so" argu="MaxSamplingRate=96000"/>
<handler libname="audio_usb_aoc.so" argu="MaxSamplingRate=96000,UnsupportedFormat=S24_LE"/>
</device_handle>
<external_module>