commit | 1e27cc1157a6de099ad07709f0cb7972c058192e | [log] [tgz] |
---|---|---|
author | Pierre-Hugues Husson <phh@phh.me> | Sun Apr 01 00:21:03 2018 +0200 |
committer | Pierre-Hugues Husson <phh@phh.me> | Sun Apr 01 00:30:31 2018 +0200 |
tree | 807f962908235966cca04285d5593ec646671c5b | |
parent | 0dcd4589e95e0197cbfb59a9a4dd6f4e171e2a77 [diff] |
Override vendor's usb_audio_policy_configuration Android 8.1 added the support for new type of USB Audio devices (USB_HEADSET, instead of old USB_DEVICE) Some older USB devices got converted to this USB_HEADSET while still using the old protocol. There is no driver change needed, but the audio policy needs to be changed. Since vendors are simply using AOSP usb_audio_policy_configuration Override it by ourself.