Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/firewire/tascam/
A Dtascam-pcm.c43 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
255 .open = pcm_open, in snd_tscm_create_pcm_devices()
265 .open = pcm_open, in snd_tscm_create_pcm_devices()
/linux-6.3-rc2/sound/firewire/digi00x/
A Ddigi00x-pcm.c100 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
326 .open = pcm_open, in snd_dg00x_create_pcm_devices()
336 .open = pcm_open, in snd_dg00x_create_pcm_devices()
/linux-6.3-rc2/sound/firewire/fireface/
A Dff-pcm.c139 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
366 .open = pcm_open, in snd_ff_create_pcm_devices()
376 .open = pcm_open, in snd_ff_create_pcm_devices()
/linux-6.3-rc2/sound/firewire/bebob/
A Dbebob_pcm.c132 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
343 .open = pcm_open, in snd_bebob_create_pcm_devices()
353 .open = pcm_open, in snd_bebob_create_pcm_devices()
/linux-6.3-rc2/sound/firewire/fireworks/
A Dfireworks_pcm.c173 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
373 .open = pcm_open, in snd_efw_create_pcm_devices()
383 .open = pcm_open, in snd_efw_create_pcm_devices()
/linux-6.3-rc2/sound/firewire/motu/
A Dmotu-pcm.c130 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
337 .open = pcm_open, in snd_motu_create_pcm_devices()
347 .open = pcm_open, in snd_motu_create_pcm_devices()
/linux-6.3-rc2/sound/soc/sof/intel/
A Dhda-common-ops.c50 .pcm_open = hda_dsp_pcm_open,
A Dbyt.c263 .pcm_open = sof_stream_pcm_open,
338 .pcm_open = sof_stream_pcm_open,
A Dpci-tng.c182 .pcm_open = sof_stream_pcm_open,
A Dbdw.c609 .pcm_open = sof_stream_pcm_open,
/linux-6.3-rc2/sound/firewire/dice/
A Ddice-pcm.c164 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
406 .open = pcm_open, in snd_dice_create_pcm()
416 .open = pcm_open, in snd_dice_create_pcm()
/linux-6.3-rc2/sound/firewire/oxfw/
A Doxfw-pcm.c170 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
412 .open = pcm_open, in snd_oxfw_create_pcm()
422 .open = pcm_open, in snd_oxfw_create_pcm()
/linux-6.3-rc2/sound/arm/
A Daaci.c482 if (aacirun->pcm_open) in aaci_pcm_hw_free()
484 aacirun->pcm_open = 0; in aaci_pcm_hw_free()
507 if (aacirun->pcm_open) { in aaci_pcm_hw_params()
509 aacirun->pcm_open = 0; in aaci_pcm_hw_params()
519 aacirun->pcm_open = err == 0; in aaci_pcm_hw_params()
A Daaci.h205 int pcm_open; member
/linux-6.3-rc2/sound/soc/sof/amd/
A Dacp-common.c187 .pcm_open = acp_pcm_open,
/linux-6.3-rc2/sound/soc/sof/imx/
A Dimx8.c523 .pcm_open = sof_stream_pcm_open,
584 .pcm_open = sof_stream_pcm_open,
A Dimx8m.c449 .pcm_open = sof_stream_pcm_open,
A Dimx8ulp.c445 .pcm_open = sof_stream_pcm_open,
/linux-6.3-rc2/sound/pci/echoaudio/
A Dechoaudio.c265 static int pcm_open(struct snd_pcm_substream *substream, in pcm_open() function
365 err = pcm_open(substream, in pcm_analog_in_open()
397 err = pcm_open(substream, max_channels - substream->number); in pcm_analog_out_open()
430 err = pcm_open(substream, max_channels); in pcm_digital_in_open()
434 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT); in pcm_digital_in_open()
469 err = pcm_open(substream, max_channels); in pcm_digital_out_open()
473 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT); in pcm_digital_out_open()
/linux-6.3-rc2/drivers/most/
A Dmost_snd.c265 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
409 .open = pcm_open,
/linux-6.3-rc2/sound/soc/sof/
A Dops.h412 if (sof_ops(sdev) && sof_ops(sdev)->pcm_open) in snd_sof_pcm_platform_open()
413 return sof_ops(sdev)->pcm_open(sdev, substream); in snd_sof_pcm_platform_open()
A Dsof-priv.h223 int (*pcm_open)(struct snd_sof_dev *sdev, member
/linux-6.3-rc2/sound/soc/sof/mediatek/mt8186/
A Dmt8186.c576 .pcm_open = sof_stream_pcm_open,
/linux-6.3-rc2/sound/soc/sof/mediatek/mt8195/
A Dmt8195.c627 .pcm_open = sof_stream_pcm_open,

Completed in 33 milliseconds