/sound/firewire/tascam/ |
D | tascam-pcm.c | 43 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/ |
D | digi00x-pcm.c | 100 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/ |
D | fireworks_pcm.c | 173 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/ |
D | bebob_pcm.c | 133 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/ |
D | motu-pcm.c | 133 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/ |
D | ff-pcm.c | 139 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/ |
D | dice-pcm.c | 164 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/ |
D | oxfw-pcm.c | 170 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/ |
D | aaci.c | 482 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()
|
D | aaci.h | 205 int pcm_open; member
|
/sound/soc/sof/intel/ |
D | apl.c | 63 .pcm_open = hda_dsp_pcm_open,
|
D | byt.c | 503 .pcm_open = intel_pcm_open, 664 .pcm_open = intel_pcm_open, 723 .pcm_open = intel_pcm_open,
|
D | cnl.c | 221 .pcm_open = hda_dsp_pcm_open,
|
D | bdw.c | 563 .pcm_open = intel_pcm_open,
|
/sound/soc/sof/ |
D | ops.h | 303 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()
|
D | sof-priv.h | 134 int (*pcm_open)(struct snd_sof_dev *sdev, member
|
/sound/pci/echoaudio/ |
D | echoaudio.c | 258 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()
|