aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/hda_proc.c2
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
51static void print_amp_caps(struct snd_info_buffer *buffer, 51static void print_amp_caps(struct snd_info_buffer *buffer,