mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-19 20:34:20 +08:00
[ALSA] hda-codec - Add support for HP nx9420 laptop
Modules: HDA Codec driver Added the support for HP nx9420 (AngelFire) laptop with AD1981HD codec. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
c6077b3000
commit
b2c2844c5a
@ -1322,7 +1322,9 @@ enum { AD1981_BASIC, AD1981_HP };
|
||||
static struct hda_board_config ad1981_cfg_tbl[] = {
|
||||
{ .modelname = "hp", .config = AD1981_HP },
|
||||
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x30aa,
|
||||
.config = AD1981_HP },
|
||||
.config = AD1981_HP }, /* HP nx6320 */
|
||||
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x309f,
|
||||
.config = AD1981_HP }, /* HP nx9420 AngelFire */
|
||||
{ .modelname = "basic", .config = AD1981_BASIC },
|
||||
{}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user