From: Takashi Iwai Date: Mon, 21 Nov 2011 13:17:16 +0000 (+0100) Subject: ALSA: hda - Fix a typo X-Git-Tag: MMI-PSA29.97-13-9~16612^2~116^2~13^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d6018bb566f6eef277184278b105e04705e8aeb6;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git ALSA: hda - Fix a typo Reported-by: David Henningsson Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index e050f893bf75..b703e25b6241 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -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;