Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <kailang@realtek.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/2721bb57e20a44c3826c473e933f9105@realtek.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Kailang Yang and committed by
Takashi Iwai
155699cc 4e7035a7

+2
+2
sound/pci/hda/patch_realtek.c
··· 473 473 break; 474 474 case 0x10ec0234: 475 475 case 0x10ec0274: 476 + alc_write_coef_idx(codec, 0x6e, 0x0c25); 477 + fallthrough; 476 478 case 0x10ec0294: 477 479 case 0x10ec0700: 478 480 case 0x10ec0701: