Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/
H A Dsoc-pcm.c1681 be->dpcm[stream].be_start = 0; in dpcm_be_dai_startup()
2162 if (!be->dpcm[stream].be_start && in dpcm_be_dai_trigger()
2168 be->dpcm[stream].be_start++; in dpcm_be_dai_trigger()
2169 if (be->dpcm[stream].be_start != 1) in dpcm_be_dai_trigger()
2179 be->dpcm[stream].be_start--; in dpcm_be_dai_trigger()
2189 be->dpcm[stream].be_start++; in dpcm_be_dai_trigger()
2190 if (be->dpcm[stream].be_start != 1) in dpcm_be_dai_trigger()
2195 be->dpcm[stream].be_start--; in dpcm_be_dai_trigger()
2202 if (!be->dpcm[stream].be_start && in dpcm_be_dai_trigger()
2210 be->dpcm[stream].be_start++; in dpcm_be_dai_trigger()
[all …]
/openbmc/linux/include/sound/
H A Dsoc-dpcm.h102 int be_start; /* refcount protected by BE stream pcm lock */ member