Home
last modified time | relevance | path

Searched refs:pcm_capture_prepare (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/sound/firewire/tascam/
Dtascam-pcm.c159 static int pcm_capture_prepare(struct snd_pcm_substream *substream) in pcm_capture_prepare() function
265 .prepare = pcm_capture_prepare, in snd_tscm_create_pcm_devices()
/Linux-v4.19/sound/firewire/digi00x/
Ddigi00x-pcm.c230 static int pcm_capture_prepare(struct snd_pcm_substream *substream) in pcm_capture_prepare() function
338 .prepare = pcm_capture_prepare, in snd_dg00x_create_pcm_devices()
/Linux-v4.19/sound/firewire/fireface/
Dff-pcm.c263 static int pcm_capture_prepare(struct snd_pcm_substream *substream) in pcm_capture_prepare() function
369 .prepare = pcm_capture_prepare, in snd_ff_create_pcm_devices()
/Linux-v4.19/sound/firewire/fireworks/
Dfireworks_pcm.c290 static int pcm_capture_prepare(struct snd_pcm_substream *substream) in pcm_capture_prepare() function
383 .prepare = pcm_capture_prepare, in snd_efw_create_pcm_devices()
/Linux-v4.19/sound/firewire/bebob/
Dbebob_pcm.c261 pcm_capture_prepare(struct snd_pcm_substream *substream) in pcm_capture_prepare() function
359 .prepare = pcm_capture_prepare, in snd_bebob_create_pcm_devices()
/Linux-v4.19/sound/firewire/oxfw/
Doxfw-pcm.c280 static int pcm_capture_prepare(struct snd_pcm_substream *substream) in pcm_capture_prepare() function
387 .prepare = pcm_capture_prepare, in snd_oxfw_create_pcm()
/Linux-v4.19/sound/pci/ctxfi/
Dctatc.h104 int (*pcm_capture_prepare)(struct ct_atc *atc, struct ct_atc_pcm *apcm); member
Dctpcm.c328 err = atc->pcm_capture_prepare(atc, apcm); in ct_pcm_capture_prepare()
Dctatc.c1634 .pcm_capture_prepare = atc_pcm_capture_prepare,