Commit 35f60839 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela

[ALSA] hda-codec - Add missing comma

Added a missing comma in the medion patch.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 527541f9
......@@ -5119,7 +5119,7 @@ static struct hda_board_config alc883_cfg_tbl[] = {
{ .pci_subvendor = 0x1025, .pci_subdevice = 0x009f,
.config = ALC883_ACER },
{ .pci_subvendor = 0x161f, .pci_subdevice = 0x2054,
.modelname = "medion", .config = ALC883_MEDION }
.modelname = "medion", .config = ALC883_MEDION },
{ .modelname = "auto", .config = ALC883_AUTO },
{}
};
......
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