I am running Mint 19.3.
The sound on my computer comes from my screen (e.g. via the display port) instead of the speaker which is connected via jack.
I solved the problem doing a sudo alsa force-reload: after that, I have sound on my speaker. Now I would like to permanently have a solution without retyping the command at each startup.
I added alsa force-reload to my /etc/rc.local, but it doesn't work.
How can I launch this command at each startup (knowing that it requires sudo)? Or, is there another solution to fix alsa ?
Here are my alsa log, using alsinfo.sh just after startup, and just after force-rebooting alsa
Also, my /var/log/syslog file always contains these three lines on alsa:
Apr 10 13:11:15 GLaDOS pulseaudio[3206]: [alsa-sink-ALC1220 Analog] alsa-sink.c: ALSA woke us up to write new data to the device, but there was actually nothing to write. Apr 10 13:11:15 GLaDOS pulseaudio[3206]: [alsa-sink-ALC1220 Analog] alsa-sink.c: Most likely this is a bug in the ALSA driver 'snd_hda_intel'. Please report this issue to the ALSA developers. Apr 10 13:11:15 GLaDOS pulseaudio[3206]: [alsa-sink-ALC1220 Analog] alsa-sink.c: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail. 