diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2009-04-06 18:42:42 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-04-07 04:20:04 +0200 |
commit | bca68467b59a24396554d8dd5979ee363c174854 (patch) | |
tree | 1c7ae1e435656af0767bbe405b3aab5301fb8036 /sound/pci/hda/patch_analog.c | |
parent | f3cd3f5d341dc5218d0138a67945182e83174af9 (diff) |
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/pci/hda/patch_analog.c')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 5bb48ee8b6c..38ad3f7b040 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 |