Searched refs:private_free (Results 76 - 100 of 141) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dvia82xx_modem.c897 chip->ac97_bus->private_free = snd_via82xx_mixer_free_ac97_bus;
902 ac97.private_free = snd_via82xx_mixer_free_ac97;
H A Drme32.c1372 rme32->spdif_pcm->private_free = snd_rme32_free_spdif_pcm;
1404 rme32->adat_pcm->private_free = snd_rme32_free_adat_pcm;
1945 card->private_free = snd_rme32_card_free;
H A Dintel8x0m.c804 ac97.private_free = snd_intel8x0_mixer_free_ac97;
811 pbus->private_free = snd_intel8x0_mixer_free_ac97_bus;
H A Drme96.c1580 rme96->spdif_pcm->private_free = snd_rme96_free_spdif_pcm;
1598 rme96->adat_pcm->private_free = snd_rme96_free_adat_pcm;
2350 card->private_free = snd_rme96_card_free;
H A Dcs4281.c1107 chip->ac97_bus->private_free = snd_cs4281_mixer_free_ac97_bus;
1111 ac97.private_free = snd_cs4281_mixer_free_ac97;
H A Dfm801.c1246 chip->ac97_bus->private_free = snd_fm801_mixer_free_ac97_bus;
1250 ac97.private_free = snd_fm801_mixer_free_ac97;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dpcm.h327 void (*private_free)(struct snd_pcm_runtime *runtime); member in struct:snd_pcm_runtime
452 void (*private_free) (struct snd_pcm *pcm); member in struct:snd_pcm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demu10k1x.c395 runtime->private_free = snd_emu10k1x_pcm_free_substream;
572 runtime->private_free = snd_emu10k1x_pcm_free_substream;
1502 rmidi->private_free = snd_emu10k1x_midi_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-alsa.c812 card->private_free = snd_cx88_dev_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-alsa.c700 card->private_free = snd_cx25821_dev_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dmtpav.c716 card->private_free = snd_mtpav_free;
H A Dportman2x4.c779 card->private_free = snd_portman_card_private_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/i2c/
H A Dcs8427.c212 device->private_free = snd_cs8427_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/cs423x/
H A Dcs4236.c376 card->private_free = snd_card_cs4236_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Demu8000_pcm.c698 pcm->private_free = snd_emu8000_pcm_free;
H A Dsb16.c333 card->private_free = snd_sb16_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wavefront/
H A Dwavefront.c358 card->private_free = snd_wavefront_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/mips/
H A Dau1x00.c645 card->private_free = snd_au1000_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_codec.h608 void (*private_free)(struct hda_bus *); member in struct:hda_bus_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ymfpci/
H A Dymfpci_main.c903 runtime->private_free = snd_ymfpci_pcm_free_substream;
1021 runtime->private_free = snd_ymfpci_pcm_free_substream;
1803 chip->ac97_bus->private_free = snd_ymfpci_mixer_free_ac97_bus;
1808 ac97.private_free = snd_ymfpci_mixer_free_ac97;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dmixer.c743 /* private_free callback */
1039 kctl->private_free = usb_mixer_elem_free;
1293 kctl->private_free = usb_mixer_elem_free;
1584 kctl->private_free = usb_mixer_elem_free;
1803 kctl->private_free = usb_mixer_selector_elem_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/opti9xx/
H A Dmiro.c1434 card->private_free = snd_card_miro_free;
1607 card->private_free = snd_card_miro_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_codec.c999 if (bus->private_free)
1000 bus->private_free(bus);
1022 if (ac97->private_free)
1023 ac97->private_free(ac97);
2022 ac97->private_free = template->private_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/
H A Des18xx.c1845 kctl->private_free = snd_es18xx_hwv_free;
1849 kctl->private_free = snd_es18xx_hwv_free;
1899 kctl->private_free = snd_es18xx_hwv_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ca0106/
H A Dca0106_main.c519 runtime->private_free = snd_ca0106_pcm_free_substream;
614 runtime->private_free = snd_ca0106_pcm_free_substream;

Completed in 432 milliseconds

123456