summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2005-10-04 08:42:10 +0200
committerJaroslav Kysela <perex@suse.cz>2005-10-07 14:46:33 +0200
commit315e3bd717068624ce888f3d045a168acefc6ce8 (patch)
tree4da7b4d73f304b404e30c9357a8bdbfaab70c17f /sound
parentf12aa40c9d76af5add413731d30565327219c41f (diff)
downloadlinux-0-day-315e3bd717068624ce888f3d045a168acefc6ce8.tar.gz
linux-0-day-315e3bd717068624ce888f3d045a168acefc6ce8.tar.xz
[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>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/korg1212/korg1212.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/korg1212/korg1212.c b/sound/pci/korg1212/korg1212.c
index 09f9cbe116a38..5561fd4091e80 100644
--- a/sound/pci/korg1212/korg1212.c
+++ b/sound/pci/korg1212/korg1212.c
@@ -442,7 +442,7 @@ static char* stateName[] = {
"Setup for play",
"Playing",
"Monitor mode on",
- "Calibrating"
+ "Calibrating",
"Invalid"
};