diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2009-04-07 16:25:04 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-05-02 10:24:11 -0700 |
commit | c43d6d8489544020f4440c27244af8991ad7b669 (patch) | |
tree | 0755b8d4cb2c954c4c8e63ef2a7db127e8f31e32 /sound | |
parent | d2c1b09939cc84c2ac57e2e8c4c85ec54ab9501c (diff) |
ALSA: hda - add missing comma in ad1884_slave_vols
upstream commit: bca68467b59a24396554d8dd5979ee363c174854
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 8c857d52adbb..026f723218b9 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c @@ -3220,7 +3220,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 |