Home
last modified time | relevance | path

Searched refs:sdw_prepare_stream (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/sound/soc/qcom/
H A Dsdw.c109 ret = sdw_prepare_stream(sruntime); in qcom_snd_sdw_prepare()
H A Dsc7280.c256 ret = sdw_prepare_stream(sruntime); in sc7280_snd_swr_prepare()
H A Dsdm845.c491 ret = sdw_prepare_stream(sruntime); in sdm845_snd_prepare()
/linux-6.15/Documentation/driver-api/soundwire/
H A Dlocking.rst92 | sdw_prepare_stream() |
H A Dstream.rst376 int sdw_prepare_stream(struct sdw_stream_runtime * stream);
/linux-6.15/include/linux/soundwire/
H A Dsdw.h1056 int sdw_prepare_stream(struct sdw_stream_runtime *stream);
/linux-6.15/drivers/soundwire/
H A Dstream.c1533 int sdw_prepare_stream(struct sdw_stream_runtime *stream) in sdw_prepare_stream() function
1574 EXPORT_SYMBOL(sdw_prepare_stream);
H A Dintel_ace2x.c134 ret = sdw_prepare_stream(cdns->bus.bpt_stream); in intel_ace2x_bpt_open_stream()
/linux-6.15/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c791 return sdw_prepare_stream(sdw_stream); in asoc_sdw_prepare()