[ALSA] hda-codec - Add support for Sony UX-90s

Added the model entry (model=hippo) for Sony UX-90s with ALC262 codec.
Although the device has no SPDIF output, the hippo model adds a
PCM output, but it must be harmless.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
Takashi Iwai
2006-11-14 12:30:52 +01:00
committed by Jaroslav Kysela
parent c9b443d4fd
commit d1f6754748
2 changed files with 4 additions and 1 deletions

View File

@@ -6440,6 +6440,9 @@ static struct hda_board_config alc262_cfg_tbl[] = {
{ .modelname = "hippo",
.pci_subvendor =0x1002, .pci_subdevice = 0x437b,
.config = ALC262_HIPPO},
{ .modelname = "hippo",
.pci_subvendor = 0x104d, .pci_subdevice = 0x8203,
.config = ALC262_HIPPO }, /* Sony UX-90s */
{ .modelname = "hippo_1",
.pci_subvendor =0x17ff, .pci_subdevice = 0x058f,
.config = ALC262_HIPPO_1},