Home
last modified time | relevance | path

Searched refs:stream_prepared (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/qcom/
H A Dsdw.h12 bool *stream_prepared);
15 bool *stream_prepared);
H A Dx1e80100.c19 bool stream_prepared[AFE_PORT_MAX]; member
148 return qcom_snd_sdw_prepare(substream, &data->stream_prepared[cpu_dai->id]); in x1e80100_snd_prepare()
157 return qcom_snd_sdw_hw_free(substream, &data->stream_prepared[cpu_dai->id]); in x1e80100_snd_hw_free()
H A Dsm8250.c22 bool stream_prepared[AFE_PORT_MAX]; member
144 return qcom_snd_sdw_prepare(substream, &data->stream_prepared[cpu_dai->id]);
153 return qcom_snd_sdw_hw_free(substream, &data->stream_prepared[cpu_dai->id]); in sm8250_add_be_ops()
H A Dsc7280.c37 bool stream_prepared[LPASS_MAX_PORTS]; member
223 return qcom_snd_sdw_prepare(substream, &data->stream_prepared[cpu_dai->id]); in sc7280_snd_swr_prepare()
251 return qcom_snd_sdw_hw_free(substream, &data->stream_prepared[cpu_dai->id]); in sc7280_snd_hw_free()
H A Dsdm845.c38 bool stream_prepared[AFE_PORT_MAX]; member
475 return qcom_snd_sdw_prepare(substream, &data->stream_prepared[cpu_dai->id]); in sdm845_snd_prepare()
484 return qcom_snd_sdw_hw_free(substream, &data->stream_prepared[cpu_dai->id]); in sdm845_snd_hw_free()
H A Dsc8280xp.c78 bool stream_prepared[AFE_PORT_MAX]; member
359 return qcom_snd_sdw_prepare(substream, &data->stream_prepared[cpu_dai->id]); in sc8280xp_snd_hw_free()
368 return qcom_snd_sdw_hw_free(substream, &data->stream_prepared[cpu_dai->id]);