mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
[APTX] universal7885: Add APTX support
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
2ba9a6ccbf
commit
1f8d0619cc
10 changed files with 132 additions and 5 deletions
|
|
@ -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>
|
||||
Loading…
Reference in a new issue