Views:
15,314β
Votes: 26β
β
Solution
Tag :
pulseaudio
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1061578
Title:
How to disable pulseaudio automatic device switch?
ID:
/2018/08/01/How-to-disable-pulseaudio-automatic-device-switch_
Created:
August 1, 2018
Edited: June 12, 2020
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Let me know if this doesnβt work for you and Iβll delete my answer. I donβt have your speaker system but this should work.
Disable automatic device switching
When signal is lost to during sleep, Pulse Audio is automatically configured to activate the default source (your HDMI). Upon resume the sound device is still on HDMI. To override this setting, tell Pulse Audio to never switch sound devices automatically:
- edit the file
/etc/pulse/default.pa
- find the line
load-module module-switch-on-port-available
- insert a
#
at the beginning of the line to disable automatic port switching - save file and exit editor
- type
pulseaudio -k
to reload configuration