[ALSA] korg1212: fix typo
authorClemens Ladisch <clemens@ladisch.de>
Tue, 4 Oct 2005 06:42:10 +0000 (08:42 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 7 Oct 2005 12:46:33 +0000 (14:46 +0200)
KORG1212 driver
Add a missing comma that made the stateName array one entry too short.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/pci/korg1212/korg1212.c

index 09f9cbe..5561fd4 100644 (file)
@@ -442,7 +442,7 @@ static char* stateName[] = {
                         "Setup for play",
                         "Playing",
                         "Monitor mode on",
-                        "Calibrating"
+                       "Calibrating",
                         "Invalid"
 };