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 a9ebcf9e371..ecdf30eb587 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -3144,7 +3144,7 @@ static unsigned int convert_to_spdif_status(unsigned short val)  	if (val & AC_DIG1_PROFESSIONAL)  		sbits |= IEC958_AES0_PROFESSIONAL;  	if (sbits & IEC958_AES0_PROFESSIONAL) { -		if (sbits & AC_DIG1_EMPHASIS) +		if (val & AC_DIG1_EMPHASIS)  			sbits |= IEC958_AES0_PRO_EMPHASIS_5015;  	} else {  		if (val & AC_DIG1_EMPHASIS)  |