Home
last modified time | relevance | path

Searched refs:mclk_streams (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_rpmsg.c72 if (!(rpmsg->mclk_streams & BIT(substream->stream))) { in fsl_rpmsg_hw_params()
79 rpmsg->mclk_streams |= BIT(substream->stream); in fsl_rpmsg_hw_params()
90 if (rpmsg->mclk_streams & BIT(substream->stream)) { in fsl_rpmsg_hw_free()
92 rpmsg->mclk_streams &= ~BIT(substream->stream); in fsl_rpmsg_hw_free()
H A Dfsl_rpmsg.h29 * @mclk_streams: Active streams that are using baudclk
42 unsigned int mclk_streams; member
H A Dfsl_sai.c253 if (sai->mclk_streams == 0) { in fsl_sai_set_dai_sysclk()
585 if (!(sai->mclk_streams & BIT(substream->stream))) { in fsl_sai_hw_params()
590 sai->mclk_streams |= BIT(substream->stream); in fsl_sai_hw_params()
725 sai->mclk_streams & BIT(substream->stream)) { in fsl_sai_hw_free()
727 sai->mclk_streams &= ~BIT(substream->stream); in fsl_sai_hw_free()
1663 if (sai->mclk_streams & BIT(SNDRV_PCM_STREAM_CAPTURE)) in fsl_sai_runtime_suspend()
1666 if (sai->mclk_streams & BIT(SNDRV_PCM_STREAM_PLAYBACK)) in fsl_sai_runtime_suspend()
1691 if (sai->mclk_streams & BIT(SNDRV_PCM_STREAM_PLAYBACK)) { in fsl_sai_runtime_resume()
1697 if (sai->mclk_streams & BIT(SNDRV_PCM_STREAM_CAPTURE)) { in fsl_sai_runtime_resume()
1725 if (sai->mclk_streams in fsl_sai_runtime_resume()
[all...]
H A Dfsl_sai.h296 unsigned int mclk_streams; member
/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dfsl_sai.c471 if (!(sai->mclk_streams & BIT(substream->stream))) { in fsl_sai_hw_params()
476 sai->mclk_streams |= BIT(substream->stream); in fsl_sai_hw_params()
540 sai->mclk_streams & BIT(substream->stream)) { in fsl_sai_hw_free()
542 sai->mclk_streams &= ~BIT(substream->stream); in fsl_sai_hw_free()
1215 if (sai->mclk_streams & BIT(SNDRV_PCM_STREAM_CAPTURE)) in fsl_sai_runtime_suspend()
1218 if (sai->mclk_streams & BIT(SNDRV_PCM_STREAM_PLAYBACK)) in fsl_sai_runtime_suspend()
1240 if (sai->mclk_streams & BIT(SNDRV_PCM_STREAM_PLAYBACK)) { in fsl_sai_runtime_resume()
1246 if (sai->mclk_streams & BIT(SNDRV_PCM_STREAM_CAPTURE)) { in fsl_sai_runtime_resume()
1267 if (sai->mclk_streams & BIT(SNDRV_PCM_STREAM_CAPTURE)) in fsl_sai_runtime_resume()
1270 if (sai->mclk_streams in fsl_sai_runtime_resume()
[all...]
H A Dfsl_sai.h265 unsigned int mclk_streams; member
H A Dfsl_micfil.c39 unsigned int mclk_streams; member

Completed in 9 milliseconds