From d6018bb566f6eef277184278b105e04705e8aeb6 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Mon, 21 Nov 2011 14:17:16 +0100
Subject: [PATCH] ALSA: hda - Fix a typo
Git-commit: d6018bb566f6eef277184278b105e04705e8aeb6
Patch-mainline: 3.3-rc1
References: FATE#313695

Reported-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

---
 sound/pci/hda/hda_codec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -5080,7 +5080,7 @@ static const char *check_output_sfx(hda_
 				    int num_pins, int *indexp)
 {
 	static const char * const channel_sfx[] = {
-		" Front", " Surrount", " CLFE", " Side"
+		" Front", " Surround", " CLFE", " Side"
 	};
 	int i;
 
