From: Kailang Yang <kailang@xxxxxxxxxxx> commit 155699ccab7c78cbba69798242b68bc8ac66d5d2 upstream. 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 <kailang@xxxxxxxxxxx> Cc: <stable@xxxxxxxxxxxxxxx> Link: https://lore.kernel.org/2721bb57e20a44c3826c473e933f9105@xxxxxxxxxxx Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/pci/hda/patch_realtek.c | 2 ++ 1 file changed, 2 insertions(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -464,6 +464,8 @@ static void alc_fill_eapd_coef(struct hd break; case 0x10ec0234: case 0x10ec0274: + alc_write_coef_idx(codec, 0x6e, 0x0c25); + fallthrough; case 0x10ec0294: case 0x10ec0700: case 0x10ec0701: Patches currently in stable-queue which might be from kailang@xxxxxxxxxxx are queue-5.10/alsa-hda-realtek-set-pcbeep-to-default-value-for-alc274.patch queue-5.10/alsa-hda-realtek-add-type-for-alc287.patch queue-5.10/alsa-hda-realtek-update-alc225-depop-procedure.patch queue-5.10/alsa-hda-realtek-update-alc256-depop-procedure.patch