diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-11-21 08:17:16 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-11-21 08:19:00 -0500 |
commit | d6018bb566f6eef277184278b105e04705e8aeb6 (patch) | |
tree | 9e0f741ba1a62bd97a6c16398d7b5cc7c1061c2d /sound | |
parent | 201e06ffa9ef9b5265e636617f4fa20cd1490343 (diff) |
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, | |||
5071 | int num_pins, int *indexp) | 5071 | int num_pins, int *indexp) |
5072 | { | 5072 | { |
5073 | static const char * const channel_sfx[] = { | 5073 | static const char * const channel_sfx[] = { |
5074 | " Front", " Surrount", " CLFE", " Side" | 5074 | " Front", " Surround", " CLFE", " Side" |
5075 | }; | 5075 | }; |
5076 | int i; | 5076 | int i; |
5077 | 5077 | ||