mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Small changes
- cheeseburger/dumpling: fix ogg vorbis playback, credit @LuK1337 - cheeseburger/dumpling: fix delta ota generation - remove a few more blobs - potentially bluetooth when ant is removed on newer devices - support newer clamav - commented support for extracting boot.img when recovery.img isn't available -- fastboot.zip should be preferred - potentially fix boot on many untested newer devices (diag on msm8996+) - update cherry picks
This commit is contained in:
parent
4292bcaa3e
commit
50f44d1934
10 changed files with 57 additions and 15 deletions
|
@ -0,0 +1,29 @@
|
|||
From 7874768d3288126484d8c0bfb19659ededb80ea3 Mon Sep 17 00:00:00 2001
|
||||
From: LuK1337 <priv.luk@gmail.com>
|
||||
Date: Sun, 23 Feb 2020 20:48:09 -0500
|
||||
Subject: [PATCH] msm8996-common: Don't advertise vorbis offloading support
|
||||
|
||||
* Doesn't work at all.
|
||||
|
||||
Change-Id: Icccbd9d1abb0da4b943b133a49803fbd0c0d5c2a
|
||||
---
|
||||
audio/audio_policy_configuration.xml | 3 ---
|
||||
1 file changed, 3 deletions(-)
|
||||
|
||||
diff --git a/audio/audio_policy_configuration.xml b/audio/audio_policy_configuration.xml
|
||||
index 257225c..1526499 100644
|
||||
--- a/audio/audio_policy_configuration.xml
|
||||
+++ b/audio/audio_policy_configuration.xml
|
||||
@@ -141,9 +141,6 @@
|
||||
<profile name="" format="AUDIO_FORMAT_WMA_PRO"
|
||||
samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000,64000,88200,96000"
|
||||
channelMasks="AUDIO_CHANNEL_OUT_MONO,AUDIO_CHANNEL_OUT_STEREO,AUDIO_CHANNEL_OUT_2POINT1,AUDIO_CHANNEL_OUT_QUAD,AUDIO_CHANNEL_OUT_PENTA,AUDIO_CHANNEL_OUT_5POINT1,AUDIO_CHANNEL_OUT_6POINT1,AUDIO_CHANNEL_OUT_7POINT1"/>
|
||||
- <profile name="" format="AUDIO_FORMAT_VORBIS"
|
||||
- samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000,64000,88200,96000,128000,176400,192000"
|
||||
- channelMasks="AUDIO_CHANNEL_OUT_STEREO,AUDIO_CHANNEL_OUT_MONO"/>
|
||||
<profile name="" format="AUDIO_FORMAT_AAC_ADTS_LC"
|
||||
samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000,64000,88200,96000"
|
||||
channelMasks="AUDIO_CHANNEL_OUT_STEREO,AUDIO_CHANNEL_OUT_MONO"/>
|
||||
--
|
||||
2.24.1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue