diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-11-02 00:28:50 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-11-04 09:20:58 +0100 |
commit | ec8f53fb693dda095ad3342b927a074e7c4dddfa (patch) | |
tree | 92959363d891a4313d26376fe92d0dfdd857393d /sound/pci/rme9652 | |
parent | 16c2e1fae8d60a9d6d16e009a76ba3472568e094 (diff) | |
download | linux-ec8f53fb693dda095ad3342b927a074e7c4dddfa.tar.bz2 |
ALSA: Fix typo in drivers sound
Correct spelling typo in debug messages within drivers/sound
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/rme9652')
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index f1cd1e387801..9a8d5cef32c7 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c @@ -4899,7 +4899,7 @@ snd_hdspm_proc_read_madi(struct snd_info_entry * entry, insel = "Coaxial"; break; default: - insel = "Unkown"; + insel = "Unknown"; } snd_iprintf(buffer, |