diff options
-rw-r--r-- | Documentation/sound/alsa/ALSA-Configuration.txt | 2 | ||||
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt index 658b25d1545d..c54fd7c258d9 100644 --- a/Documentation/sound/alsa/ALSA-Configuration.txt +++ b/Documentation/sound/alsa/ALSA-Configuration.txt | |||
@@ -801,7 +801,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
801 | fujitsu Fujitsu Laptop | 801 | fujitsu Fujitsu Laptop |
802 | hp-bpc HP xw4400/6400/8400/9400 laptops | 802 | hp-bpc HP xw4400/6400/8400/9400 laptops |
803 | benq Benq ED8 | 803 | benq Benq ED8 |
804 | hippo Hippo (ATI) with jack detection | 804 | hippo Hippo (ATI) with jack detection, Sony UX-90s |
805 | hippo_1 Hippo (Benq) with jack detection | 805 | hippo_1 Hippo (Benq) with jack detection |
806 | basic fixed pin assignment w/o SPDIF | 806 | basic fixed pin assignment w/o SPDIF |
807 | auto auto-config reading BIOS (default) | 807 | auto auto-config reading BIOS (default) |
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index b1e8cd8961de..8fc0fbb4f528 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -6440,6 +6440,9 @@ static struct hda_board_config alc262_cfg_tbl[] = { | |||
6440 | { .modelname = "hippo", | 6440 | { .modelname = "hippo", |
6441 | .pci_subvendor =0x1002, .pci_subdevice = 0x437b, | 6441 | .pci_subvendor =0x1002, .pci_subdevice = 0x437b, |
6442 | .config = ALC262_HIPPO}, | 6442 | .config = ALC262_HIPPO}, |
6443 | { .modelname = "hippo", | ||
6444 | .pci_subvendor = 0x104d, .pci_subdevice = 0x8203, | ||
6445 | .config = ALC262_HIPPO }, /* Sony UX-90s */ | ||
6443 | { .modelname = "hippo_1", | 6446 | { .modelname = "hippo_1", |
6444 | .pci_subvendor =0x17ff, .pci_subdevice = 0x058f, | 6447 | .pci_subvendor =0x17ff, .pci_subdevice = 0x058f, |
6445 | .config = ALC262_HIPPO_1}, | 6448 | .config = ALC262_HIPPO_1}, |