Skip to content

Commit 155699c

Browse files
KailangYangtiwai
authored andcommitted
ALSA: hda/realtek: Set PCBeep to default value for ALC274
BIOS Enable PC beep path cause pop noise via speaker during boot time. Set to default value from driver will solve the issue. Signed-off-by: Kailang Yang <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 4e7035a commit 155699c

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
@@ -473,6 +473,8 @@ static void alc_fill_eapd_coef(struct hda_codec *codec)
473473
break;
474474
case 0x10ec0234:
475475
case 0x10ec0274:
476+
alc_write_coef_idx(codec, 0x6e, 0x0c25);
477+
fallthrough;
476478
case 0x10ec0294:
477479
case 0x10ec0700:
478480
case 0x10ec0701:

0 commit comments

Comments
 (0)