Home
last modified time | relevance | path

Searched refs:stream1 (Results 1 – 2 of 2) sorted by relevance

/sound/soc/ti/
Domap-mcpdm.c269 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcpdm_dai_shutdown() local
286 else if (mcpdm->latency[stream1]) in omap_mcpdm_dai_shutdown()
289 mcpdm->latency[stream1] = 0; in omap_mcpdm_dai_shutdown()
381 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcpdm_prepare() local
386 if (!latency || mcpdm->latency[stream1] < latency) in omap_mcpdm_prepare()
387 latency = mcpdm->latency[stream1]; in omap_mcpdm_prepare()
Domap-mcbsp.c831 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcbsp_dai_shutdown() local
837 else if (mcbsp->latency[stream1]) in omap_mcbsp_dai_shutdown()
840 mcbsp->latency[stream1] = 0; in omap_mcbsp_dai_shutdown()
854 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcbsp_dai_prepare() local
859 if (!latency || mcbsp->latency[stream1] < latency) in omap_mcbsp_dai_prepare()
860 latency = mcbsp->latency[stream1]; in omap_mcbsp_dai_prepare()