eb0622513b
* Add support for osk-sdl * Use latest commit from bitrvmpd * Add udev rules, scripts for charging led * Add (hacky) udev rule for jack detection * Add pulseaudio files * Silence substream kernel messages * Change charging script path * Move adsp-audio dependency to firmware to avoid watchdog [ci:skip-build]: already built successfully in CI
6 lines
275 B
Bash
6 lines
275 B
Bash
#!/bin/sh
|
|
|
|
# We make sure that tsched has not mentioned anywhere in the default PulseAudio config
|
|
if [ "$(grep -c tsched /etc/pulse/default.pa)" -lt "1" ]; then
|
|
sed -i 's/load-module module-udev-detect/load-module module-udev-detect tsched=0/g' /etc/pulse/default.pa
|
|
fi
|