Lines Matching defs:rollback
673 int rollback)
680 int r = snd_soc_component_close(component, substream, rollback);
684 snd_soc_component_module_put_when_close(component, substream, rollback);
691 struct snd_pcm_substream *substream, int rollback)
699 if (!rollback) {
710 snd_soc_dai_shutdown(dai, substream, rollback);
712 snd_soc_link_shutdown(substream, rollback);
714 soc_pcm_components_close(substream, rollback);
716 snd_soc_pcm_component_pm_runtime_put(rtd, substream, rollback);
932 struct snd_pcm_substream *substream, int rollback)
954 snd_soc_link_hw_free(substream, rollback);
957 snd_soc_pcm_component_hw_free(substream, rollback);
962 snd_soc_dai_hw_free(dai, substream, rollback);
1109 static int (* const trigger[][TRIGGER_MAX])(struct snd_pcm_substream *substream, int cmd, int rollback) = {
1127 int rollback = 0;
1167 rollback = 1;
1190 r = trigger[stop][i - 1](substream, cmd, rollback);