diff options
-rw-r--r-- | Documentation/sound/alsa/ALSA-Configuration.txt | 1 | ||||
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt index 74ea66d33cf9..c595acb3bf80 100644 --- a/Documentation/sound/alsa/ALSA-Configuration.txt +++ b/Documentation/sound/alsa/ALSA-Configuration.txt | |||
@@ -798,6 +798,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
798 | 798 | ||
799 | ALC262 | 799 | ALC262 |
800 | fujitsu Fujitsu Laptop | 800 | fujitsu Fujitsu Laptop |
801 | hp-bpc HP xw4400/6400/8400/9400 laptops | ||
801 | basic fixed pin assignment w/o SPDIF | 802 | basic fixed pin assignment w/o SPDIF |
802 | auto auto-config reading BIOS (default) | 803 | auto auto-config reading BIOS (default) |
803 | 804 | ||
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, |