Home
last modified time | relevance | path

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

/Linux-v5.4/sound/firewire/tascam/
Dtascam-pcm.c199 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
201 struct snd_tscm *tscm = sbstrm->private_data; in pcm_capture_pointer()
206 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer() argument
208 struct snd_tscm *tscm = sbstrm->private_data; in pcm_playback_pointer()
/Linux-v5.4/sound/firewire/digi00x/
Ddigi00x-pcm.c267 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
269 struct snd_dg00x *dg00x = sbstrm->private_data; in pcm_capture_pointer()
274 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer() argument
276 struct snd_dg00x *dg00x = sbstrm->private_data; in pcm_playback_pointer()
/Linux-v5.4/sound/firewire/bebob/
Dbebob_pcm.c290 pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
292 struct snd_bebob *bebob = sbstrm->private_data; in pcm_capture_pointer()
296 pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer() argument
298 struct snd_bebob *bebob = sbstrm->private_data; in pcm_playback_pointer()
/Linux-v5.4/sound/firewire/fireworks/
Dfireworks_pcm.c319 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
321 struct snd_efw *efw = sbstrm->private_data; in pcm_capture_pointer()
324 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer() argument
326 struct snd_efw *efw = sbstrm->private_data; in pcm_playback_pointer()
/Linux-v5.4/sound/firewire/fireface/
Dff-pcm.c311 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
313 struct snd_ff *ff = 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_ff *ff = sbstrm->private_data; in pcm_playback_pointer()