Searched refs:get_stream (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/sound/usb/line6/ |
D | pcm.c | 142 get_stream(struct snd_line6_pcm *line6pcm, int direction) in get_stream() function 190 struct line6_pcm_stream *pstr = get_stream(line6pcm, direction); in line6_stream_start() 215 struct line6_pcm_stream *pstr = get_stream(line6pcm, direction); in line6_stream_stop() 297 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_pointer() 313 pstr = get_stream(line6pcm, dir); in line6_pcm_acquire() 345 pstr = get_stream(line6pcm, dir); in line6_pcm_release() 358 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_hw_params() 383 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_hw_free() 597 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_prepare()
|
/Linux-v4.19/sound/soc/meson/ |
D | axg-tdm-formatter.h | 18 struct axg_tdm_stream *(*get_stream)(struct snd_soc_dapm_widget *w); member
|
D | axg-tdmin.c | 197 .get_stream = axg_tdmin_get_tdm_stream,
|
D | axg-tdmout.c | 227 .get_stream = axg_tdmout_get_tdm_stream,
|
D | axg-tdm-formatter.c | 158 struct axg_tdm_stream *ts = formatter->drv->ops->get_stream(w); in axg_tdm_formatter_power_up()
|