I've just installed Ubuntu 16.10 on a Lenovo Yoga 910 and am finding that the audio crackles from time to time when listening through headphones. It occurs predominantly on the left channel and seems to be associated with lower frequencies, as if I use an equaliser to turn all sliders below 1kHz all the way down, the crackle disappears. It seems to be deterministic, occurring consistently on specific recordings in specific locations.
It doesn't seem to be associated with pulseaudio, as I tried disabling it, but the crackle remains. I've also tried using the 4.10 mainline kernel.
I've tried all permutations of the following snd-hda-intel
options in /etc/modprobe.d/alsa-base.conf
: model=auto
, power_save=0
, power_save_controller=N
and all the possible values of position_fix
.
I've also tried disabling auto mute in alsamixer
but did not help.
I found this recent ALSA bug report which looks like it could be what I'm experiencing. I thought I would ask here to see if anyone had any ideas for anything else I could try to fix the problem.