diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-03-06 08:17:31 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-03-22 04:36:18 -0500 |
commit | c1fc8047310c9d3147f9521af651a5823a72d218 (patch) | |
tree | 5346714f22351e75ee8647970f334e0d38695ed8 /sound/pci | |
parent | 5e315e9248329c53a8932b71532c28240125e3c4 (diff) |
[ALSA] Add default entry for CTL Travel Master U553W
Modules: HDA Codec driver
Added the default entry of ALC880 configuration table for
CTL Travel Master U553W.
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 fcab766862d4..928141b1d74e 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -3644,6 +3644,8 @@ static struct hda_board_config alc260_cfg_tbl[] = { | |||
3644 | { .modelname = "basic", .config = ALC260_BASIC }, | 3644 | { .modelname = "basic", .config = ALC260_BASIC }, |
3645 | { .pci_subvendor = 0x104d, .pci_subdevice = 0x81bb, | 3645 | { .pci_subvendor = 0x104d, .pci_subdevice = 0x81bb, |
3646 | .config = ALC260_BASIC }, /* Sony VAIO */ | 3646 | .config = ALC260_BASIC }, /* Sony VAIO */ |
3647 | { .pci_subvendor = 0x152d, .pci_subdevice = 0x0729, | ||
3648 | .config = ALC260_BASIC }, /* CTL Travel Master U553W */ | ||
3647 | { .modelname = "hp", .config = ALC260_HP }, | 3649 | { .modelname = "hp", .config = ALC260_HP }, |
3648 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP }, | 3650 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP }, |
3649 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x3011, .config = ALC260_HP }, | 3651 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x3011, .config = ALC260_HP }, |