summaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-11-21 14:17:16 +0100
committerTakashi Iwai <tiwai@suse.de>2011-11-21 14:19:00 +0100
commitd6018bb566f6eef277184278b105e04705e8aeb6 (patch)
tree9e0f741ba1a62bd97a6c16398d7b5cc7c1061c2d /sound/pci
parent201e06ffa9ef9b5265e636617f4fa20cd1490343 (diff)
downloadlinux-0-day-d6018bb566f6eef277184278b105e04705e8aeb6.tar.gz
linux-0-day-d6018bb566f6eef277184278b105e04705e8aeb6.tar.xz
ALSA: hda - Fix a typo
Reported-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/hda_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index e050f893bf750..b703e25b6241c 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;