Commit b14e77e6 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela

[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: default avatarTakashi Iwai <tiwai@suse.de>
parent 8937fd88
...@@ -2945,6 +2945,8 @@ static int alc260_auto_init(struct hda_codec *codec) ...@@ -2945,6 +2945,8 @@ static int alc260_auto_init(struct hda_codec *codec)
*/ */
static struct hda_board_config alc260_cfg_tbl[] = { static struct hda_board_config alc260_cfg_tbl[] = {
{ .modelname = "basic", .config = ALC260_BASIC }, { .modelname = "basic", .config = ALC260_BASIC },
{ .pci_subvendor = 0x104d, .pci_subdevice = 0x81bb,
.config = ALC260_BASIC }, /* Sony VAIO */
{ .modelname = "hp", .config = ALC260_HP }, { .modelname = "hp", .config = ALC260_HP },
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP }, { .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP },
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x3011, .config = ALC260_HP }, { .pci_subvendor = 0x103c, .pci_subdevice = 0x3011, .config = ALC260_HP },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment