Searched refs:pcm_hw_free (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.10/sound/firewire/tascam/ |
D | tascam-pcm.c | 138 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free() function 258 .hw_free = pcm_hw_free, in snd_tscm_create_pcm_devices() 268 .hw_free = pcm_hw_free, in snd_tscm_create_pcm_devices()
|
/Linux-v5.10/sound/firewire/digi00x/ |
D | digi00x-pcm.c | 209 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free() function 329 .hw_free = pcm_hw_free, in snd_dg00x_create_pcm_devices() 339 .hw_free = pcm_hw_free, in snd_dg00x_create_pcm_devices()
|
/Linux-v5.10/sound/firewire/motu/ |
D | motu-pcm.c | 229 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free() function 340 .hw_free = pcm_hw_free, in snd_motu_create_pcm_devices() 350 .hw_free = pcm_hw_free, in snd_motu_create_pcm_devices()
|
/Linux-v5.10/sound/firewire/bebob/ |
D | bebob_pcm.c | 233 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free() function 346 .hw_free = pcm_hw_free, in snd_bebob_create_pcm_devices() 356 .hw_free = pcm_hw_free, in snd_bebob_create_pcm_devices()
|
/Linux-v5.10/sound/firewire/fireface/ |
D | ff-pcm.c | 249 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free() function 369 .hw_free = pcm_hw_free, in snd_ff_create_pcm_devices() 379 .hw_free = pcm_hw_free, in snd_ff_create_pcm_devices()
|
/Linux-v5.10/sound/firewire/fireworks/ |
D | fireworks_pcm.c | 269 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free() function 376 .hw_free = pcm_hw_free, in snd_efw_create_pcm_devices() 386 .hw_free = pcm_hw_free, in snd_efw_create_pcm_devices()
|
/Linux-v5.10/sound/firewire/dice/ |
D | dice-pcm.c | 290 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free() function 409 .hw_free = pcm_hw_free, in snd_dice_create_pcm() 419 .hw_free = pcm_hw_free, in snd_dice_create_pcm()
|
/Linux-v5.10/sound/soc/sof/intel/ |
D | apl.c | 72 .pcm_hw_free = hda_dsp_stream_hw_free,
|
D | tgl.c | 67 .pcm_hw_free = hda_dsp_stream_hw_free,
|
D | cnl.c | 277 .pcm_hw_free = hda_dsp_stream_hw_free,
|
/Linux-v5.10/sound/soc/sof/ |
D | ops.h | 351 if (sof_ops(sdev) && sof_ops(sdev)->pcm_hw_free) in snd_sof_pcm_platform_hw_free() 352 return sof_ops(sdev)->pcm_hw_free(sdev, substream); in snd_sof_pcm_platform_hw_free()
|
D | sof-priv.h | 164 int (*pcm_hw_free)(struct snd_sof_dev *sdev, member
|
/Linux-v5.10/sound/pci/echoaudio/ |
D | echoaudio.c | 656 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free() function 840 .hw_free = pcm_hw_free, 849 .hw_free = pcm_hw_free, 860 .hw_free = pcm_hw_free, 870 .hw_free = pcm_hw_free,
|