Searched refs:IEC958_AES0_PRO_EMPHASIS_5015 (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/include/sound/
H A Dcs8403.h73 case 0x40: diga->status[0] |= IEC958_AES0_PRO_EMPHASIS_5015; break; SND_CS8403_DECODE()
140 case IEC958_AES0_PRO_EMPHASIS_5015: bits |= 0x40; break; SND_CS8403_ENCODE()
199 case 0x01: diga->status[0] |= IEC958_AES0_PRO_EMPHASIS_5015; break; SND_CS8404_DECODE()
241 case IEC958_AES0_PRO_EMPHASIS_5015: bits |= 0x01; break; SND_CS8404_ENCODE()
H A Dasoundef.h37 #define IEC958_AES0_PRO_EMPHASIS_5015 (3<<2) /* 50/15us emphasis */ macro
/linux-4.1.27/sound/pci/ca0106/
H A Dca0106_proc.c212 case IEC958_AES0_PRO_EMPHASIS_5015: snd_ca0106_proc_dump_iec958()
/linux-4.1.27/sound/pci/
H A Drme32.c1730 val |= (aes->status[0] & IEC958_AES0_PRO_EMPHASIS_5015) ? RME32_WCR_EMP : 0; snd_rme32_convert_from_aes()
1740 aes->status[0] |= (val & RME32_WCR_EMP) ? IEC958_AES0_PRO_EMPHASIS_5015 : 0; snd_rme32_convert_to_aes()
H A Drme96.c2114 val |= (aes->status[0] & IEC958_AES0_PRO_EMPHASIS_5015) ? RME96_WCR_EMP : 0; snd_rme96_convert_from_aes()
2125 aes->status[0] |= (val & RME96_WCR_EMP) ? IEC958_AES0_PRO_EMPHASIS_5015 : 0; snd_rme96_convert_to_aes()
/linux-4.1.27/sound/pci/ac97/
H A Dac97_codec.c732 IEC958_AES0_PRO_EMPHASIS_5015; snd_ac97_spdif_pmask_get()
758 new |= ucontrol->value.iec958.status[0] & (IEC958_AES0_PRO_FS|IEC958_AES0_PRO_EMPHASIS_5015); snd_ac97_spdif_default_put()
765 if ((new & IEC958_AES0_PRO_EMPHASIS) == IEC958_AES0_PRO_EMPHASIS_5015) snd_ac97_spdif_default_put()
/linux-4.1.27/sound/pci/ice1712/
H A Dice1724.c1629 IEC958_AES0_PRO_EMPHASIS_5015) encode_spdif_bits()
1670 diga->status[0] |= IEC958_AES0_PRO_EMPHASIS_5015; decode_spdif_bits()
/linux-4.1.27/sound/pci/rme9652/
H A Drme9652.c794 val |= (aes->status[0] & IEC958_AES0_PRO_EMPHASIS_5015) ? RME9652_EMP : 0; snd_rme9652_convert_from_aes()
805 aes->status[0] |= (val & RME9652_EMP) ? IEC958_AES0_PRO_EMPHASIS_5015 : 0; snd_rme9652_convert_to_aes()
H A Dhdsp.c1567 val |= (aes->status[0] & IEC958_AES0_PRO_EMPHASIS_5015) ? HDSP_SPDIFEmphasis : 0; snd_hdsp_convert_from_aes()
1578 aes->status[0] |= (val & HDSP_SPDIFEmphasis) ? IEC958_AES0_PRO_EMPHASIS_5015 : 0; snd_hdsp_convert_to_aes()
/linux-4.1.27/sound/pci/hda/
H A Dhda_codec.c2474 IEC958_AES0_PRO_EMPHASIS_5015; snd_hda_spdif_pmask_get()
2509 IEC958_AES0_PRO_EMPHASIS_5015) convert_from_spdif_status()
2536 sbits |= IEC958_AES0_PRO_EMPHASIS_5015; convert_to_spdif_status()

Completed in 338 milliseconds