Ver Fonte

[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>
Takashi Iwai há 19 anos atrás
pai
commit
3bc8952959
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      sound/pci/hda/hda_proc.c

+ 1 - 1
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 "UNKNOWN Widget";
 }
 
 static void print_amp_caps(struct snd_info_buffer *buffer,