From: Duncan Roe Date: Wed, 10 Oct 2012 12:19:50 +0000 (+0200) Subject: ALSA: hda - Fix missing beep on ASUS X43U notebook X-Git-Tag: upstream/snapshot3+hdmi~6461^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7110005e8d5c3cd418fc4b64f9f124f004422a9a;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ALSA: hda - Fix missing beep on ASUS X43U notebook Signed-off-by: Duncan Roe Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 8568aee..7bec68c 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -4245,6 +4245,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),