Searched refs:private_free (Results 26 - 50 of 169) sorted by relevance

1234567

/linux-master/sound/core/oss/
H A Dpcm_plugin.h63 void (*private_free)(struct snd_pcm_plugin *plugin); member in struct:snd_pcm_plugin
/linux-master/sound/firewire/digi00x/
H A Ddigi00x.c64 card->private_free = dg00x_card_free;
/linux-master/sound/core/seq/
H A Dseq_dummy.c137 pcb.private_free = dummy_free;
/linux-master/sound/firewire/tascam/
H A Dtascam.c108 card->private_free = tscm_card_free;
/linux-master/sound/drivers/pcsp/
H A Dpcsp.c133 card->private_free = alsa_card_pcsp_free;
/linux-master/sound/pci/ctxfi/
H A Dctpcm.c154 runtime->private_free = ct_atc_pcm_free_substream;
171 /* The ct_atc_pcm object will be freed by runtime->private_free */
295 runtime->private_free = ct_atc_pcm_free_substream;
306 /* The ct_atc_pcm object will be freed by runtime->private_free */
/linux-master/sound/pci/ali5451/
H A Dali5451.c190 void (*private_free)(void *private_data); member in struct:snd_ali_voice
939 void (*private_free)(void *);
947 private_free = pvoice->private_free;
949 pvoice->private_free = NULL;
956 if (private_free)
957 private_free(private_data);
1468 runtime->private_free = snd_ali_pcm_free_substream;
1634 pcm->private_free = snd_ali_pcm_free;
2054 card->private_free
[all...]
/linux-master/sound/core/
H A Djack.c71 if (jack->private_free)
72 jack->private_free(jack);
443 kctl->private_free = snd_jack_kctl_private_free;
H A Dump.c81 if (fb->private_free)
82 fb->private_free(fb);
86 if (ump->private_free)
87 ump->private_free(ump);
153 ump->core.private_free = snd_ump_endpoint_free;
193 ump->seq_dev->private_free = snd_ump_dev_seq_free;
H A Dhwdep.c344 if (hwdep->private_free)
345 hwdep->private_free(hwdep);
/linux-master/sound/drivers/opl3/
H A Dopl3_lib.c318 if (opl3->private_free)
319 opl3->private_free(opl3);
H A Dopl3_oss.c63 callbacks.private_free = snd_opl3_oss_free_port;
H A Dopl3_seq.c179 callbacks.private_free = snd_opl3_synth_free_port;
/linux-master/sound/usb/
H A Dmixer_s1810c.c470 kctl->private_free = snd_usb_mixer_elem_free;
575 mixer->private_free = snd_sc1810_mixer_state_free;
/linux-master/sound/soc/qcom/
H A Dsc7280.c93 jack->private_free = sc7280_jack_free;
135 jack->private_free = sc7280_jack_free;
H A Dsc7180.c88 jack->private_free = sc7180_jack_free;
114 jack->private_free = sc7180_jack_free;
/linux-master/sound/drivers/opl4/
H A Dopl4_lib.c158 opl4->seq_dev->private_free = snd_opl4_seq_dev_free;
/linux-master/sound/usb/line6/
H A Dmidi.c278 rmidi->private_free = snd_line6_midi_free;
/linux-master/sound/firewire/fireface/
H A Dff.c61 card->private_free = ff_card_free;
/linux-master/include/sound/
H A Dinfo.h72 void (*private_free)(struct snd_info_entry *entry); member in struct:snd_info_entry
H A Dcontrol.h83 void (*private_free)(struct snd_kcontrol *kcontrol); member in struct:snd_kcontrol
H A Dopl3.h298 void (*private_free)(struct snd_opl3 *); member in struct:snd_opl3
/linux-master/sound/pci/au88x0/
H A Dau88x0.c187 card->private_free = snd_vortex_free;
/linux-master/sound/firewire/motu/
H A Dmotu.c74 card->private_free = motu_card_free;
/linux-master/sound/pci/
H A Dak4531_codec.c325 if (ak4531->private_free)
326 ak4531->private_free(ak4531);

Completed in 281 milliseconds

1234567