/linux-6.1.9/sound/firewire/tascam/ |
D | tascam-pcm.c | 43 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.1.9/sound/firewire/digi00x/ |
D | digi00x-pcm.c | 100 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.1.9/sound/firewire/fireworks/ |
D | fireworks_pcm.c | 173 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.1.9/sound/firewire/motu/ |
D | motu-pcm.c | 130 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.1.9/sound/firewire/bebob/ |
D | bebob_pcm.c | 132 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.1.9/sound/firewire/fireface/ |
D | ff-pcm.c | 139 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.1.9/sound/firewire/dice/ |
D | dice-pcm.c | 164 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.1.9/sound/firewire/oxfw/ |
D | oxfw-pcm.c | 170 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.1.9/sound/soc/sof/intel/ |
D | hda-common-ops.c | 54 .pcm_open = hda_dsp_pcm_open,
|
D | byt.c | 267 .pcm_open = sof_stream_pcm_open, 346 .pcm_open = sof_stream_pcm_open,
|
D | pci-tng.c | 186 .pcm_open = sof_stream_pcm_open,
|
D | bdw.c | 613 .pcm_open = sof_stream_pcm_open,
|
/linux-6.1.9/sound/soc/sof/amd/ |
D | acp-common.c | 84 .pcm_open = acp_pcm_open,
|
/linux-6.1.9/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() 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()
|
D | aaci.h | 205 int pcm_open; member
|
/linux-6.1.9/sound/soc/sof/ |
D | ops.h | 389 if (sof_ops(sdev) && sof_ops(sdev)->pcm_open) in snd_sof_pcm_platform_open() 390 return sof_ops(sdev)->pcm_open(sdev, substream); in snd_sof_pcm_platform_open()
|
D | sof-priv.h | 202 int (*pcm_open)(struct snd_sof_dev *sdev, member
|
/linux-6.1.9/sound/soc/sof/imx/ |
D | imx8.c | 523 .pcm_open = sof_stream_pcm_open, 584 .pcm_open = sof_stream_pcm_open,
|
D | imx8m.c | 449 .pcm_open = sof_stream_pcm_open,
|
D | imx8ulp.c | 445 .pcm_open = sof_stream_pcm_open,
|
/linux-6.1.9/sound/pci/echoaudio/ |
D | echoaudio.c | 265 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.1.9/drivers/most/ |
D | most_snd.c | 263 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 407 .open = pcm_open,
|
/linux-6.1.9/sound/soc/sof/mediatek/mt8186/ |
D | mt8186.c | 570 .pcm_open = sof_stream_pcm_open,
|
/linux-6.1.9/sound/soc/sof/mediatek/mt8195/ |
D | mt8195.c | 632 .pcm_open = sof_stream_pcm_open,
|