Home
last modified time | relevance | path

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

/sound/firewire/tascam/
Dtascam-pcm.c43 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
230 .open = pcm_open, in snd_tscm_create_pcm_devices()
242 .open = pcm_open, in snd_tscm_create_pcm_devices()
/sound/firewire/digi00x/
Ddigi00x-pcm.c100 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
298 .open = pcm_open, in snd_dg00x_create_pcm_devices()
310 .open = pcm_open, in snd_dg00x_create_pcm_devices()
/sound/firewire/fireworks/
Dfireworks_pcm.c173 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
347 .open = pcm_open, in snd_efw_create_pcm_devices()
359 .open = pcm_open, in snd_efw_create_pcm_devices()
/sound/firewire/bebob/
Dbebob_pcm.c133 pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
319 .open = pcm_open, in snd_bebob_create_pcm_devices()
331 .open = pcm_open, in snd_bebob_create_pcm_devices()
/sound/firewire/motu/
Dmotu-pcm.c133 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
324 .open = pcm_open, in snd_motu_create_pcm_devices()
336 .open = pcm_open, in snd_motu_create_pcm_devices()
/sound/firewire/fireface/
Dff-pcm.c139 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
342 .open = pcm_open, in snd_ff_create_pcm_devices()
354 .open = pcm_open, in snd_ff_create_pcm_devices()
/sound/firewire/dice/
Ddice-pcm.c164 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
373 .open = pcm_open, in snd_dice_create_pcm()
385 .open = pcm_open, in snd_dice_create_pcm()
/sound/firewire/oxfw/
Doxfw-pcm.c170 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
390 .open = pcm_open, in snd_oxfw_create_pcm()
402 .open = pcm_open, in snd_oxfw_create_pcm()
/sound/arm/
Daaci.c482 if (aacirun->pcm_open) in aaci_pcm_hw_free()
484 aacirun->pcm_open = 0; in aaci_pcm_hw_free()
511 if (aacirun->pcm_open) { in aaci_pcm_hw_params()
513 aacirun->pcm_open = 0; in aaci_pcm_hw_params()
528 aacirun->pcm_open = err == 0; in aaci_pcm_hw_params()
Daaci.h205 int pcm_open; member
/sound/soc/sof/intel/
Dapl.c63 .pcm_open = hda_dsp_pcm_open,
Dbyt.c503 .pcm_open = intel_pcm_open,
664 .pcm_open = intel_pcm_open,
723 .pcm_open = intel_pcm_open,
Dcnl.c221 .pcm_open = hda_dsp_pcm_open,
Dbdw.c563 .pcm_open = intel_pcm_open,
/sound/soc/sof/
Dops.h303 if (sof_ops(sdev) && sof_ops(sdev)->pcm_open) in snd_sof_pcm_platform_open()
304 return sof_ops(sdev)->pcm_open(sdev, substream); in snd_sof_pcm_platform_open()
Dsof-priv.h134 int (*pcm_open)(struct snd_sof_dev *sdev, member
/sound/pci/echoaudio/
Dechoaudio.c258 static int pcm_open(struct snd_pcm_substream *substream, in pcm_open() function
343 if ((err = pcm_open(substream, num_analog_busses_in(chip) - in pcm_analog_in_open()
377 if ((err = pcm_open(substream, max_channels - substream->number)) < 0) in pcm_analog_out_open()
412 err = pcm_open(substream, max_channels); in pcm_digital_in_open()
416 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT); in pcm_digital_in_open()
453 err = pcm_open(substream, max_channels); in pcm_digital_out_open()
457 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT); in pcm_digital_out_open()