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

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

Change-Id: Id709dfaac5b48232c0dddb89816241c7f853e57e
This commit is contained in:
Joey Poomarin Phloyphisut 2021-07-19 07:48:06 +00:00 committed by Automerger Merge Worker
commit d0b28dc6fb
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>