Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/sound/
A Dcs8403.h58 case 0x40: diga->status[0] |= IEC958_AES0_PRO_EMPHASIS_5015; break; in SND_CS8403_DECODE()
125 case IEC958_AES0_PRO_EMPHASIS_5015: bits |= 0x40; break; in SND_CS8403_ENCODE()
184 case 0x01: diga->status[0] |= IEC958_AES0_PRO_EMPHASIS_5015; break; in SND_CS8404_DECODE()
226 case IEC958_AES0_PRO_EMPHASIS_5015: bits |= 0x01; break; in SND_CS8404_ENCODE()
A Dasoundef.h22 #define IEC958_AES0_PRO_EMPHASIS_5015 (3<<2) /* 50/15us emphasis */ macro
/linux-6.3-rc2/sound/pci/ca0106/
A Dca0106_proc.c196 case IEC958_AES0_PRO_EMPHASIS_5015: in snd_ca0106_proc_dump_iec958()
/linux-6.3-rc2/sound/pci/
A Drme32.c1694 val |= (aes->status[0] & IEC958_AES0_PRO_EMPHASIS_5015) ? RME32_WCR_EMP : 0; in snd_rme32_convert_from_aes()
1704 aes->status[0] |= (val & RME32_WCR_EMP) ? IEC958_AES0_PRO_EMPHASIS_5015 : 0; in snd_rme32_convert_to_aes()
A Drme96.c2103 val |= (aes->status[0] & IEC958_AES0_PRO_EMPHASIS_5015) ? RME96_WCR_EMP : 0; in snd_rme96_convert_from_aes()
2114 aes->status[0] |= (val & RME96_WCR_EMP) ? IEC958_AES0_PRO_EMPHASIS_5015 : 0; in snd_rme96_convert_to_aes()
/linux-6.3-rc2/sound/pci/ac97/
A Dac97_codec.c711 IEC958_AES0_PRO_EMPHASIS_5015; in snd_ac97_spdif_pmask_get()
737 new |= ucontrol->value.iec958.status[0] & (IEC958_AES0_PRO_FS|IEC958_AES0_PRO_EMPHASIS_5015); in snd_ac97_spdif_default_put()
744 if ((new & IEC958_AES0_PRO_EMPHASIS) == IEC958_AES0_PRO_EMPHASIS_5015) in snd_ac97_spdif_default_put()
/linux-6.3-rc2/sound/pci/rme9652/
A Drme9652.c763 val |= (aes->status[0] & IEC958_AES0_PRO_EMPHASIS_5015) ? RME9652_EMP : 0; in snd_rme9652_convert_from_aes()
774 aes->status[0] |= (val & RME9652_EMP) ? IEC958_AES0_PRO_EMPHASIS_5015 : 0; in snd_rme9652_convert_to_aes()
A Dhdsp.c1542 val |= (aes->status[0] & IEC958_AES0_PRO_EMPHASIS_5015) ? HDSP_SPDIFEmphasis : 0; in snd_hdsp_convert_from_aes()
1553 aes->status[0] |= (val & HDSP_SPDIFEmphasis) ? IEC958_AES0_PRO_EMPHASIS_5015 : 0; in snd_hdsp_convert_to_aes()
/linux-6.3-rc2/sound/pci/hda/
A Dhda_codec.c2203 IEC958_AES0_PRO_EMPHASIS_5015; in snd_hda_spdif_pmask_get()
2240 IEC958_AES0_PRO_EMPHASIS_5015) in convert_from_spdif_status()
2267 sbits |= IEC958_AES0_PRO_EMPHASIS_5015; in convert_to_spdif_status()
/linux-6.3-rc2/sound/pci/ice1712/
A Dice1724.c1582 IEC958_AES0_PRO_EMPHASIS_5015) in encode_spdif_bits()
1623 diga->status[0] |= IEC958_AES0_PRO_EMPHASIS_5015; in decode_spdif_bits()

Completed in 54 milliseconds