diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-11-14 06:30:52 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:01:27 -0500 |
commit | d1f6754748a6523fcd35be7f4aaaf6fde5e5ca87 (patch) | |
tree | 32414f91a7266beb8817ddf636ef3841290e97eb /sound/pci | |
parent | c9b443d4fdf4e84ce1f40e1f507c313f3a8a8294 (diff) |
[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>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 3 |
1 files changed, 3 insertions, 0 deletions
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}, |