mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[ALSA] hda: fix typo for xw4400 PCI sub-ID
The PCI sub-device ID for the HP xw4400 is actually 0x280c. Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
e7377071cd
commit
282e0c87f2
1 changed files with 1 additions and 1 deletions
|
@ -5870,7 +5870,7 @@ static struct hda_board_config alc262_cfg_tbl[] = {
|
|||
{ .pci_subvendor = 0x10cf, .pci_subdevice = 0x1397,
|
||||
.config = ALC262_FUJITSU },
|
||||
{ .modelname = "hp-bpc", .config = ALC262_HP_BPC },
|
||||
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x208c,
|
||||
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x280c,
|
||||
.config = ALC262_HP_BPC }, /* xw4400 */
|
||||
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x3014,
|
||||
.config = ALC262_HP_BPC }, /* xw6400 */
|
||||
|
|
Loading…
Reference in a new issue