Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
device_lge_alphaplus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LMODroid-Devices
device_lge_alphaplus
Commits
a718e9bd
Commit
a718e9bd
authored
2 years ago
by
Bruno Martins
Committed by
Han Sol Jin
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
alphaplus: Switch to AOSP BT stack
Change-Id: Ice6c2b0735aa7cb4b2e638a794c778883e706c97
parent
8839ab6d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
audio/audio_policy_configuration.xml
+3
-21
3 additions, 21 deletions
audio/audio_policy_configuration.xml
with
3 additions
and
21 deletions
audio/audio_policy_configuration.xml
+
3
−
21
View file @
a718e9bd
...
...
@@ -257,21 +257,6 @@
<profile
name=
""
format=
"AUDIO_FORMAT_PCM_16_BIT"
samplingRates=
"48000"
channelMasks=
"AUDIO_CHANNEL_OUT_MONO,AUDIO_CHANNEL_OUT_STEREO"
/>
</devicePort>
<devicePort
tagName=
"BT A2DP Out"
type=
"AUDIO_DEVICE_OUT_BLUETOOTH_A2DP"
role=
"sink"
encodedFormats=
"AUDIO_FORMAT_SBC AUDIO_FORMAT_AAC AUDIO_FORMAT_APTX AUDIO_FORMAT_APTX_HD AUDIO_FORMAT_LDAC AUDIO_FORMAT_CELT AUDIO_FORMAT_APTX_ADAPTIVE"
>
<profile
name=
""
format=
"AUDIO_FORMAT_PCM_16_BIT"
samplingRates=
"48000"
channelMasks=
"AUDIO_CHANNEL_OUT_STEREO"
/>
</devicePort>
<devicePort
tagName=
"BT A2DP Headphones"
type=
"AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES"
role=
"sink"
encodedFormats=
"AUDIO_FORMAT_SBC AUDIO_FORMAT_AAC AUDIO_FORMAT_APTX AUDIO_FORMAT_APTX_HD AUDIO_FORMAT_LDAC AUDIO_FORMAT_CELT AUDIO_FORMAT_APTX_ADAPTIVE"
>
<profile
name=
""
format=
"AUDIO_FORMAT_PCM_16_BIT"
samplingRates=
"48000"
channelMasks=
"AUDIO_CHANNEL_OUT_STEREO"
/>
</devicePort>
<devicePort
tagName=
"BT A2DP Speaker"
type=
"AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER"
role=
"sink"
encodedFormats=
"AUDIO_FORMAT_SBC AUDIO_FORMAT_AAC AUDIO_FORMAT_APTX AUDIO_FORMAT_APTX_HD AUDIO_FORMAT_LDAC AUDIO_FORMAT_CELT AUDIO_FORMAT_APTX_ADAPTIVE"
>
<profile
name=
""
format=
"AUDIO_FORMAT_PCM_16_BIT"
samplingRates=
"48000"
channelMasks=
"AUDIO_CHANNEL_OUT_STEREO"
/>
</devicePort>
<devicePort
tagName=
"USB Device Out"
type=
"AUDIO_DEVICE_OUT_USB_DEVICE"
role=
"sink"
>
<profile
name=
""
format=
"AUDIO_FORMAT_PCM_16_BIT"
samplingRates=
"44100,48000,64000,88200,96000,128000,176400,192000"
channelMasks=
"dynamic"
/>
...
...
@@ -362,12 +347,6 @@
sources=
"Built-In Mic,Built-In Back Mic,Wired Headset Mic"
/>
<route
type=
"mix"
sink=
"mmap_no_irq_in"
sources=
"Built-In Mic,Built-In Back Mic,Wired Headset Mic,USB Device In,USB Headset In"
/>
<route
type=
"mix"
sink=
"BT A2DP Out"
sources=
"primary output,deep_buffer,direct_pcm,compressed_offload,voip_rx"
/>
<route
type=
"mix"
sink=
"BT A2DP Headphones"
sources=
"primary output,deep_buffer,direct_pcm,compressed_offload,voip_rx"
/>
<route
type=
"mix"
sink=
"BT A2DP Speaker"
sources=
"primary output,deep_buffer,direct_pcm,compressed_offload"
/>
<route
type=
"mix"
sink=
"hifi_input"
sources=
"USB Device In,USB Headset In"
/>
</routes>
...
...
@@ -395,6 +374,9 @@
</routes>
</module>
<!-- Bluetooth Audio HAL -->
<xi:include
href=
"bluetooth_audio_policy_configuration.xml"
/>
<!-- Usb Audio HAL -->
<module
name=
"usb"
halVersion=
"2.0"
>
<mixPorts>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment