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

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

Change-Id: I964bfea104495860b269bfe3dd5ac6a6918d8b39
This commit is contained in:
Joey Poomarin Phloyphisut 2021-07-19 08:15:26 +00:00 committed by Automerger Merge Worker
commit 1f8f07e00b
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>