diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2009-04-07 16:25:04 +0000 |
---|---|---|
committer | Chris Wright <chrisw@sous-sol.org> | 2009-04-27 10:36:58 -0700 |
commit | 37a8bca218bf6c4cad295b7d250c3590f57e3cf6 (patch) | |
tree | cf963fe9bec23a567283f451cc9134d6bab14df4 /sound | |
parent | ed960ac61e12e298d1cdcd52b21b9ee07d36755c (diff) |
ALSA: hda - add missing comma in ad1884_slave_vols
upstream commit: bca68467b59a24396554d8dd5979ee363c174854
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: <stable@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Diffstat (limited to 'sound')
-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 e48612323aa..5a6d6d83dc8 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c @@ -3239,7 +3239,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 |