diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-05-10 10:33:11 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-22 15:33:33 -0400 |
commit | 3206b9ca9fba8dc8d6ddd371a3ff455c67ad137f (patch) | |
tree | f93c8d055685b9562873eb7ade3ed7be8e6895ba /sound/pci | |
parent | 2ce7fb579f842f76a0216618c105bffd334d9233 (diff) |
[ALSA] hda-codec - Add support for Sony Vaio VGN-S3HP
Added the missing support for Sony Vaio VGN-S3HP with ALC260 codec.
The patch taken from ALSA bug#2101.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 6876094c9111..f6bccd66d141 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -3823,6 +3823,8 @@ static struct hda_board_config alc260_cfg_tbl[] = { | |||
3823 | { .modelname = "basic", .config = ALC260_BASIC }, | 3823 | { .modelname = "basic", .config = ALC260_BASIC }, |
3824 | { .pci_subvendor = 0x104d, .pci_subdevice = 0x81bb, | 3824 | { .pci_subvendor = 0x104d, .pci_subdevice = 0x81bb, |
3825 | .config = ALC260_BASIC }, /* Sony VAIO */ | 3825 | .config = ALC260_BASIC }, /* Sony VAIO */ |
3826 | { .pci_subvendor = 0x104d, .pci_subdevice = 0x81cc, | ||
3827 | .config = ALC260_BASIC }, /* Sony VAIO VGN-S3HP */ | ||
3826 | { .pci_subvendor = 0x104d, .pci_subdevice = 0x81cd, | 3828 | { .pci_subvendor = 0x104d, .pci_subdevice = 0x81cd, |
3827 | .config = ALC260_BASIC }, /* Sony VAIO */ | 3829 | .config = ALC260_BASIC }, /* Sony VAIO */ |
3828 | { .pci_subvendor = 0x152d, .pci_subdevice = 0x0729, | 3830 | { .pci_subvendor = 0x152d, .pci_subdevice = 0x0729, |