Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/firewire/tascam/
H 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()
/OK3568_Linux_fs/kernel/sound/firewire/digi00x/
H 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()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/audiorecorder/
H A Dwidget.cpp90 pcm = pcm_open(card, device, PCM_IN, &config); in capture_sample()
98 ahub_pcm = pcm_open(ahub_card, ahub_device, PCM_IN, &config); in capture_sample()
/OK3568_Linux_fs/kernel/sound/firewire/bebob/
H 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()
/OK3568_Linux_fs/kernel/sound/firewire/fireface/
H 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()
/OK3568_Linux_fs/kernel/sound/firewire/motu/
H 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()
/OK3568_Linux_fs/kernel/sound/firewire/fireworks/
H 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()
/OK3568_Linux_fs/kernel/sound/firewire/dice/
H 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()
/OK3568_Linux_fs/kernel/sound/firewire/oxfw/
H 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()
/OK3568_Linux_fs/kernel/sound/arm/
H 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()
H A Daaci.h205 int pcm_open; member
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dapl.c69 .pcm_open = hda_dsp_pcm_open,
H A Dtgl.c64 .pcm_open = hda_dsp_pcm_open,
H A Dbyt.c628 .pcm_open = intel_pcm_open,
869 .pcm_open = intel_pcm_open,
948 .pcm_open = intel_pcm_open,
H A Dcnl.c274 .pcm_open = hda_dsp_pcm_open,
H A Dbdw.c632 .pcm_open = intel_pcm_open,
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dops.h315 if (sof_ops(sdev) && sof_ops(sdev)->pcm_open) in snd_sof_pcm_platform_open()
316 return sof_ops(sdev)->pcm_open(sdev, substream); in snd_sof_pcm_platform_open()
H A Dsof-priv.h151 int (*pcm_open)(struct snd_sof_dev *sdev, member
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dasoundlib.h139 struct pcm *pcm_open(unsigned int card, unsigned int device,
H A Dtinycap.c203 pcm = pcm_open(card, device, PCM_IN, &config); in capture_sample()
H A Dtinyplay.c237 pcm = pcm_open(card, device, PCM_OUT, &config); in play_sample()
H A Dpcm.c608 struct pcm *pcm_open(unsigned int card, unsigned int device, in pcm_open() function
/OK3568_Linux_fs/kernel/sound/pci/echoaudio/
H A Dechoaudio.c266 static int pcm_open(struct snd_pcm_substream *substream, in pcm_open() function
362 if ((err = pcm_open(substream, num_analog_busses_in(chip) - in pcm_analog_in_open()
391 if ((err = pcm_open(substream, max_channels - substream->number)) < 0) in pcm_analog_out_open()
421 err = pcm_open(substream, max_channels); in pcm_digital_in_open()
425 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT); in pcm_digital_in_open()
458 err = pcm_open(substream, max_channels); in pcm_digital_out_open()
462 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT); in pcm_digital_out_open()
/OK3568_Linux_fs/kernel/drivers/staging/most/sound/
H A Dsound.c273 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function
417 .open = pcm_open,