Skip to content

Commit

Permalink
pulseaudio: Do not disable dynamic module loading
Browse files Browse the repository at this point in the history
This option blocks pulseaudio from auto-loading modules,
which prevents Bluetooth audio (i.e. using your router as a
Bluetooth speaker) from working.
  • Loading branch information
smurfix committed Dec 27, 2024
1 parent 87a7f5f commit 0493954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pulseaudio/files/pulseaudio.init
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ start_service() {
chmod 664 /dev/snd/* /dev/mixer /dev/dsp

procd_open_instance
procd_set_param command $PROG --system --disallow-exit --disallow-module-loading --disable-shm --exit-idle-time=-1 --realtime=false
procd_set_param command $PROG --system --disallow-exit --disable-shm --exit-idle-time=-1 --realtime=false
procd_close_instance
}

0 comments on commit 0493954

Please sign in to comment.