Searched refs:get_stream (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/sound/usb/line6/ |
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() 379 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_hw_free() 598 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_prepare()
|
/Linux-v5.4/sound/soc/meson/ |
D | axg-tdm-formatter.h | 23 struct axg_tdm_stream *(*get_stream)(struct snd_soc_dapm_widget *w); member
|
D | axg-tdmin.c | 220 .get_stream = axg_tdmin_get_tdm_stream,
|
D | axg-tdmout.c | 230 .get_stream = axg_tdmout_get_tdm_stream,
|
D | axg-tdm-formatter.c | 180 struct axg_tdm_stream *ts = formatter->drv->ops->get_stream(w); in axg_tdm_formatter_power_up()
|