Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ALSA] hda-codec - fix typo in PCI IDs

my notebook is a Samsung X11 of course... The attached patch fixes the typo.

Signed-off-by: Christian Hesse <mail@earthworm.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>

authored by

Christian Hesse and committed by
Jaroslav Kysela
ba8bdf85 c19bcdc6

+1 -1
+1 -1
sound/pci/hda/patch_analog.c
··· 811 811 { .pci_subvendor = 0x144d, .pci_subdevice = 0xc024, 812 812 .config = AD1986A_LAPTOP_EAPD }, /* Samsung R65-T2300 Charis */ 813 813 { .pci_subvendor = 0x144d, .pci_subdevice = 0xc026, 814 - .config = AD1986A_LAPTOP_EAPD }, /* Samsung X10-T2300 Culesa */ 814 + .config = AD1986A_LAPTOP_EAPD }, /* Samsung X11-T2300 Culesa */ 815 815 { .pci_subvendor = 0x1043, .pci_subdevice = 0x1153, 816 816 .config = AD1986A_LAPTOP_EAPD }, /* ASUS M9 */ 817 817 { .pci_subvendor = 0x1043, .pci_subdevice = 0x1213,