[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>

authored by Clemens Ladisch and committed by Jaroslav Kysela 315e3bd7 f12aa40c

+1 -1
+1 -1
sound/pci/korg1212/korg1212.c
··· 442 "Setup for play", 443 "Playing", 444 "Monitor mode on", 445 - "Calibrating" 446 "Invalid" 447 }; 448
··· 442 "Setup for play", 443 "Playing", 444 "Monitor mode on", 445 + "Calibrating", 446 "Invalid" 447 }; 448