diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-10-13 06:46:10 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:00:54 -0500 |
commit | 35f60839b6158f72d2be0dd2764ad772e1d44e8a (patch) | |
tree | f43ebd8eb7cda0f241155fd2265932054ba29f08 /sound/pci | |
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')
-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 0b14bd17181a..1420db43423a 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[] = { | |||
5119 | { .pci_subvendor = 0x1025, .pci_subdevice = 0x009f, | 5119 | { .pci_subvendor = 0x1025, .pci_subdevice = 0x009f, |
5120 | .config = ALC883_ACER }, | 5120 | .config = ALC883_ACER }, |
5121 | { .pci_subvendor = 0x161f, .pci_subdevice = 0x2054, | 5121 | { .pci_subvendor = 0x161f, .pci_subdevice = 0x2054, |
5122 | .modelname = "medion", .config = ALC883_MEDION } | 5122 | .modelname = "medion", .config = ALC883_MEDION }, |
5123 | { .modelname = "auto", .config = ALC883_AUTO }, | 5123 | { .modelname = "auto", .config = ALC883_AUTO }, |
5124 | {} | 5124 | {} |
5125 | }; | 5125 | }; |