Skip to content

Commit eb7c912

Browse files
authored
Drop tsched ALSA parameter for Raspberry Pi devices (#138)
Presumably the newer audio drivers in Linux 5.15/6.1 do not require this parameter any longer. Tests on HAOS 9.5 and HAOS 10.1 with the VLC add-on (using latest Alpine 3.17) provided mp3 and TTS playback without dropouts (on the 3.5mm analog audio jack).
1 parent afe1b5d commit eb7c912

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

rootfs/etc/cont-init.d/pulse-config.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

rootfs/usr/share/tempio/system.pa renamed to rootfs/etc/pulse/system.pa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ load-module module-switch-on-port-available
2828
load-module module-switch-on-connect
2929

3030
### Automatically load driver modules depending on the hardware available
31-
load-module module-udev-detect {{ if not .tsched }}tsched=0{{ end }}
31+
load-module module-udev-detect
3232
load-module module-bluetooth-discover
3333

3434
### Load several protocols

0 commit comments

Comments
 (0)