Lines Matching refs:stream

106 #define for_each_dpcm_fe(be, stream, _dpcm)				\  argument
107 list_for_each_entry(_dpcm, &(be)->dpcm[stream].fe_clients, list_fe)
109 #define for_each_dpcm_be(fe, stream, _dpcm) \ argument
110 list_for_each_entry(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
111 #define for_each_dpcm_be_safe(fe, stream, _dpcm, __dpcm) \ argument
112 list_for_each_entry_safe(_dpcm, __dpcm, &(fe)->dpcm[stream].be_clients, list_be)
113 #define for_each_dpcm_be_rollback(fe, stream, _dpcm) \ argument
114 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
119 snd_soc_dpcm_get_substream(struct snd_soc_pcm_runtime *be, int stream);
133 int stream, struct snd_soc_dapm_widget_list **list_);
135 int dpcm_add_paths(struct snd_soc_pcm_runtime *fe, int stream,
137 int dpcm_be_dai_startup(struct snd_soc_pcm_runtime *fe, int stream);
138 void dpcm_be_dai_stop(struct snd_soc_pcm_runtime *fe, int stream,
140 void dpcm_be_disconnect(struct snd_soc_pcm_runtime *fe, int stream);
141 void dpcm_clear_pending_state(struct snd_soc_pcm_runtime *fe, int stream);
142 void dpcm_be_dai_hw_free(struct snd_soc_pcm_runtime *fe, int stream);
144 int dpcm_be_dai_trigger(struct snd_soc_pcm_runtime *fe, int stream, int cmd);
145 int dpcm_be_dai_prepare(struct snd_soc_pcm_runtime *fe, int stream);
152 #define dpcm_be_dai_startup_rollback(fe, stream, last) \ argument
153 dpcm_be_dai_stop(fe, stream, 0, last)
154 #define dpcm_be_dai_startup_unwind(fe, stream) dpcm_be_dai_stop(fe, stream, 0, NULL) argument
155 #define dpcm_be_dai_shutdown(fe, stream) dpcm_be_dai_stop(fe, stream, 1, NULL) argument