Przeglądaj źródła

[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 lat temu
rodzic
commit
315e3bd717
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      sound/pci/korg1212/korg1212.c

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

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