/Linux-v4.19/sound/firewire/tascam/ |
D | tascam-pcm.c | 44 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/ |
D | digi00x-pcm.c | 101 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/ |
D | ff-pcm.c | 129 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/ |
D | fireworks_pcm.c | 174 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/ |
D | motu-pcm.c | 134 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/ |
D | bebob_pcm.c | 134 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/ |
D | oxfw-pcm.c | 170 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/ |
D | dice-pcm.c | 165 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/ |
D | aaci.c | 485 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()
|
D | aaci.h | 208 int pcm_open; member
|
/Linux-v4.19/drivers/staging/most/sound/ |
D | sound.c | 263 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 451 .open = pcm_open,
|
/Linux-v4.19/sound/pci/echoaudio/ |
D | echoaudio.c | 270 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()
|