mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ALSA: hda - Fix missing beep on ASUS X43U notebook
commit 7110005e8d
upstream.
Signed-off-by: Duncan Roe <duncan_roe@acslink.net.au>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e5f56030f4
commit
510add68ec
1 changed files with 1 additions and 0 deletions
|
@ -4322,6 +4322,7 @@ static void alc_auto_init_std(struct hda_codec *codec)
|
|||
((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir))
|
||||
|
||||
static const struct snd_pci_quirk beep_white_list[] = {
|
||||
SND_PCI_QUIRK(0x1043, 0x103c, "ASUS", 1),
|
||||
SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1),
|
||||
SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1),
|
||||
SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1),
|
||||
|
|
Loading…
Reference in a new issue