Skip to content

Commit ea3e89c

Browse files
authored
Add files via upload
* Tuned I/O scheduler tunables for Kernel 5.x and 6.x * Added a workaround for a DRC inverted bug of POCO F6 crDroid 14.0 (Nov. 27, 2024 and later) ROM's
1 parent 0165544 commit ea3e89c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change logs
22

3+
# v1.1.1
4+
* Tuned I/O scheduler tunables for Kernel 5.x and 6.x
5+
* Added a workaround for a DRC inverted bug of POCO F6 crDroid 14.0 (Nov. 27, 2024 and later) ROM's
6+
37
# v1.1.0
48
* Moved to Magisk-Module-Alt-Repo
59
* Tuned for Kernel 5.x and 6.x

customize.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ case "`getprop ro.board.platform`" in
7070
if [ "$BT_module" = "bluetooth" ]; then
7171
BT_module="bluetooth_qti"
7272
fi
73+
# Workaround for a DRC inverted bug of POCO F6 crDroid 14.0 (Nov. 27, 2024 and later) ROM's
74+
if [ "`getprop ro.crdroid.device`" = "peridot" -a "`getprop ro.system_ext.build.date.utc`" -ge "1732697965" ]; then
75+
DRC_enabled="true"
76+
fi
7377
;;
7478
mt* )
7579
# MTK devices max. samplerate for internal speakers

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id=audio-samplerate-changer
22
name=Audio samplerate changer
3-
version=v1.1.0
4-
versionCode=1100
3+
version=v1.1.1
4+
versionCode=1101
55
author=zyhk
66
description=A Magisk module changing audio samplerates at the system-wide mixer for the best Hi-Fi experience.

0 commit comments

Comments
 (0)