• Home
  • Raw
  • Download

Lines Matching refs:fe

72 	struct snd_soc_pcm_runtime *fe;  member
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)
117 int snd_soc_dpcm_can_be_free_stop(struct snd_soc_pcm_runtime *fe,
121 int snd_soc_dpcm_can_be_params(struct snd_soc_pcm_runtime *fe,
125 int snd_soc_dpcm_fe_can_update(struct snd_soc_pcm_runtime *fe, int stream);
128 int snd_soc_dpcm_be_can_update(struct snd_soc_pcm_runtime *fe,
144 int soc_dpcm_be_digital_mute(struct snd_soc_pcm_runtime *fe, int mute);
155 int dpcm_path_get(struct snd_soc_pcm_runtime *fe,
157 int dpcm_process_paths(struct snd_soc_pcm_runtime *fe,
159 int dpcm_be_dai_startup(struct snd_soc_pcm_runtime *fe, int stream);
160 int dpcm_be_dai_shutdown(struct snd_soc_pcm_runtime *fe, int stream);
161 void dpcm_be_disconnect(struct snd_soc_pcm_runtime *fe, int stream);
162 void dpcm_clear_pending_state(struct snd_soc_pcm_runtime *fe, int stream);
163 int dpcm_be_dai_hw_free(struct snd_soc_pcm_runtime *fe, int stream);
164 int dpcm_be_dai_hw_params(struct snd_soc_pcm_runtime *fe, int tream);
165 int dpcm_be_dai_trigger(struct snd_soc_pcm_runtime *fe, int stream, int cmd);
166 int dpcm_be_dai_prepare(struct snd_soc_pcm_runtime *fe, int stream);
167 int dpcm_dapm_stream_event(struct snd_soc_pcm_runtime *fe, int dir,