diff options
| -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; | 
