ALSA: hda - Fix a typo
authorTakashi Iwai <tiwai@suse.de>
Mon, 21 Nov 2011 13:17:16 +0000 (14:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 21 Nov 2011 13:19:00 +0000 (14:19 +0100)
Reported-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c

index e050f89..b703e25 100644 (file)
@@ -5071,7 +5071,7 @@ static const char *check_output_sfx(hda_nid_t nid, const hda_nid_t *pins,
                                    int num_pins, int *indexp)
 {
        static const char * const channel_sfx[] = {
-               " Front", " Surrount", " CLFE", " Side"
+               " Front", " Surround", " CLFE", " Side"
        };
        int i;