Home
last modified time | relevance | path

Searched refs:pcm_open (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/sound/firewire/tascam/
Dtascam-pcm.c44 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
260 .open = pcm_open, in snd_tscm_create_pcm_devices()
272 .open = pcm_open, in snd_tscm_create_pcm_devices()
/Linux-v4.19/sound/firewire/digi00x/
Ddigi00x-pcm.c101 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
333 .open = pcm_open, in snd_dg00x_create_pcm_devices()
345 .open = pcm_open, in snd_dg00x_create_pcm_devices()
/Linux-v4.19/sound/firewire/fireface/
Dff-pcm.c129 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
364 .open = pcm_open, in snd_ff_create_pcm_devices()
376 .open = pcm_open, in snd_ff_create_pcm_devices()
/Linux-v4.19/sound/firewire/fireworks/
Dfireworks_pcm.c174 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
378 .open = pcm_open, in snd_efw_create_pcm_devices()
390 .open = pcm_open, in snd_efw_create_pcm_devices()
/Linux-v4.19/sound/firewire/motu/
Dmotu-pcm.c134 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
356 .open = pcm_open, in snd_motu_create_pcm_devices()
368 .open = pcm_open, in snd_motu_create_pcm_devices()
/Linux-v4.19/sound/firewire/bebob/
Dbebob_pcm.c134 pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
354 .open = pcm_open, in snd_bebob_create_pcm_devices()
366 .open = pcm_open, in snd_bebob_create_pcm_devices()
/Linux-v4.19/sound/firewire/oxfw/
Doxfw-pcm.c170 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
382 .open = pcm_open, in snd_oxfw_create_pcm()
394 .open = pcm_open, in snd_oxfw_create_pcm()
/Linux-v4.19/sound/firewire/dice/
Ddice-pcm.c165 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
405 .open = pcm_open, in snd_dice_create_pcm()
417 .open = pcm_open, in snd_dice_create_pcm()
/Linux-v4.19/sound/arm/
Daaci.c485 if (aacirun->pcm_open) in aaci_pcm_hw_free()
487 aacirun->pcm_open = 0; in aaci_pcm_hw_free()
514 if (aacirun->pcm_open) { in aaci_pcm_hw_params()
516 aacirun->pcm_open = 0; in aaci_pcm_hw_params()
531 aacirun->pcm_open = err == 0; in aaci_pcm_hw_params()
Daaci.h208 int pcm_open; member
/Linux-v4.19/drivers/staging/most/sound/
Dsound.c263 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
451 .open = pcm_open,
/Linux-v4.19/sound/pci/echoaudio/
Dechoaudio.c270 static int pcm_open(struct snd_pcm_substream *substream, in pcm_open() function
355 if ((err = pcm_open(substream, num_analog_busses_in(chip) - in pcm_analog_in_open()
389 if ((err = pcm_open(substream, max_channels - substream->number)) < 0) in pcm_analog_out_open()
424 err = pcm_open(substream, max_channels); in pcm_digital_in_open()
428 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT); in pcm_digital_in_open()
465 err = pcm_open(substream, max_channels); in pcm_digital_out_open()
469 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT); in pcm_digital_out_open()