[APTX] universal7885: Add APTX support

Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-11-22 23:28:19 +09:00
commit 1f8d0619cc
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
10 changed files with 132 additions and 5 deletions

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009-2012 Broadcom Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Configuring priorities of A2DP source codecs. Larger value means
higher priority. Value -1 means the codec is disabled.
Value 0 is reserved and should not be used here. Enabled codecs
should have priorities in the interval [1, 999999], and each priority
value should be unique. -->
<integer name="a2dp_source_codec_priority_sbc">5001</integer>
<integer name="a2dp_source_codec_priority_aac">4001</integer>
<integer name="a2dp_source_codec_priority_aptx">2001</integer>
<integer name="a2dp_source_codec_priority_aptx_hd">1001</integer>
<integer name="a2dp_source_codec_priority_ldac">3001</integer>
</resources>