Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Set pcbeep to default value
@ 2024-11-22  7:29 Kailang
  2024-11-22  9:34 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Kailang @ 2024-11-22  7:29 UTC (permalink / raw)
  To: Takashi Iwai (tiwai@suse.de); +Cc:  (alsa-devel@alsa-project.org)

[-- Attachment #1: Type: text/plain, Size: 90 bytes --]

Hi Takashi,

Attach patch will set pcbeep to default value for ALC274.

BR,
Kailang

[-- Attachment #2: 0000-dell-alc274-beep-default.patch --]
[-- Type: application/octet-stream, Size: 745 bytes --]

From 590987836f5f8e565e7fed37256185f5504d6da6 Mon Sep 17 00:00:00 2001
From: Kailang Yang <kailang@realtek.com>
Date: Thu, 21 Nov 2024 16:16:26 +0800
Subject: [PATCH] Set PCBeep to default value for ALC274

Enable PC beep path cause pop noise via speaker during boot time.
Set to default value will solve the issue.

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 56a3622ca2c1..67036fe6c6cc 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -473,6 +473,8 @@ static void alc_fill_eapd_coef(struct hda_codec *codec)
 		break;
 	case 0x10ec0234:
 	case 0x10ec0274:
+		alc_write_coef_idx(codec, 0x6e, 0x0c25);
+		fallthrough;
 	case 0x10ec0294:
 	case 0x10ec0700:
 	case 0x10ec0701:

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-11-26 14:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-22  7:29 Set pcbeep to default value Kailang
2024-11-22  9:34 ` Takashi Iwai
     [not found]   ` <cb9caa0e01f34e3b881bad24701c741f@realtek.com>
     [not found]     ` <87v7wbxti2.wl-tiwai@suse.de>
2024-11-26  2:35       ` Kailang
2024-11-26  8:05       ` Kailang
2024-11-26 14:09         ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox