blob: baf0984684ca590a6b8dda55ebb6ffa5700158ca (
plain)
1
2
3
4
5
6
7
|
# static noise bacause of the power saving.
# create this file.
# /etc/modprobe.d/audio_powersave.conf
# add these lines into the file.
options snd_hda_intel power_save=0
options snd_ac97_codec power_save=0
|