Disabling noise reduction on S905

  • Code
    echo 0 > /sys/module/di/parameters/nr2_en

    Also I added this to /storage/.config/autostart.sh. After reboot /sys/module/di/parameters/nr2_en contains 0. But noise reduction is still there.

  • I believe this needs to be set before the EGL context is brought up, I added this as an option in my latest community builds and I have also submitted the change to LE source so it is default across future builds.