Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
yzyhk904 authored Nov 30, 2024
1 parent 0165544 commit ea3e89c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change logs

# v1.1.1
* 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

# v1.1.0
* Moved to Magisk-Module-Alt-Repo
* Tuned for Kernel 5.x and 6.x
Expand Down
4 changes: 4 additions & 0 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ case "`getprop ro.board.platform`" in
if [ "$BT_module" = "bluetooth" ]; then
BT_module="bluetooth_qti"
fi
# Workaround for a DRC inverted bug of POCO F6 crDroid 14.0 (Nov. 27, 2024 and later) ROM's
if [ "`getprop ro.crdroid.device`" = "peridot" -a "`getprop ro.system_ext.build.date.utc`" -ge "1732697965" ]; then
DRC_enabled="true"
fi
;;
mt* )
# MTK devices max. samplerate for internal speakers
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=audio-samplerate-changer
name=Audio samplerate changer
version=v1.1.0
versionCode=1100
version=v1.1.1
versionCode=1101
author=zyhk
description=A Magisk module changing audio samplerates at the system-wide mixer for the best Hi-Fi experience.

0 comments on commit ea3e89c

Please sign in to comment.