Home
last modified time | relevance | path

Searched refs:started_count (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/spacemit/
H A Dk1_i2s.c65 int started_count; member
270 if (!i2s->started_count) { in spacemit_i2s_trigger()
275 i2s->started_count++; in spacemit_i2s_trigger()
280 if (i2s->started_count) in spacemit_i2s_trigger()
281 i2s->started_count--; in spacemit_i2s_trigger()
283 if (!i2s->started_count) { in spacemit_i2s_trigger()
/linux/sound/soc/sof/
H A Dipc4-pcm.c188 if (spipe->started_count == spipe->paused_count) in sof_ipc4_add_pipeline_to_trigger_list()
194 if (!spipe->started_count && !spipe->paused_count) in sof_ipc4_add_pipeline_to_trigger_list()
200 if (spipe->paused_count == (spipe->started_count - 1)) in sof_ipc4_add_pipeline_to_trigger_list()
245 spipe->started_count--; in sof_ipc4_update_pipeline_state()
260 spipe->started_count++; in sof_ipc4_update_pipeline_state()
H A Dsof-audio.h509 * @started_count: Count of number of PCM's that have started this pipeline
521 int started_count;
508 int started_count; global() member
/linux/sound/soc/sof/intel/
H A Dhda-dai-ops.c409 swidget->spipe->started_count++; in hda_ipc4_post_trigger()
423 * been stopped. So, clear the started_count so that the pipeline can be reset in hda_ipc4_post_trigger()
425 swidget->spipe->started_count = 0; in hda_ipc4_post_trigger()