Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth audio fixes rc #25627

Open
wants to merge 2 commits into
base: openwrt-24.10
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}

1 change: 1 addition & 0 deletions utils/bluez-tools/files/btagent.init
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ handle_bt_agent() {
start_service()
{
config_load btagent
echo "" > $AGENT_PIN_FILE
config_foreach handle_bt_agent btagent

procd_open_instance
Expand Down
Loading