Commit b4bd672d authored by Anton Midyukov's avatar Anton Midyukov

arm-rpi4: remove 82-timer-based-to-interrupt-driven

We migrated from pulseaudio to pipewire.
parent 9116a44f
#!/bin/sh -efu
# Changed audio scheduling from timer-based to
# interrupt-driven to prevent unwanted crackle.
pafile="/etc/pulse/default.pa"
if [ -f "$pafile" ]
then
sed -i 's/^load-module module-udev-detect$/load-module module-udev-detect tsched=0/' "$pafile"
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment