Module Overview
The High Performance DAC module is a kernel-level tuning tool for Qualcomm-based Android devices. It interacts with existing sysfs parameters on WCD9xx audio codecs to disable aggressive power-saving measures, forcing the hardware into higher-performance operating paths for improved audio stability.
I’ve been testing this on my daily driver to fix the transient distortion and latency issues caused by typical OEM battery limits. Under the hood, it stops your Qualcomm DAC from aggressively power-gating, keeping your audio output incredibly stable at the cost of some extra battery drain and device heat.
- Hardware-level sysfs writes: The script directly modifies exposed kernel parameters instead of relying on software volume hacks.
- Reduces power gating to prevent the audio codec from constantly sleeping, which fixes inconsistent gain behavior.
- Strictly raw output: You won't find any artificial equalizers or DSP processing here.
- Failsafe kernel check: If your custom or stock kernel removes these diagnostic toggles, the module safely does nothing rather than forcing a bootloop.
Support & Requirements
- Root Type: Magisk, KernelSU, or any compatible module manager.
- Hardware Requirements: Qualcomm SoC devices specifically using WCD9xx family audio codecs.
- Kernel Requirements: Requires explicit kernel support. Your stock or custom kernel must leave audio power management toggles exposed.
How to Install
- Download the High Performance DAC .zip file from the source.
- Open Magisk or KernelSU, navigate to the Modules tab, and select "Install from storage".
- Flash the file and reboot your phone so the script can apply the changes.
Rate this Module
Share your experience with the community.
* You will be prompted to login via Google in one click to verify your rating.