diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-07-25 08:51:15 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-09-23 04:38:46 -0400 |
commit | 6d177ba7839dd7ed391c2f36b121eb09d1eaee4c (patch) | |
tree | 2fc3501ef9ffc0b894ea909b159721787ac92667 /sound/pci | |
parent | 5a053d012d0576e9306009939ca81a86547ef35a (diff) |
[ALSA] Add hp-bpc model type for HP laptops
Added 'hp-bpc' model type for HP xw4400-compatible laptops.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index f4c96aa43be7..51f76eef9353 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -5774,6 +5774,7 @@ static struct hda_board_config alc262_cfg_tbl[] = { | |||
5774 | { .modelname = "fujitsu", .config = ALC262_FUJITSU }, | 5774 | { .modelname = "fujitsu", .config = ALC262_FUJITSU }, |
5775 | { .pci_subvendor = 0x10cf, .pci_subdevice = 0x1397, | 5775 | { .pci_subvendor = 0x10cf, .pci_subdevice = 0x1397, |
5776 | .config = ALC262_FUJITSU }, | 5776 | .config = ALC262_FUJITSU }, |
5777 | { .modelname = "hp-bpc", .config = ALC262_HP_BPC }, | ||
5777 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x208c, | 5778 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x208c, |
5778 | .config = ALC262_HP_BPC }, /* xw4400 */ | 5779 | .config = ALC262_HP_BPC }, /* xw4400 */ |
5779 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x3014, | 5780 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x3014, |