aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-01-11 18:10:50 +0100
committerJaroslav Kysela <perex@suse.cz>2006-01-22 16:24:03 +0100
commitb14e77e613a104c78ab455c0109b566dab430de6 (patch)
treeb4f71c578b280cc24e2d25b9272365c35369d460 /sound
parent[ALSA] pcxhr - Fix the sample rate changes (diff)
downloadlinux-dev-b14e77e613a104c78ab455c0109b566dab430de6.tar.xz
linux-dev-b14e77e613a104c78ab455c0109b566dab430de6.zip
[ALSA] hda-codec - Add model entry for Sony VAIO
Modules: HDA Codec driver Added an ALC260 model entry (basic) for Sony VAIO. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index ad9e501a9818..543980d89b83 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -2945,6 +2945,8 @@ static int alc260_auto_init(struct hda_codec *codec)
*/
static struct hda_board_config alc260_cfg_tbl[] = {
{ .modelname = "basic", .config = ALC260_BASIC },
+ { .pci_subvendor = 0x104d, .pci_subdevice = 0x81bb,
+ .config = ALC260_BASIC }, /* Sony VAIO */
{ .modelname = "hp", .config = ALC260_HP },
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP },
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x3011, .config = ALC260_HP },