Lines Matching defs:substream
34 static struct lola_pcm *lola_get_pcm(struct snd_pcm_substream *substream) in lola_get_pcm()
40 static struct lola_stream *lola_get_stream(struct snd_pcm_substream *substream) in lola_get_stream()
129 struct snd_pcm_substream *substream, in lola_sync_wait_for_fifo()
165 struct snd_pcm_substream *substream) in lola_sync_pause()
223 static int lola_pcm_open(struct snd_pcm_substream *substream) in lola_pcm_open()
272 static int lola_pcm_close(struct snd_pcm_substream *substream) in lola_pcm_close()
290 static int lola_pcm_hw_params(struct snd_pcm_substream *substream, in lola_pcm_hw_params()
302 static int lola_pcm_hw_free(struct snd_pcm_substream *substream) in lola_pcm_hw_free()
318 static int setup_bdle(struct snd_pcm_substream *substream, in setup_bdle()
355 struct snd_pcm_substream *substream, in lola_setup_periods()
381 static unsigned int lola_get_format_verb(struct snd_pcm_substream *substream) in lola_get_format_verb()
465 static int lola_pcm_prepare(struct snd_pcm_substream *substream) in lola_pcm_prepare()
517 static int lola_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in lola_pcm_trigger()
564 static snd_pcm_uframes_t lola_pcm_pointer(struct snd_pcm_substream *substream) in lola_pcm_pointer()