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: Ifb42394f9422951875a14c6e554602240c7c739a
This commit is contained in:
commit
409d7496a9
4 changed files with 4 additions and 4 deletions
|
@ -269,7 +269,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=96000"/>
|
<handler libname="audio_usb_aoc.so" argu="MaxSamplingRate=96000,UnsupportedFormat=S24_LE"/>
|
||||||
</device_handle>
|
</device_handle>
|
||||||
|
|
||||||
<external_module>
|
<external_module>
|
||||||
|
|
|
@ -269,7 +269,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=96000"/>
|
<handler libname="audio_usb_aoc.so" argu="MaxSamplingRate=96000,UnsupportedFormat=S24_LE"/>
|
||||||
</device_handle>
|
</device_handle>
|
||||||
|
|
||||||
<external_module>
|
<external_module>
|
||||||
|
|
|
@ -206,7 +206,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=96000"/>
|
<handler libname="audio_usb_aoc.so" argu="MaxSamplingRate=96000,UnsupportedFormat=S24_LE"/>
|
||||||
</device_handle>
|
</device_handle>
|
||||||
|
|
||||||
<external_module>
|
<external_module>
|
||||||
|
|
|
@ -206,7 +206,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=96000"/>
|
<handler libname="audio_usb_aoc.so" argu="MaxSamplingRate=96000,UnsupportedFormat=S24_LE"/>
|
||||||
</device_handle>
|
</device_handle>
|
||||||
|
|
||||||
<external_module>
|
<external_module>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue