Explorar el Código

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>
Akinobu Mita hace 16 años
padre
commit
bca68467b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sound/pci/hda/patch_analog.c

+ 1 - 1
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