private_free       41 drivers/media/pci/cobalt/cobalt-alsa-main.c 	sc->private_free = NULL;
private_free       56 drivers/media/pci/cobalt/cobalt-alsa-main.c 	sc->private_free = snd_cobalt_card_private_free;
private_free       80 drivers/media/pci/cx18/cx18-alsa-main.c 	sc->private_free = NULL;
private_free       95 drivers/media/pci/cx18/cx18-alsa-main.c 	sc->private_free = snd_cx18_card_private_free;
private_free      935 drivers/media/pci/cx88/cx88-alsa.c 	card->private_free = snd_cx88_dev_free;
private_free       77 drivers/media/pci/ivtv/ivtv-alsa-main.c 	sc->private_free = NULL;
private_free       92 drivers/media/pci/ivtv/ivtv-alsa-main.c 	sc->private_free = snd_ivtv_card_private_free;
private_free      828 drivers/media/pci/saa7134/saa7134-alsa.c 	runtime->private_free = snd_card_saa7134_runtime_free;
private_free     1136 drivers/media/pci/saa7134/saa7134-alsa.c 	card->private_free = snd_saa7134_free;
private_free      129 drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c 	runtime->private_free = snd_bcm2835_playback_free;
private_free      838 drivers/usb/gadget/function/f_midi.c 	rmidi->private_free = f_midi_rmidi_free;
private_free      202 include/sound/ac97_codec.h 	void (*private_free) (struct snd_ac97_bus *bus);
private_free      226 include/sound/ac97_codec.h 	void (*private_free) (struct snd_ac97 *ac97);
private_free      238 include/sound/ac97_codec.h 	void (*private_free) (struct snd_ac97 *ac97);
private_free       56 include/sound/ak4531_codec.h 	void (*private_free) (struct snd_ak4531 *ak4531);
private_free       67 include/sound/control.h 	void (*private_free)(struct snd_kcontrol *kcontrol);
private_free       94 include/sound/core.h 	void (*private_free) (struct snd_card *card); /* callback for freeing of
private_free      277 include/sound/gus.h 	void (*private_free)(struct snd_gus_voice *voice);
private_free       55 include/sound/hwdep.h 	void (*private_free) (struct snd_hwdep *hwdep);
private_free       18 include/sound/i2c.h 	void (*private_free)(struct snd_i2c_device *device);
private_free       57 include/sound/i2c.h 	void (*private_free)(struct snd_i2c_bus *bus);
private_free       72 include/sound/info.h 	void (*private_free)(struct snd_info_entry *entry);
private_free       71 include/sound/jack.h 	void (*private_free)(struct snd_jack *);
private_free       33 include/sound/mixer_oss.h 	void (*private_free)(struct snd_mixer_oss_slot *slot);
private_free      298 include/sound/opl3.h 	void (*private_free)(struct snd_opl3 *);
private_free      401 include/sound/pcm.h 	void (*private_free)(struct snd_pcm_runtime *runtime);
private_free      517 include/sound/pcm.h 	void (*private_free) (struct snd_pcm *pcm);
private_free       74 include/sound/rawmidi.h 	void (*private_free)(struct snd_rawmidi_substream *substream);
private_free      124 include/sound/rawmidi.h 	void (*private_free) (struct snd_rawmidi *rmidi);
private_free       23 include/sound/seq_device.h 	void (*private_free)(struct snd_seq_device *device);
private_free       52 include/sound/seq_kernel.h 	void (*private_free)(void *private_data);
private_free       69 include/sound/timer.h 	void (*private_free) (struct snd_timer *timer);
private_free       87 include/sound/timer.h 	void (*private_free) (struct snd_timer_instance *ti);
private_free     1026 sound/aoa/soundbus/i2sbus/pcm.c 	dev->pcm->private_free = i2sbus_private_free;
private_free      903 sound/arm/aaci.c 	card->private_free = aaci_free_card;
private_free      195 sound/arm/pxa2xx-ac97.c 	pcm->private_free = pxa2xx_pcm_free_dma_buffers;
private_free      292 sound/core/control.c 		if (kcontrol->private_free)
private_free      293 sound/core/control.c 			kcontrol->private_free(kcontrol);
private_free     1303 sound/core/control.c 	kctl->private_free = snd_ctl_elem_user_free;
private_free      401 sound/core/hwdep.c 	if (hwdep->private_free)
private_free      402 sound/core/hwdep.c 		hwdep->private_free(hwdep);
private_free      790 sound/core/info.c 	if (entry->private_free)
private_free      791 sound/core/info.c 		entry->private_free(entry);
private_free      471 sound/core/init.c 	if (card->private_free)
private_free      472 sound/core/init.c 		card->private_free(card);
private_free       61 sound/core/jack.c 	if (jack->private_free)
private_free       62 sound/core/jack.c 		jack->private_free(jack);
private_free      151 sound/core/jack.c 	kctl->private_free = snd_jack_kctl_private_free;
private_free      947 sound/core/oss/mixer_oss.c 	if (rslot->private_free)
private_free      948 sound/core/oss/mixer_oss.c 		rslot->private_free(rslot);
private_free     1100 sound/core/oss/mixer_oss.c 		rslot->private_free = snd_mixer_oss_slot_free;
private_free     1326 sound/core/oss/mixer_oss.c 		if (chn->private_free)
private_free     1327 sound/core/oss/mixer_oss.c 			chn->private_free(chn);
private_free      191 sound/core/oss/pcm_plugin.c 	if (plugin->private_free)
private_free      192 sound/core/oss/pcm_plugin.c 		plugin->private_free(plugin);
private_free       63 sound/core/oss/pcm_plugin.h 	void (*private_free)(struct snd_pcm_plugin *plugin);
private_free      864 sound/core/pcm.c 	if (pcm->private_free)
private_free      865 sound/core/pcm.c 		pcm->private_free(pcm);
private_free      986 sound/core/pcm.c 	if (runtime->private_free != NULL)
private_free      987 sound/core/pcm.c 		runtime->private_free(runtime);
private_free     2455 sound/core/pcm_lib.c 	info->kctl->private_free = pcm_chmap_ctl_private_free;
private_free      120 sound/core/pcm_timer.c 	timer->private_free = snd_pcm_timer_free;
private_free      492 sound/core/rawmidi.c 	if (substream->runtime->private_free)
private_free      493 sound/core/rawmidi.c 		substream->runtime->private_free(substream);
private_free     1651 sound/core/rawmidi.c 	if (rmidi->private_free)
private_free     1652 sound/core/rawmidi.c 		rmidi->private_free(rmidi);
private_free     1747 sound/core/rawmidi.c 			rmidi->seq_dev->private_free = snd_rawmidi_dev_seq_free;
private_free      318 sound/core/seq/oss/seq_oss_init.c 	callback.private_free = free_devinfo;
private_free     1320 sound/core/seq/seq_clientmgr.c 			port->private_free = callback->private_free;
private_free      135 sound/core/seq/seq_dummy.c 	pcb.private_free = dummy_free;
private_free      256 sound/core/seq/seq_ports.c 	if (port->private_free)
private_free      257 sound/core/seq/seq_ports.c 		port->private_free(port->private_data);
private_free       59 sound/core/seq/seq_ports.h 	void (*private_free)(void *private_data);
private_free      505 sound/core/seq/seq_virmidi.c 	rmidi->private_free = snd_virmidi_free;
private_free      179 sound/core/seq_device.c 	if (sdev->private_free)
private_free      180 sound/core/seq_device.c 		sdev->private_free(sdev);
private_free      404 sound/core/timer.c 	if (timeri->private_free)
private_free      405 sound/core/timer.c 		timeri->private_free(timeri);
private_free      977 sound/core/timer.c 	if (timer->private_free)
private_free      978 sound/core/timer.c 		timer->private_free(timer);
private_free     1207 sound/core/timer.c 	timer->private_free = snd_timer_free_system;
private_free      233 sound/core/vmaster.c 	if (slave->slave.private_free)
private_free      234 sound/core/vmaster.c 		slave->slave.private_free(&slave->slave);
private_free      275 sound/core/vmaster.c 	slave->private_free = slave_free;
private_free      417 sound/core/vmaster.c 	kctl->private_free = master_free;
private_free      728 sound/drivers/aloop.c 	runtime->private_free = loopback_runtime_free;
private_free     1215 sound/drivers/ml403-ac97cr.c 	ac97.private_free = snd_ml403_ac97cr_mixer_free;
private_free      536 sound/drivers/mpu401/mpu401_uart.c 	rmidi->private_free = snd_mpu401_uart_free;
private_free      696 sound/drivers/mtpav.c 	card->private_free = snd_mtpav_free;
private_free      959 sound/drivers/mts64.c 	card->private_free = snd_mts64_card_private_free;
private_free      316 sound/drivers/opl3/opl3_lib.c 	if (opl3->private_free)
private_free      317 sound/drivers/opl3/opl3_lib.c 		opl3->private_free(opl3);
private_free       63 sound/drivers/opl3/opl3_oss.c 	callbacks.private_free = snd_opl3_oss_free_port;
private_free      177 sound/drivers/opl3/opl3_seq.c 	callbacks.private_free = snd_opl3_synth_free_port;
private_free      158 sound/drivers/opl4/opl4_lib.c 		opl4->seq_dev->private_free = snd_opl4_seq_dev_free;
private_free      162 sound/drivers/opl4/opl4_seq.c 	pcallbacks.private_free = snd_opl4_seq_free_port;
private_free      758 sound/drivers/portman2x4.c 	card->private_free = snd_portman_card_private_free;
private_free     1238 sound/drivers/vx/vx_pcm.c 		pcm->private_free = snd_vx_pcm_free;
private_free      195 sound/firewire/bebob/bebob.c 	bebob->card->private_free = bebob_card_free;
private_free      147 sound/firewire/dice/dice.c 	dice->card->private_free = dice_card_free;
private_free       64 sound/firewire/digi00x/digi00x.c 	dg00x->card->private_free = dg00x_card_free;
private_free       49 sound/firewire/fireface/ff.c 	ff->card->private_free = ff_card_free;
private_free      229 sound/firewire/fireworks/fireworks.c 	efw->card->private_free = efw_card_free;
private_free      645 sound/firewire/isight.c 	card->private_free = isight_card_free;
private_free       74 sound/firewire/motu/motu.c 	motu->card->private_free = motu_card_free;
private_free      399 sound/firewire/oxfw/oxfw-scs1x.c 	rmidi->private_free = remove_scs1x;
private_free      194 sound/firewire/oxfw/oxfw.c 	oxfw->card->private_free = oxfw_card_free;
private_free      107 sound/firewire/tascam/tascam.c 	tscm->card->private_free = tscm_card_free;
private_free      267 sound/i2c/cs8427.c 	device->private_free = snd_cs8427_free;
private_free       53 sound/i2c/i2c.c 	if (bus->private_free)
private_free       54 sound/i2c/i2c.c 		bus->private_free(bus);
private_free      124 sound/i2c/i2c.c 	if (device->private_free)
private_free      125 sound/i2c/i2c.c 		device->private_free(device);
private_free      299 sound/i2c/tea6330t.c 	device->private_free = snd_tea6330_free;
private_free       69 sound/isa/adlib.c 	card->private_free = snd_adlib_free;
private_free      363 sound/isa/cs423x/cs4236.c 	card->private_free = snd_card_cs4236_free;
private_free     1842 sound/isa/es18xx.c 				kctl->private_free = snd_es18xx_hwv_free;
private_free     1846 sound/isa/es18xx.c 				kctl->private_free = snd_es18xx_hwv_free;
private_free     1896 sound/isa/es18xx.c 			kctl->private_free = snd_es18xx_hwv_free;
private_free      504 sound/isa/galaxy/galaxy.c 	card->private_free = snd_galaxy_free;
private_free       61 sound/isa/gus/gus_mem_proc.c 				entry->private_free = snd_gf1_mem_proc_free;
private_free       79 sound/isa/gus/gus_mem_proc.c 				entry->private_free = snd_gf1_mem_proc_free;
private_free      695 sound/isa/gus/gus_pcm.c 	runtime->private_free = snd_gf1_pcm_playback_free;
private_free      279 sound/isa/gus/gus_reset.c 	void (*private_free)(struct snd_gus_voice *voice);
private_free      286 sound/isa/gus/gus_reset.c 	private_free = voice->private_free;
private_free      287 sound/isa/gus/gus_reset.c 	voice->private_free = NULL;
private_free      294 sound/isa/gus/gus_reset.c 	if (private_free)
private_free      295 sound/isa/gus/gus_reset.c 		private_free(voice);
private_free      161 sound/isa/gus/gus_timer.c 		timer->private_free = snd_gf1_timer1_free;
private_free      171 sound/isa/gus/gus_timer.c 		timer->private_free = snd_gf1_timer2_free;
private_free      206 sound/isa/gus/gusmax.c 	card->private_free = snd_gusmax_free;
private_free      621 sound/isa/gus/interwave.c 	card->private_free = snd_interwave_free;
private_free      160 sound/isa/msnd/msnd_midi.c 	rmidi->private_free = snd_msndmidi_free;
private_free      525 sound/isa/opl3sa2.c 		case 0: chip->master_switch = kctl; kctl->private_free = snd_opl3sa2_master_free; break;
private_free      526 sound/isa/opl3sa2.c 		case 1: chip->master_volume = kctl; kctl->private_free = snd_opl3sa2_master_free; break;
private_free      630 sound/isa/opl3sa2.c 	card->private_free = snd_opl3sa2_free;
private_free     1410 sound/isa/opti9xx/miro.c 	card->private_free = snd_card_miro_free;
private_free     1581 sound/isa/opti9xx/miro.c 	card->private_free = snd_card_miro_free;
private_free      941 sound/isa/opti9xx/opti92x-ad1848.c 	card->private_free = snd_card_opti9xx_free;
private_free      689 sound/isa/sb/emu8000_pcm.c 	pcm->private_free = snd_emu8000_pcm_free;
private_free      321 sound/isa/sb/sb16.c 	card->private_free = snd_sb16_free;
private_free      137 sound/isa/sb/sb16_csp.c 	hw->private_free = snd_sb_csp_free;
private_free       95 sound/isa/sb/sb8.c 	card->private_free = snd_sb8_free;
private_free     1118 sound/isa/sscape.c 	card->private_free = soundscape_free;
private_free      343 sound/isa/wavefront/wavefront.c 	card->private_free = snd_wavefront_free;
private_free     1961 sound/isa/wss/wss_lib.c 	timer->private_free = snd_wss_timer_free;
private_free      989 sound/pci/ac97/ac97_codec.c 		if (bus->private_free)
private_free      990 sound/pci/ac97/ac97_codec.c 			bus->private_free(bus);
private_free     1011 sound/pci/ac97/ac97_codec.c 		if (ac97->private_free)
private_free     1012 sound/pci/ac97/ac97_codec.c 			ac97->private_free(ac97);
private_free     2022 sound/pci/ac97/ac97_codec.c 	ac97->private_free = template->private_free;
private_free      797 sound/pci/ad1889.c 	chip->ac97_bus->private_free = snd_ad1889_ac97_bus_free;
private_free      801 sound/pci/ad1889.c 	ac97.private_free = snd_ad1889_ac97_free;
private_free      325 sound/pci/ak4531_codec.c 		if (ak4531->private_free)
private_free      326 sound/pci/ak4531_codec.c 			ak4531->private_free(ak4531);
private_free      191 sound/pci/ali5451/ali5451.c 	void (*private_free)(void *private_data);
private_free      942 sound/pci/ali5451/ali5451.c 	void (*private_free)(void *);
private_free      950 sound/pci/ali5451/ali5451.c 	private_free = pvoice->private_free;
private_free      952 sound/pci/ali5451/ali5451.c 	pvoice->private_free = NULL;
private_free      959 sound/pci/ali5451/ali5451.c 	if (private_free)
private_free      960 sound/pci/ali5451/ali5451.c 		private_free(private_data);
private_free     1492 sound/pci/ali5451/ali5451.c 	runtime->private_free = snd_ali_pcm_free_substream;
private_free     1666 sound/pci/ali5451/ali5451.c 	pcm->private_free = snd_ali_pcm_free;
private_free      889 sound/pci/als4000.c 	card->private_free = snd_card_als4000_free;
private_free     1051 sound/pci/asihpi/asihpi.c 	runtime->private_free = snd_card_asihpi_runtime_free;
private_free     1231 sound/pci/asihpi/asihpi.c 	runtime->private_free = snd_card_asihpi_runtime_free;
private_free      564 sound/pci/ca0106/ca0106_main.c 	runtime->private_free = snd_ca0106_pcm_free_substream;
private_free      657 sound/pci/ca0106/ca0106_main.c 	runtime->private_free = snd_ca0106_pcm_free_substream;
private_free      296 sound/pci/ca0106/ca_midi.c 	rmidi->private_free = ca_rmidi_free;
private_free     1091 sound/pci/cs4281.c 	chip->ac97_bus->private_free = snd_cs4281_mixer_free_ac97_bus;
private_free     1095 sound/pci/cs4281.c 	ac97.private_free = snd_cs4281_mixer_free_ac97;
private_free     1505 sound/pci/cs46xx/cs46xx_lib.c 	runtime->private_free = snd_cs46xx_pcm_free_substream;
private_free     2441 sound/pci/cs46xx/cs46xx_lib.c 	ac97.private_free = snd_cs46xx_mixer_free_ac97;
private_free     2487 sound/pci/cs46xx/cs46xx_lib.c 	chip->ac97_bus->private_free = snd_cs46xx_mixer_free_ac97_bus;
private_free      154 sound/pci/ctxfi/ctpcm.c 	runtime->private_free = ct_atc_pcm_free_substream;
private_free      301 sound/pci/ctxfi/ctpcm.c 	runtime->private_free = ct_atc_pcm_free_substream;
private_free      293 sound/pci/echoaudio/echoaudio.c 	runtime->private_free = audiopipe_free;
private_free      388 sound/pci/emu10k1/emu10k1x.c 	runtime->private_free = snd_emu10k1x_pcm_free_substream;
private_free      569 sound/pci/emu10k1/emu10k1x.c 	runtime->private_free = snd_emu10k1x_pcm_free_substream;
private_free     1509 sound/pci/emu10k1/emu10k1x.c 	rmidi->private_free = snd_emu10k1x_midi_free;
private_free      854 sound/pci/emu10k1/emufx.c 			kctl->private_free = snd_emu10k1_ctl_private_free;
private_free     1912 sound/pci/emu10k1/emumixer.c 		ac97.private_free = snd_emu10k1_mixer_free_ac97;
private_free      335 sound/pci/emu10k1/emumpu401.c 	rmidi->private_free = snd_emu10k1_midi_free;
private_free     1107 sound/pci/emu10k1/emupcm.c 	runtime->private_free = snd_emu10k1_pcm_free_substream;
private_free     1137 sound/pci/emu10k1/emupcm.c 	runtime->private_free = snd_emu10k1_pcm_free_substream;
private_free     1196 sound/pci/emu10k1/emupcm.c 	runtime->private_free = snd_emu10k1_pcm_free_substream;
private_free     1232 sound/pci/emu10k1/emupcm.c 	substream->runtime->private_free = snd_emu10k1_pcm_free_substream;
private_free     1272 sound/pci/emu10k1/emupcm.c 	substream->runtime->private_free = snd_emu10k1_pcm_free_substream;
private_free      180 sound/pci/emu10k1/p16v.c 	runtime->private_free = snd_p16v_pcm_free_substream;
private_free      228 sound/pci/emu10k1/p16v.c 	runtime->private_free = snd_p16v_pcm_free_substream;
private_free     1630 sound/pci/ens1370.c 	ac97.private_free = snd_ensoniq_mixer_free_ac97;
private_free     1752 sound/pci/ens1370.c 	ak4531.private_free = snd_ensoniq_mixer_free_ak4531;
private_free     1743 sound/pci/es1938.c 				kctl->private_free = snd_es1938_hwv_free;
private_free     1747 sound/pci/es1938.c 				kctl->private_free = snd_es1938_hwv_free;
private_free     1751 sound/pci/es1938.c 				kctl->private_free = snd_es1938_hwv_free;
private_free     1755 sound/pci/es1938.c 				kctl->private_free = snd_es1938_hwv_free;
private_free     1817 sound/pci/es1968.c 	pcm->private_free = snd_es1968_pcm_free;
private_free     1048 sound/pci/fm801.c 	chip->ac97_bus->private_free = snd_fm801_mixer_free_ac97_bus;
private_free     1052 sound/pci/fm801.c 	ac97.private_free = snd_fm801_mixer_free_ac97;
private_free      755 sound/pci/hda/hda_controller.c 	pcm->private_free = azx_pcm_free;
private_free      422 sound/pci/hda/hda_jack.c 	jack->jack->private_free = hda_free_jack_priv;
private_free     2146 sound/pci/hda/patch_hdmi.c 	jack->private_free = free_hdmi_jack_priv;
private_free     1510 sound/pci/ice1712/ice1712.c 		ac97.private_free = snd_ice1712_mixer_free_ac97;
private_free     1528 sound/pci/ice1712/ice1712.c 		ac97.private_free = snd_ice1712_mixer_free_ac97;
private_free     2185 sound/pci/intel8x0.c 	ac97.private_free = snd_intel8x0_mixer_free_ac97;
private_free     2226 sound/pci/intel8x0.c 	pbus->private_free = snd_intel8x0_mixer_free_ac97_bus;
private_free      830 sound/pci/intel8x0m.c 	ac97.private_free = snd_intel8x0m_mixer_free_ac97;
private_free      837 sound/pci/intel8x0m.c 	pbus->private_free = snd_intel8x0m_mixer_free_ac97_bus;
private_free     2390 sound/pci/korg1212/korg1212.c         korg1212->pcm->private_free = snd_korg1212_free_pcm;
private_free      651 sound/pci/oxygen/oxygen_lib.c 	card->private_free = oxygen_card_free;
private_free     1080 sound/pci/oxygen/oxygen_mixer.c 			ctl->private_free = oxygen_any_ctl_free;
private_free     1370 sound/pci/rme32.c 	rme32->spdif_pcm->private_free = snd_rme32_free_spdif_pcm;
private_free     1402 sound/pci/rme32.c 		rme32->adat_pcm->private_free = snd_rme32_free_adat_pcm;
private_free     1926 sound/pci/rme32.c 	card->private_free = snd_rme32_card_free;
private_free     1647 sound/pci/rme96.c 	rme96->spdif_pcm->private_free = snd_rme96_free_spdif_pcm;
private_free     1665 sound/pci/rme96.c 		rme96->adat_pcm->private_free = snd_rme96_free_adat_pcm;
private_free     2461 sound/pci/rme96.c 	card->private_free = snd_rme96_card_free;
private_free     5362 sound/pci/rme9652/hdsp.c 	card->private_free = snd_hdsp_card_free;
private_free     6927 sound/pci/rme9652/hdspm.c 	card->private_free = snd_hdspm_card_free;
private_free     2603 sound/pci/rme9652/rme9652.c 	card->private_free = snd_rme9652_card_free;
private_free     1118 sound/pci/sonicvibes.c 		case 1: kctl->private_free = snd_sonicvibes_master_free; break;
private_free      317 sound/pci/trident/trident.h 	void (*private_free)(struct snd_trident_voice *voice);
private_free     1854 sound/pci/trident/trident_main.c 	runtime->private_free = snd_trident_pcm_free_substream;
private_free     1907 sound/pci/trident/trident_main.c 	runtime->private_free = snd_trident_pcm_free_substream;
private_free     1982 sound/pci/trident/trident_main.c 	runtime->private_free = snd_trident_pcm_free_substream;
private_free     2026 sound/pci/trident/trident_main.c 	runtime->private_free = snd_trident_pcm_free_substream;
private_free     3849 sound/pci/trident/trident_main.c 	void (*private_free)(struct snd_trident_voice *);
private_free     3855 sound/pci/trident/trident_main.c 	private_free = voice->private_free;
private_free     3856 sound/pci/trident/trident_main.c 	voice->private_free = NULL;
private_free     3868 sound/pci/trident/trident_main.c 	if (private_free)
private_free     3869 sound/pci/trident/trident_main.c 		private_free(voice);
private_free     1898 sound/pci/via82xx.c 	chip->ac97_bus->private_free = snd_via82xx_mixer_free_ac97_bus;
private_free     1903 sound/pci/via82xx.c 	ac97.private_free = snd_via82xx_mixer_free_ac97;
private_free      891 sound/pci/via82xx_modem.c 	chip->ac97_bus->private_free = snd_via82xx_mixer_free_ac97_bus;
private_free      896 sound/pci/via82xx_modem.c 	ac97.private_free = snd_via82xx_mixer_free_ac97;
private_free      908 sound/pci/ymfpci/ymfpci_main.c 	runtime->private_free = snd_ymfpci_pcm_free_substream;
private_free     1035 sound/pci/ymfpci/ymfpci_main.c 	runtime->private_free = snd_ymfpci_pcm_free_substream;
private_free     1806 sound/pci/ymfpci/ymfpci_main.c 	chip->ac97_bus->private_free = snd_ymfpci_mixer_free_ac97_bus;
private_free     1811 sound/pci/ymfpci/ymfpci_main.c 	ac97.private_free = snd_ymfpci_mixer_free_ac97;
private_free      650 sound/soc/codecs/sigmadsp.c 	kcontrol->private_free = sigmadsp_control_free;
private_free      206 sound/soc/qcom/sdm845.c 		jack->private_free = sdm845_jack_free;
private_free      955 sound/soc/soc-dapm.c 		kcontrol->private_free = dapm_kcontrol_free;
private_free     3015 sound/soc/soc-pcm.c 	pcm->private_free = soc_pcm_private_free;
private_free      153 sound/synth/emux/emux_seq.c 	callback->private_free = free_port;
private_free      487 sound/usb/card.c 	card->private_free = snd_usb_audio_free;
private_free      613 sound/usb/hiface/pcm.c 	pcm->private_free = hiface_pcm_free;
private_free      759 sound/usb/line6/driver.c 	card->private_free = line6_destruct;
private_free      276 sound/usb/line6/midi.c 	rmidi->private_free = snd_line6_midi_free;
private_free      560 sound/usb/line6/pcm.c 	pcm->private_free = line6_cleanup_pcm;
private_free     2254 sound/usb/midi.c 	rmidi->private_free = snd_usbmidi_rawmidi_free;
private_free     1231 sound/usb/misc/ua101.c 	card->private_free = ua101_card_free;
private_free     1625 sound/usb/mixer.c 	kctl->private_free = snd_usb_mixer_elem_free;
private_free     1807 sound/usb/mixer.c 	kctl->private_free = snd_usb_mixer_elem_free;
private_free     1852 sound/usb/mixer.c 	kctl->private_free = snd_usb_mixer_elem_free;
private_free     2071 sound/usb/mixer.c 	kctl->private_free = snd_usb_mixer_elem_free;
private_free     2455 sound/usb/mixer.c 		kctl->private_free = snd_usb_mixer_elem_free;
private_free     2685 sound/usb/mixer.c 	kctl->private_free = usb_mixer_selector_elem_free;
private_free     3545 sound/usb/mixer.c 	if (mixer->private_free)
private_free     3546 sound/usb/mixer.c 		mixer->private_free(mixer);
private_free       43 sound/usb/mixer.h 	void (*private_free)(struct usb_mixer_interface *mixer);
private_free       93 sound/usb/mixer_quirks.c 	kctl->private_free = snd_usb_mixer_elem_free;
private_free      159 sound/usb/mixer_quirks.c 	kctl->private_free = snd_usb_mixer_elem_free;
private_free      560 sound/usb/mixer_scarlett.c 	kctl->private_free = snd_usb_mixer_elem_free;
private_free      962 sound/usb/mixer_scarlett_gen2.c 	kctl->private_free = snd_usb_mixer_elem_free;
private_free     1824 sound/usb/mixer_scarlett_gen2.c 	mixer->private_free = scarlett2_private_free;
private_free     1075 sound/usb/mixer_us16x08.c 		kctl->private_free = elem_private_free;
private_free     1077 sound/usb/mixer_us16x08.c 		kctl->private_free = snd_usb_mixer_elem_free;
private_free      529 sound/usb/stream.c 	pcm->private_free = snd_usb_audio_pcm_free;
private_free      536 sound/usb/usx2y/us122l.c 	card->private_free = snd_us122l_free;
private_free      345 sound/usb/usx2y/usbusx2y.c 	card->private_free = snd_usX2Y_card_private_free;
private_free      967 sound/usb/usx2y/usbusx2yaudio.c 	pcm->private_free = snd_usX2Y_pcm_private_free;
private_free      711 sound/usb/usx2y/usx2yhwdeppcm.c 	hw->private_free = snd_usX2Y_hwdep_pcm_private_free;
private_free     1737 sound/x86/intel_hdmi_audio.c 	card->private_free = hdmi_lpe_audio_free;