Lines Matching defs:rollback
738 int rollback)
745 int r = snd_soc_component_close(component, substream, rollback);
749 snd_soc_component_module_put_when_close(component, substream, rollback);
756 struct snd_pcm_substream *substream, int rollback)
764 if (!rollback) {
775 snd_soc_dai_shutdown(dai, substream, rollback);
777 snd_soc_link_shutdown(substream, rollback);
779 soc_pcm_components_close(substream, rollback);
781 snd_soc_pcm_component_pm_runtime_put(rtd, substream, rollback);
1009 struct snd_pcm_substream *substream, int rollback)
1031 snd_soc_link_hw_free(substream, rollback);
1034 snd_soc_pcm_component_hw_free(substream, rollback);
1039 snd_soc_dai_hw_free(dai, substream, rollback);
1185 static int (* const trigger[][TRIGGER_MAX])(struct snd_pcm_substream *substream, int cmd, int rollback) = {
1203 int rollback = 0;
1243 rollback = 1;
1266 r = trigger[stop][i - 1](substream, cmd, rollback);