diff options
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
| -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 ecdf30eb587..4aba7646dd9 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -173,7 +173,7 @@ const char *snd_hda_get_jack_type(u32 cfg)  		"Line Out", "Speaker", "HP Out", "CD",  		"SPDIF Out", "Digital Out", "Modem Line", "Modem Hand",  		"Line In", "Aux", "Mic", "Telephony", -		"SPDIF In", "Digitial In", "Reserved", "Other" +		"SPDIF In", "Digital In", "Reserved", "Other"  	};  	return jack_types[(cfg & AC_DEFCFG_DEVICE)  |