01-28-2022, 12:21 PM
(01-27-2022, 07:25 PM)DRONE7 Wrote: Not sure this will have the desired effect though there is some discussion and may be worth trying.
ALSA Power Management (DAPM) mutes and un-mutes for power-saving( generally for battery powered devices)
Quote:The 5 seconds delay before mute is turned on comes from the DAPM pmdown time. Main reason for this delay is to avoid clicks when a device is closed and then shortly after that opened again.
one suggestion is to create a file called snd_soc_core.conf in /etc/modprobe.d with this line in it:
This disables DAPMCode:options snd_soc_core pmdown_time -1
You could try and report results.
An alternative suggestion is to create a file /etc/modprobe.d/pmdowntime.conf with the following content
Code:options snd_soc_core pmdown_time=600000
This increases the time between muting events
Thanks for your suggestion!
I'll try this weekend and then I'll let you know.