Skip to content

Commit

Permalink
ALSA: hda - Disable power_save_node for IDT92HD71bxx
Browse files Browse the repository at this point in the history
We've got a regression report that 4.1-rc causes noises on a Dell
laptop.  Similar like Realtek codec, this seems also triggered by the
recent power_save_node feature.  As this kind of issue is quite hard
to debug without actual hardware, disable the power_save_node flag for
this codec as a workaround.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=98971
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed May 27, 2015
1 parent 0fa372b commit c545f79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -4696,7 +4696,8 @@ static int patch_stac92hd71bxx(struct hda_codec *codec)
return err;

spec = codec->spec;
codec->power_save_node = 1;
/* disabled power_save_node since it causes noises on a Dell machine */
/* codec->power_save_node = 1; */
spec->linear_tone_beep = 0;
spec->gen.own_eapd_ctl = 1;
spec->gen.power_down_unused = 1;
Expand Down

0 comments on commit c545f79

Please sign in to comment.