Home
last modified time | relevance | path

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

/linux/sound/soc/qcom/
H A Dsdw.c81 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/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/drivers/soundwire/
H A Dstream.c1467 * sdw_prepare_stream() - Prepare SoundWire stream in sdw_prepare_stream()
1473 int sdw_prepare_stream(struct sdw_stream_runtime *stream) in sdw_prepare_stream()
1500 * when the stream is DISABLED, this means sdw_prepare_stream() in _sdw_enable_stream()
1514 EXPORT_SYMBOL(sdw_prepare_stream); in _sdw_enable_stream()
1437 int sdw_prepare_stream(struct sdw_stream_runtime *stream) sdw_prepare_stream() function
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c779 return sdw_prepare_stream(sdw_stream); in asoc_sdw_prepare()