diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-10-17 14:41:38 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@server.perex.cz> | 2006-12-20 02:55:43 -0500 |
commit | 3bc89529594767b0f894589f6c05b2d9821b6791 (patch) | |
tree | 2b40af2afbbf6bb18358133ec6d8a4a7de508f51 /sound | |
parent | 176546ab562fa696e56d67d4f1ea85851275ebf8 (diff) |
[ALSA] hda-codec - Fix a typo
Fixed a typo in proc file.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/hda_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_proc.c b/sound/pci/hda/hda_proc.c index d737f17695a3..e695655e88db 100644 --- 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) | |||
45 | if (names[wid_value]) | 45 | if (names[wid_value]) |
46 | return names[wid_value]; | 46 | return names[wid_value]; |
47 | else | 47 | else |
48 | return "UNKOWN Widget"; | 48 | return "UNKNOWN Widget"; |
49 | } | 49 | } |
50 | 50 | ||
51 | static void print_amp_caps(struct snd_info_buffer *buffer, | 51 | static void print_amp_caps(struct snd_info_buffer *buffer, |