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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 },
	{}
};