Searched refs:get_stream (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/sound/usb/line6/ |
A D | pcm.c | 138 get_stream(struct snd_line6_pcm *line6pcm, int direction) in get_stream() function 186 struct line6_pcm_stream *pstr = get_stream(line6pcm, direction); in line6_stream_start() 211 struct line6_pcm_stream *pstr = get_stream(line6pcm, direction); in line6_stream_stop() 293 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_pointer() 309 pstr = get_stream(line6pcm, dir); in line6_pcm_acquire() 341 pstr = get_stream(line6pcm, dir); in line6_pcm_release() 354 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_hw_params() 372 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_hw_free() 589 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_prepare()
|
/linux-6.3-rc2/sound/soc/meson/ |
A D | axg-tdm-formatter.h | 22 struct axg_tdm_stream *(*get_stream)(struct snd_soc_dapm_widget *w); member
|
A D | axg-tdmin.c | 220 .get_stream = axg_tdmin_get_tdm_stream,
|
A D | axg-tdmout.c | 230 .get_stream = axg_tdmout_get_tdm_stream,
|
A D | axg-tdm-formatter.c | 181 struct axg_tdm_stream *ts = formatter->drv->ops->get_stream(w); in axg_tdm_formatter_power_up()
|
/linux-6.3-rc2/include/sound/ |
A D | soc-dai.h | 306 void *(*get_stream)(struct snd_soc_dai *dai, int direction); member 580 if (dai->driver->ops->get_stream) in snd_soc_dai_get_stream() 581 return dai->driver->ops->get_stream(dai, direction); in snd_soc_dai_get_stream()
|
/linux-6.3-rc2/drivers/soundwire/ |
A D | intel.c | 1071 .get_stream = intel_get_sdw_stream,
|
A D | qcom.c | 1138 .get_stream = qcom_swrm_get_sdw_stream,
|
Completed in 16 milliseconds