diff options
author | Duncan Roe <duncan_roe@acslink.net.au> | 2012-10-10 14:19:50 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-12-03 12:59:14 -0800 |
commit | 0752069fda790e5406d054706434e88c2b6c8d0f (patch) | |
tree | a73d31f7b042f8d0d56db2ad134bd395371e8c6e /sound/pci | |
parent | 64c94ded529bf2f6957769ed2a5e154469d2cfd4 (diff) | |
download | kernel_samsung_aries-0752069fda790e5406d054706434e88c2b6c8d0f.zip kernel_samsung_aries-0752069fda790e5406d054706434e88c2b6c8d0f.tar.gz kernel_samsung_aries-0752069fda790e5406d054706434e88c2b6c8d0f.tar.bz2 |
ALSA: hda - Fix missing beep on ASUS X43U notebook
commit 7110005e8d5c3cd418fc4b64f9f124f004422a9a 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>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index cfe3009..a3a1cac 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -5967,6 +5967,7 @@ static void fillup_priv_adc_nids(struct hda_codec *codec, const hda_nid_t *nids, ((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), |