diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-11-21 14:17:16 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-11-21 14:19:00 +0100 |
commit | d6018bb566f6eef277184278b105e04705e8aeb6 (patch) | |
tree | 9e0f741ba1a62bd97a6c16398d7b5cc7c1061c2d /sound | |
parent | 201e06ffa9ef9b5265e636617f4fa20cd1490343 (diff) | |
download | linux-stable-d6018bb566f6eef277184278b105e04705e8aeb6.tar.gz linux-stable-d6018bb566f6eef277184278b105e04705e8aeb6.tar.bz2 linux-stable-d6018bb566f6eef277184278b105e04705e8aeb6.zip |
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')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |