Skip to content

Commit

Permalink
ALSA: hda - Fix a typo
Browse files Browse the repository at this point in the history
Reported-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Nov 21, 2011
1 parent 201e06f commit d6018bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d6018bb

Please sign in to comment.