Searched refs:pcm_hw_free (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/sound/soc/sof/intel/ |
D | hda-common-ops.c | 57 .pcm_hw_free = hda_dsp_stream_hw_free,
|
/linux-6.1.9/sound/soc/sof/ |
D | ops.h | 425 if (sof_ops(sdev) && sof_ops(sdev)->pcm_hw_free) in snd_sof_pcm_platform_hw_free() 426 return sof_ops(sdev)->pcm_hw_free(sdev, substream); in snd_sof_pcm_platform_hw_free()
|
D | sof-priv.h | 215 int (*pcm_hw_free)(struct snd_sof_dev *sdev, member
|
/linux-6.1.9/sound/pci/echoaudio/ |
D | echoaudio.c | 669 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free() function 853 .hw_free = pcm_hw_free, 862 .hw_free = pcm_hw_free, 873 .hw_free = pcm_hw_free, 883 .hw_free = pcm_hw_free,
|