Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
device_xiaomi_sm8350-common
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_xiaomi_sm8350-common
Commits
c2e6077c
Commit
c2e6077c
authored
2 years ago
by
Arian
Browse files
Options
Downloads
Patches
Plain Diff
sm8350-common: Drop audio_configs.xml
Change-Id: I990f5c195adf04a407489c677640ecf0e1f0f48a
parent
397523e9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
audio/audio_configs.xml
+0
-72
0 additions, 72 deletions
audio/audio_configs.xml
common.mk
+0
-1
0 additions, 1 deletion
common.mk
with
0 additions
and
73 deletions
audio/audio_configs.xml
deleted
100644 → 0
+
0
−
72
View file @
397523e9
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (c) 2019, The Linux Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of The Linux Foundation nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<configs>
<!-- APM Configs -->
<property
name=
"audio.deep_buffer.media"
value=
"true"
/>
<property
name=
"audio.offload.disable"
value=
"false"
/>
<property
name=
"audio.offload.min.duration.secs"
value=
"30"
/>
<property
name=
"audio.offload.video"
value=
"true"
/>
<property
name=
"persist.vendor.audio.sva.conc.enabled"
value=
"false"
/>
<property
name=
"persist.vendor.audio.va_concurrency_enabled"
value=
"false"
/>
<property
name=
"vendor.audio.av.streaming.offload.enable"
value=
"false"
/>
<property
name=
"vendor.audio.offload.track.enable"
value=
"true"
/>
<property
name=
"vendor.audio.offload.multiple.enabled"
value=
"false"
/>
<property
name=
"vendor.audio.rec.playback.conc.disabled"
value=
"false"
/>
<property
name=
"vendor.voice.conc.fallbackpath"
value=
""
/>
<property
name=
"vendor.voice.dsd.playback.conc.disabled"
value=
"true"
/>
<property
name=
"vendor.voice.path.for.pcm.voip"
value=
"false"
/>
<property
name=
"vendor.voice.playback.conc.disabled"
value=
"false"
/>
<property
name=
"vendor.voice.record.conc.disabled"
value=
"false"
/>
<property
name=
"vendor.voice.voip.conc.disabled"
value=
"false"
/>
<flag
name=
"audio_extn_formats_enabled"
value=
"true"
/>
<flag
name=
"audio_extn_hdmi_spk_enabled"
value=
"true"
/>
<flag
name=
"use_xml_audio_policy_conf"
value=
"true"
/>
<flag
name=
"voice_concurrency"
value=
"false"
/>
<flag
name=
"afe_proxy_enabled"
value=
"true"
/>
<flag
name=
"compress_voip_enabled"
value=
"false"
/>
<flag
name=
"fm_power_opt"
value=
"true"
/>
<flag
name=
"record_play_concurrency"
value=
"false"
/>
<!-- AV Configs -->
<property
name=
"vendor.audio.use.sw.alac.decoder"
value=
"true"
/>
<property
name=
"vendor.audio.use.sw.ape.decoder"
value=
"true"
/>
<property
name=
"vendor.audio.use.sw.mpegh.decoder"
value=
"true"
/>
<property
name=
"vendor.audio.flac.sw.decoder.24bit"
value=
"true"
/>
<property
name=
"vendor.audio.hw.aac.encoder"
value=
"true"
/>
<flag
name=
"aac_adts_offload_enabled"
value=
"true"
/>
<flag
name=
"alac_offload_enabled"
value=
"true"
/>
<flag
name=
"ape_offload_enabled"
value=
"true"
/>
<flag
name=
"flac_offload_enabled"
value=
"true"
/>
<flag
name=
"pcm_offload_enabled_16"
value=
"true"
/>
<flag
name=
"pcm_offload_enabled_24"
value=
"true"
/>
<flag
name=
"qti_flac_decoder"
value=
"true"
/>
<flag
name=
"vorbis_offload_enabled"
value=
"true"
/>
<flag
name=
"wma_offload_enabled"
value=
"true"
/>
</configs>
This diff is collapsed.
Click to expand it.
common.mk
+
0
−
1
View file @
c2e6077c
...
...
@@ -56,7 +56,6 @@ PRODUCT_PACKAGES += \
libsndmonitor
PRODUCT_COPY_FILES
+=
\
$(
LOCAL_PATH
)
/audio/audio_configs.xml:
$(
TARGET_COPY_OUT_VENDOR
)
/etc/audio_configs.xml
\
$(
LOCAL_PATH
)
/audio/audio_tuning_mixer.txt:
$(
TARGET_COPY_OUT_VENDOR
)
/etc/audio_tuning_mixer.txt
\
$(
LOCAL_PATH
)
/audio/bluetooth_qti_hearing_aid_audio_policy_configuration.xml:
$(
TARGET_COPY_OUT_VENDOR
)
/etc/bluetooth_qti_hearing_aid_audio_policy_configuration.xml
...
...
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