summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2010-04-15 08:37:41 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-04-26 07:47:54 -0700
commit2ea24ea2243e358ca74541d159da329a7e734d81 (patch)
treef35291667e10ec09d64a628e7a57df83428381ff /sound
parentf0736a48d05685fae9afa5b13d9eab5b8dcd34f4 (diff)
downloadkernel-crypto-2ea24ea2243e358ca74541d159da329a7e734d81.tar.gz
kernel-crypto-2ea24ea2243e358ca74541d159da329a7e734d81.tar.xz
kernel-crypto-2ea24ea2243e358ca74541d159da329a7e734d81.zip
ALSA: hda - add a quirk for Clevo M570U laptop
commit d1501ea844eefdf925f6b711875b4b2b928fddf8 upstream. Added the matching model for Clevo laptop M570U. Signed-off-by: Joerg Schirottke <master@kanotix.com> Tested-by: Maximilian Gerhard <maxbox@directbox.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index a79f8411996..bd8a567c936 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9074,6 +9074,7 @@ static struct snd_pci_quirk alc882_cfg_tbl[] = {
SND_PCI_QUIRK(0x1462, 0xaa08, "MSI", ALC883_TARGA_2ch_DIG),
SND_PCI_QUIRK(0x147b, 0x1083, "Abit IP35-PRO", ALC883_6ST_DIG),
+ SND_PCI_QUIRK(0x1558, 0x0571, "Clevo laptop M570U", ALC883_3ST_6ch_DIG),
SND_PCI_QUIRK(0x1558, 0x0721, "Clevo laptop M720R", ALC883_CLEVO_M720),
SND_PCI_QUIRK(0x1558, 0x0722, "Clevo laptop M720SR", ALC883_CLEVO_M720),
SND_PCI_QUIRK(0x1558, 0x5409, "Clevo laptop M540R", ALC883_CLEVO_M540R),