diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-10-13 12:46:10 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 09:00:54 +0100 |
commit | 35f60839b6158f72d2be0dd2764ad772e1d44e8a (patch) | |
tree | f43ebd8eb7cda0f241155fd2265932054ba29f08 /sound/pci/hda | |
parent | 527541f9a8a83eedb4d732657dbfdcd2c4ca8bb4 (diff) |
[ALSA] hda-codec - Add missing comma
Added a missing comma in the medion patch.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 0b14bd17181..1420db43423 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -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 }, {} }; |