Home
last modified time | relevance | path

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

/sound/firewire/tascam/
Dtascam-pcm.c232 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
234 struct snd_tscm *tscm = sbstrm->private_data; in pcm_capture_pointer()
239 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer() argument
241 struct snd_tscm *tscm = sbstrm->private_data; in pcm_playback_pointer()
/sound/firewire/digi00x/
Ddigi00x-pcm.c302 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
304 struct snd_dg00x *dg00x = sbstrm->private_data; in pcm_capture_pointer()
309 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer() argument
311 struct snd_dg00x *dg00x = sbstrm->private_data; in pcm_playback_pointer()
/sound/firewire/fireface/
Dff-pcm.c333 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
335 struct snd_ff *ff = sbstrm->private_data; in pcm_capture_pointer()
340 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer() argument
342 struct snd_ff *ff = sbstrm->private_data; in pcm_playback_pointer()
/sound/firewire/bebob/
Dbebob_pcm.c325 pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
327 struct snd_bebob *bebob = sbstrm->private_data; in pcm_capture_pointer()
331 pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer() argument
333 struct snd_bebob *bebob = sbstrm->private_data; in pcm_playback_pointer()
/sound/firewire/fireworks/
Dfireworks_pcm.c350 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() argument
352 struct snd_efw *efw = sbstrm->private_data; in pcm_capture_pointer()
355 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer() argument
357 struct snd_efw *efw = sbstrm->private_data; in pcm_playback_pointer()