Skip to content

Commit

Permalink
[ALSA] hda-codec - Add missing comma
Browse files Browse the repository at this point in the history
Added a missing comma in the medion patch.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Feb 9, 2007
1 parent 527541f commit 35f6083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
{}
};
Expand Down

0 comments on commit 35f6083

Please sign in to comment.