diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-11-01 11:28:50 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-11-04 03:20:58 -0500 |
commit | ec8f53fb693dda095ad3342b927a074e7c4dddfa (patch) | |
tree | 92959363d891a4313d26376fe92d0dfdd857393d /sound/pci/rme9652 | |
parent | 16c2e1fae8d60a9d6d16e009a76ba3472568e094 (diff) |
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, | |||
4899 | insel = "Coaxial"; | 4899 | insel = "Coaxial"; |
4900 | break; | 4900 | break; |
4901 | default: | 4901 | default: |
4902 | insel = "Unkown"; | 4902 | insel = "Unknown"; |
4903 | } | 4903 | } |
4904 | 4904 | ||
4905 | snd_iprintf(buffer, | 4905 | snd_iprintf(buffer, |