| /linux/sound/firewire/tascam/ |
| H A D | tascam-pcm.c | 43 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 240 .open = pcm_open, in snd_tscm_create_pcm_devices() 250 .open = pcm_open, in snd_tscm_create_pcm_devices()
|
| /linux/sound/firewire/digi00x/ |
| H A D | digi00x-pcm.c | 100 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 311 .open = pcm_open, in snd_dg00x_create_pcm_devices() 321 .open = pcm_open, in snd_dg00x_create_pcm_devices()
|
| /linux/sound/firewire/fireworks/ |
| H A D | fireworks_pcm.c | 173 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 362 .open = pcm_open, in snd_efw_create_pcm_devices() 372 .open = pcm_open, in snd_efw_create_pcm_devices()
|
| /linux/sound/firewire/bebob/ |
| H A D | bebob_pcm.c | 132 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 333 .open = pcm_open, in snd_bebob_create_pcm_devices() 343 .open = pcm_open, in snd_bebob_create_pcm_devices()
|
| /linux/sound/firewire/fireface/ |
| H A D | ff-pcm.c | 139 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 352 .open = pcm_open, in snd_ff_create_pcm_devices() 362 .open = pcm_open, in snd_ff_create_pcm_devices()
|
| /linux/sound/firewire/motu/ |
| H A D | motu-pcm.c | 130 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 331 .open = pcm_open, in snd_motu_create_pcm_devices() 341 .open = pcm_open, in snd_motu_create_pcm_devices()
|
| /linux/sound/firewire/oxfw/ |
| H A D | oxfw-pcm.c | 170 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 396 .open = pcm_open, in snd_oxfw_create_pcm() 406 .open = pcm_open, in snd_oxfw_create_pcm()
|
| /linux/sound/firewire/dice/ |
| H A D | dice-pcm.c | 164 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 395 .open = pcm_open, in snd_dice_create_pcm() 405 .open = pcm_open, in snd_dice_create_pcm()
|
| /linux/sound/arm/ |
| H A D | aaci.c | 470 if (aacirun->pcm_open) in aaci_pcm_hw_free() 472 aacirun->pcm_open = 0; in aaci_pcm_hw_free() 495 if (aacirun->pcm_open) { in aaci_pcm_hw_params() 497 aacirun->pcm_open = 0; in aaci_pcm_hw_params() 507 aacirun->pcm_open = err == 0; in aaci_pcm_hw_params()
|
| H A D | aaci.h | 205 int pcm_open; member
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda-common-ops.c | 52 .pcm_open = hda_dsp_pcm_open,
|
| H A D | byt.c | 260 .pcm_open = sof_stream_pcm_open, 335 .pcm_open = sof_stream_pcm_open,
|
| H A D | pci-tng.c | 178 .pcm_open = sof_stream_pcm_open,
|
| H A D | bdw.c | 603 .pcm_open = sof_stream_pcm_open,
|
| /linux/sound/pci/echoaudio/ |
| H A D | echoaudio.c | 254 static int pcm_open(struct snd_pcm_substream *substream, in pcm_open() function 354 err = pcm_open(substream, in pcm_analog_in_open() 386 err = pcm_open(substream, max_channels - substream->number); in pcm_analog_out_open() 419 err = pcm_open(substream, max_channels); in pcm_digital_in_open() 423 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT); in pcm_digital_in_open() 456 err = pcm_open(substream, max_channels); in pcm_digital_out_open() 460 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT); in pcm_digital_out_open()
|
| /linux/drivers/most/ |
| H A D | most_snd.c | 265 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 409 .open = pcm_open,
|
| /linux/sound/soc/sof/ |
| H A D | ops.h | 420 if (sof_ops(sdev) && sof_ops(sdev)->pcm_open) 421 return sof_ops(sdev)->pcm_open(sdev, substream); in snd_sof_pcm_platform_open()
|
| H A D | sof-priv.h | 229 int (*pcm_open)(struct snd_sof_dev *sdev, member
|
| /linux/sound/soc/sof/amd/ |
| H A D | acp-common.c | 228 .pcm_open = acp_pcm_open,
|
| /linux/sound/soc/sof/imx/ |
| H A D | imx-common.c | 460 .pcm_open = sof_stream_pcm_open,
|
| /linux/sound/soc/sof/mediatek/mt8195/ |
| H A D | mt8195.c | 440 .pcm_open = sof_stream_pcm_open,
|
| /linux/sound/soc/sof/mediatek/mt8186/ |
| H A D | mt8186.c | 416 .pcm_open = sof_stream_pcm_open,
|