Skip to content

Commit

Permalink
[ALSA] hda-codec - Use model 'hp' for all HP laptops with AD1981HD
Browse files Browse the repository at this point in the history
Use model 'hp' for all HP laptops with AD1981HD codec.

Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai authored and Jaroslav Kysela committed Apr 27, 2006
1 parent a182ee9 commit 8970ccd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions sound/pci/hda/patch_analog.c
Original file line number Diff line number Diff line change
Expand Up @@ -1330,12 +1330,8 @@ 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 }, /* HP nx6320 */
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x309f,
.config = AD1981_HP }, /* HP nx9420 AngelFire */
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x30a2,
.config = AD1981_HP }, /* HP nx9420 AngelFire */
/* All HP models */
{ .pci_subvendor = 0x103c, .config = AD1981_HP },
{ .modelname = "basic", .config = AD1981_BASIC },
{}
};
Expand Down

0 comments on commit 8970ccd

Please sign in to comment.