projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3cd3f5
)
ALSA: hda - add missing comma in ad1884_slave_vols
author
Akinobu Mita
<akinobu.mita@gmail.com>
Mon, 6 Apr 2009 09:42:42 +0000
(18:42 +0900)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 7 Apr 2009 02:20:04 +0000
(
04:20
+0200)
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: <stable@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_analog.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_analog.c
b/sound/pci/hda/patch_analog.c
index 5bb48ee8b6c63eebfd05047c36ce7942d61e60c6..38ad3f7b040f49d699ddb4641fe1d479a209619c 100644
(file)
--- 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