Home
last modified time | relevance | path

Searched refs:sdw_alloc_stream (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/sound/soc/qcom/
H A Dsdw.c32 sruntime = sdw_alloc_stream(cpu_dai->name, SDW_STREAM_PCM); in qcom_snd_sdw_startup()
/linux-6.15/drivers/soundwire/
H A Dstream.c1874 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name, enum sdw_stream_type type) in sdw_alloc_stream() function
1890 EXPORT_SYMBOL(sdw_alloc_stream);
1915 sdw_stream = sdw_alloc_stream(name, SDW_STREAM_PCM); in sdw_startup_stream()
H A Dintel_ace2x.c70 stream = sdw_alloc_stream("BPT", SDW_STREAM_BPT); in intel_ace2x_bpt_open_stream()
/linux-6.15/include/linux/soundwire/
H A Dsdw.h1043 struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name, enum sdw_stream_type type);
/linux-6.15/Documentation/driver-api/soundwire/
H A Dstream.rst294 int sdw_alloc_stream(char * stream_name, enum sdw_stream_type type);