Skip to content

Commit 3b36b13

Browse files
khfengtiwai
authored andcommitted
ALSA: hda/realtek: Fix pop noise on ALC225
Commit 317d931 ("ALSA: hda/realtek - Set default power save node to 0") makes the ALC225 have pop noise on S3 resume and cold boot. So partially revert this commit for ALC225 to fix the regression. Fixes: 317d931 ("ALSA: hda/realtek - Set default power save node to 0") BugLink: https://bugs.launchpad.net/bugs/1866357 Signed-off-by: Kai-Heng Feng <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent d683469 commit 3b36b13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8051,6 +8051,8 @@ static int patch_alc269(struct hda_codec *codec)
80518051
spec->gen.mixer_nid = 0;
80528052
break;
80538053
case 0x10ec0225:
8054+
codec->power_save_node = 1;
8055+
/* fall through */
80548056
case 0x10ec0295:
80558057
case 0x10ec0299:
80568058
spec->codec_variant = ALC269_TYPE_ALC225;

0 commit comments

Comments
 (0)