Home
last modified time | relevance | path

Searched refs:capture_only (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dimx-spdif.c50 data->dai.capture_only = true; in imx_spdif_audio_probe()
53 data->dai.capture_only = false; in imx_spdif_audio_probe()
58 if (data->dai.playback_only && data->dai.capture_only) { in imx_spdif_audio_probe()
/OK3568_Linux_fs/kernel/sound/soc/amd/renoir/
H A Dacp3x-rn.c32 .capture_only = 1,
/OK3568_Linux_fs/kernel/sound/soc/mxs/
H A Dmxs-sgtl5000.c89 .capture_only = true,
/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A Dbdw-rt5677.c342 .capture_only = 1,
/OK3568_Linux_fs/kernel/sound/soc/ti/
H A Dj721e-evm.c694 priv->dai_links[*link_idx].capture_only = 1; in j721e_soc_probe_cpb()
813 priv->dai_links[*link_idx].capture_only = 1; in j721e_soc_probe_ivi()
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc.h814 unsigned int capture_only:1; member
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-core.c1689 dai_link->dpcm_playback = !dai_link->capture_only; in soc_check_tplg_fes()
H A Dsoc-pcm.c2773 if (rtd->dai_link->capture_only) { in soc_new_pcm()