Symbol: IEC958_AES3_CON_FS_48000
drivers/gpu/drm/mediatek/mtk_dp.c
688
iec.status[3] = IEC958_AES3_CON_FS_48000;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
681
case IEC958_AES3_CON_FS_48000:
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
785
case IEC958_AES3_CON_FS_48000:
drivers/gpu/drm/xlnx/zynqmp_dp_audio.c
171
iec.status[3] = IEC958_AES3_CON_FS_48000;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
725
case IEC958_AES3_CON_FS_48000:
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c
798
case IEC958_AES3_CON_FS_48000:
include/sound/cs8403.h
106
case IEC958_AES3_CON_FS_48000: bits |= 0x02; break;
include/sound/cs8403.h
169
case 0x04: diga->status[3] |= IEC958_AES3_CON_FS_48000; break;
include/sound/cs8403.h
210
case IEC958_AES3_CON_FS_48000: bits |= 0x04; break;
include/sound/cs8403.h
45
case 0x02: diga->status[3] |= IEC958_AES3_CON_FS_48000; break;
include/sound/pcm.h
1424
(IEC958_AES3_CON_FS_48000<<24))
sound/core/pcm_iec958.c
65
fs = IEC958_AES3_CON_FS_48000;
sound/i2c/cs8427.c
606
case 48000: status[3] |= IEC958_AES3_CON_FS_48000; break;
sound/pci/ac97/ac97_codec.c
748
case IEC958_AES3_CON_FS_48000: val |= 2<<12; break;
sound/pci/ac97/ac97_pcm.c
213
case 48000: sbits |= IEC958_AES3_CON_FS_48000<<24; break;
sound/pci/au88x0/au88x0_pcm.c
478
case 48000: ucontrol->value.iec958.status[3] = IEC958_AES3_CON_FS_48000; break;
sound/pci/au88x0/au88x0_pcm.c
490
case IEC958_AES3_CON_FS_48000: spdif_sr = 48000; break;
sound/pci/ca0106/ca0106_proc.c
107
case IEC958_AES3_CON_FS_48000:
sound/pci/ctxfi/ctatc.c
39
| ((IEC958_AES3_CON_FS_48000) << 24))
sound/pci/ctxfi/ctatc.c
871
iec958_con_fs = IEC958_AES3_CON_FS_48000;
sound/pci/oxygen/oxygen_mixer.c
213
return IEC958_AES3_CON_FS_48000 << OXYGEN_SPDIF_CS_RATE_SHIFT;
sound/pci/oxygen/xonar_hdmi.c
51
hdmi->params[1] = IEC958_AES3_CON_FS_48000;
sound/pci/oxygen/xonar_hdmi.c
89
hdmi->params[1] = IEC958_AES3_CON_FS_48000;
sound/pci/trident/trident_main.c
1310
(IEC958_AES3_CON_FS_48000 << 24);
sound/pci/ymfpci/ymfpci_main.c
1246
ucontrol->value.iec958.status[3] = IEC958_AES3_CON_FS_48000;
sound/pci/ymfpci/ymfpci_main.c
1318
ucontrol->value.iec958.status[3] = IEC958_AES3_CON_FS_48000;
sound/soc/atmel/mchp-spdiftx.c
454
aes3 = IEC958_AES3_CON_FS_48000;
sound/soc/codecs/ak4104.c
125
val |= IEC958_AES3_CON_FS_48000;
sound/soc/fsl/fsl_spdif.c
529
csfs = IEC958_AES3_CON_FS_48000;
sound/soc/sti/uniperif_player.c
253
IEC958_AES3_CON_FS_48000;
sound/soc/stm/stm32_sai_sub.c
1101
sai->iec958.status[3] = IEC958_AES3_CON_FS_48000;
sound/soc/ti/davinci-mcasp.c
1299
cs_bytes[3] |= IEC958_AES3_CON_FS_48000;
sound/soc/ti/omap-hdmi.c
158
iec->status[3] |= IEC958_AES3_CON_FS_48000;
sound/soc/xilinx/xlnx_formatter_pcm.c
196
case IEC958_AES3_CON_FS_48000:
sound/usb/mixer_quirks.c
1913
IEC958_AES3_CON_FS_48000 : IEC958_AES3_CON_FS_44100;