Home
last modified time | relevance | path

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

/Linux-v6.6/sound/firewire/tascam/
Dtascam-pcm.c224 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
226 struct snd_tscm *tscm = sbstrm->private_data; in pcm_capture_pointer()
231 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer() argument
233 struct snd_tscm *tscm = sbstrm->private_data; in pcm_playback_pointer()
/Linux-v6.6/sound/firewire/digi00x/
Ddigi00x-pcm.c295 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
297 struct snd_dg00x *dg00x = sbstrm->private_data; in pcm_capture_pointer()
302 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer() argument
304 struct snd_dg00x *dg00x = sbstrm->private_data; in pcm_playback_pointer()
/Linux-v6.6/sound/firewire/fireface/
Dff-pcm.c335 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
337 struct snd_ff *ff = sbstrm->private_data; in pcm_capture_pointer()
342 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer() argument
344 struct snd_ff *ff = sbstrm->private_data; in pcm_playback_pointer()
/Linux-v6.6/sound/firewire/fireworks/
Dfireworks_pcm.c343 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
345 struct snd_efw *efw = sbstrm->private_data; in pcm_capture_pointer()
349 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer() argument
351 struct snd_efw *efw = sbstrm->private_data; in pcm_playback_pointer()
/Linux-v6.6/sound/firewire/bebob/
Dbebob_pcm.c311 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
313 struct snd_bebob *bebob = sbstrm->private_data; in pcm_capture_pointer()
318 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer() argument
320 struct snd_bebob *bebob = sbstrm->private_data; in pcm_playback_pointer()