projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
176546a
)
[ALSA] hda-codec - Fix a typo
author
Takashi Iwai
<tiwai@suse.de>
Tue, 17 Oct 2006 18:41:38 +0000
(20:41 +0200)
committer
Jaroslav Kysela
<perex@server.perex.cz>
Wed, 20 Dec 2006 07:55:43 +0000
(08:55 +0100)
Fixed a typo in proc file.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/hda/hda_proc.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/hda_proc.c
b/sound/pci/hda/hda_proc.c
index d737f17695a33acc62fd772202068a67b4f7618b..e695655e88db8237be633833593bab7c44a4a11c 100644
(file)
--- a/
sound/pci/hda/hda_proc.c
+++ b/
sound/pci/hda/hda_proc.c
@@
-45,7
+45,7
@@
static const char *get_wid_type_name(unsigned int wid_value)
if (names[wid_value])
return names[wid_value];
else
- return "UNKOWN Widget";
+ return "UNK
N
OWN Widget";
}
static void print_amp_caps(struct snd_info_buffer *buffer,