[ALSA] Add hp-bpc model type for HP laptops
authorTakashi Iwai <tiwai@suse.de>
Tue, 25 Jul 2006 12:51:15 +0000 (14:51 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sat, 23 Sep 2006 08:38:46 +0000 (10:38 +0200)
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>
Documentation/sound/alsa/ALSA-Configuration.txt
sound/pci/hda/patch_realtek.c

index 74ea66d..c595acb 100644 (file)
@@ -798,6 +798,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
 
        ALC262
          fujitsu       Fujitsu Laptop
+         hp-bpc        HP xw4400/6400/8400/9400 laptops
          basic         fixed pin assignment w/o SPDIF
          auto          auto-config reading BIOS (default)
 
index f4c96aa..51f76ee 100644 (file)
@@ -5774,6 +5774,7 @@ static struct hda_board_config alc262_cfg_tbl[] = {
        { .modelname = "fujitsu", .config = ALC262_FUJITSU },
        { .pci_subvendor = 0x10cf, .pci_subdevice = 0x1397,
          .config = ALC262_FUJITSU },
+       { .modelname = "hp-bpc", .config = ALC262_HP_BPC },
        { .pci_subvendor = 0x103c, .pci_subdevice = 0x208c,
          .config = ALC262_HP_BPC }, /* xw4400 */
        { .pci_subvendor = 0x103c, .pci_subdevice = 0x3014,