Commit 315e3bd7 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Jaroslav Kysela

[ALSA] korg1212: fix typo

KORG1212 driver
Add a missing comma that made the stateName array one entry too short.
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent f12aa40c
...@@ -442,7 +442,7 @@ static char* stateName[] = { ...@@ -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"
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment