aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorAkinobu Mita <akinobu.mita@gmail.com>2009-04-06 18:42:42 +0900
committerTakashi Iwai <tiwai@suse.de>2009-04-07 04:20:04 +0200
commitbca68467b59a24396554d8dd5979ee363c174854 (patch)
tree1c7ae1e435656af0767bbe405b3aab5301fb8036 /sound
parentALSA: hda - enable SPDIF output for Intel DX58SO board (diff)
downloadlinux-dev-bca68467b59a24396554d8dd5979ee363c174854.tar.xz
linux-dev-bca68467b59a24396554d8dd5979ee363c174854.zip
ALSA: hda - add missing comma in ad1884_slave_vols
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: <stable@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_analog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 5bb48ee8b6c6..38ad3f7b040f 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -3256,7 +3256,7 @@ static const char *ad1884_slave_vols[] = {
"Mic Playback Volume",
"CD Playback Volume",
"Internal Mic Playback Volume",
- "Docking Mic Playback Volume"
+ "Docking Mic Playback Volume",
/* "Beep Playback Volume", */
"IEC958 Playback Volume",
NULL