From: Takashi Iwai Date: Mon, 6 Mar 2006 13:17:31 +0000 (+0100) Subject: [ALSA] Add default entry for CTL Travel Master U553W X-Git-Tag: upstream/snapshot3+hdmi~41843^2~18^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1fc8047310c9d3147f9521af651a5823a72d218;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [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 --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index fcab766..928141b 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[] = { { .modelname = "basic", .config = ALC260_BASIC }, { .pci_subvendor = 0x104d, .pci_subdevice = 0x81bb, .config = ALC260_BASIC }, /* Sony VAIO */ + { .pci_subvendor = 0x152d, .pci_subdevice = 0x0729, + .config = ALC260_BASIC }, /* CTL Travel Master U553W */ { .modelname = "hp", .config = ALC260_HP }, { .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP }, { .pci_subvendor = 0x103c, .pci_subdevice = 0x3011, .config = ALC260_HP },