Эх сурвалжийг харах

[ALSA] korg1212: fix typo

KORG1212 driver
Add a missing comma that made the stateName array one entry too short.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Clemens Ladisch 19 жил өмнө
parent
commit
315e3bd717

+ 1 - 1
sound/pci/korg1212/korg1212.c

@@ -442,7 +442,7 @@ static char* stateName[] = {
                         "Setup for play",
                         "Setup for play",
                         "Playing",
                         "Playing",
                         "Monitor mode on",
                         "Monitor mode on",
-                        "Calibrating"
+			"Calibrating",
                         "Invalid"
                         "Invalid"
 };
 };