mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-10 03:26:04 -05:00
[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>
This commit is contained in:
committed by
Jaroslav Kysela
parent
f12aa40c9d
commit
315e3bd717
@@ -442,7 +442,7 @@ static char* stateName[] = {
|
||||
"Setup for play",
|
||||
"Playing",
|
||||
"Monitor mode on",
|
||||
"Calibrating"
|
||||
"Calibrating",
|
||||
"Invalid"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user