Lines Matching refs:snd_soc_pcm_runtime

15 struct snd_soc_pcm_runtime;
71 struct snd_soc_pcm_runtime *be;
72 struct snd_soc_pcm_runtime *fe;
107 int snd_soc_dpcm_can_be_free_stop(struct snd_soc_pcm_runtime *fe,
108 struct snd_soc_pcm_runtime *be, int stream);
111 int snd_soc_dpcm_can_be_params(struct snd_soc_pcm_runtime *fe,
112 struct snd_soc_pcm_runtime *be, int stream);
115 int snd_soc_dpcm_fe_can_update(struct snd_soc_pcm_runtime *fe, int stream);
118 int snd_soc_dpcm_be_can_update(struct snd_soc_pcm_runtime *fe,
119 struct snd_soc_pcm_runtime *be, int stream);
123 snd_soc_dpcm_get_substream(struct snd_soc_pcm_runtime *be, int stream);
127 snd_soc_dpcm_be_get_state(struct snd_soc_pcm_runtime *be, int stream);
130 void snd_soc_dpcm_be_set_state(struct snd_soc_pcm_runtime *be, int stream,
134 int soc_dpcm_be_digital_mute(struct snd_soc_pcm_runtime *fe, int mute);
135 void soc_dpcm_debugfs_add(struct snd_soc_pcm_runtime *rtd);
138 int dpcm_path_get(struct snd_soc_pcm_runtime *fe,
140 int dpcm_process_paths(struct snd_soc_pcm_runtime *fe,
142 int dpcm_be_dai_startup(struct snd_soc_pcm_runtime *fe, int stream);
143 int dpcm_be_dai_shutdown(struct snd_soc_pcm_runtime *fe, int stream);
144 void dpcm_be_disconnect(struct snd_soc_pcm_runtime *fe, int stream);
145 void dpcm_clear_pending_state(struct snd_soc_pcm_runtime *fe, int stream);
146 int dpcm_be_dai_hw_free(struct snd_soc_pcm_runtime *fe, int stream);
147 int dpcm_be_dai_hw_params(struct snd_soc_pcm_runtime *fe, int tream);
148 int dpcm_be_dai_trigger(struct snd_soc_pcm_runtime *fe, int stream, int cmd);
149 int dpcm_be_dai_prepare(struct snd_soc_pcm_runtime *fe, int stream);
150 int dpcm_dapm_stream_event(struct snd_soc_pcm_runtime *fe, int dir,