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>
This commit is contained in:
parent
f3cd3f5d34
commit
bca68467b5
|
@ -3256,7 +3256,7 @@ static const char *ad1884_slave_vols[] = {
|
||||||
"Mic Playback Volume",
|
"Mic Playback Volume",
|
||||||
"CD Playback Volume",
|
"CD Playback Volume",
|
||||||
"Internal Mic Playback Volume",
|
"Internal Mic Playback Volume",
|
||||||
"Docking Mic Playback Volume"
|
"Docking Mic Playback Volume",
|
||||||
/* "Beep Playback Volume", */
|
/* "Beep Playback Volume", */
|
||||||
"IEC958 Playback Volume",
|
"IEC958 Playback Volume",
|
||||||
NULL
|
NULL
|
||||||
|
|
Loading…
Reference in New Issue