Searched refs:stream_prepared (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/qcom/ |
| H A D | sdw.h | 12 bool *stream_prepared); 15 bool *stream_prepared);
|
| H A D | x1e80100.c | 19 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 D | sm8250.c | 22 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 D | sc7280.c | 37 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 D | sdm845.c | 38 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 D | sc8280xp.c | 78 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]);
|