Searched refs:hw_free (Results 1 - 25 of 151) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm_extplug.h143 * hw_free; optional
145 int (*hw_free)(snd_pcm_extplug_t *ext); member in struct:snd_pcm_extplug_callback
H A Dpcm_ioplug.h149 * hw_free; optional
151 int (*hw_free)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/oxygen/
H A Doxygen_pcm.c601 .hw_free = oxygen_hw_free,
612 .hw_free = oxygen_hw_free,
623 .hw_free = oxygen_hw_free,
634 .hw_free = oxygen_spdif_hw_free,
645 .hw_free = oxygen_hw_free,
656 .hw_free = oxygen_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/arm/
H A Dpxa2xx-pcm.c75 .hw_free = __pxa2xx_pcm_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/pxa/
H A Dpxa2xx-pcm.c77 .hw_free = pxa2xx_pcm_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/omap/
H A Domap-mcpdm.c212 .hw_free = omap_mcpdm_dai_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dmigor.c106 dev_dbg(codec_dai->dev, "Unbalanced hw_free!\n");
114 .hw_free = migor_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoc-dai.h179 int (*hw_free)(struct snd_pcm_substream *, member in struct:snd_soc_dai_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctpcm.c374 .hw_free = ct_pcm_hw_free,
387 .hw_free = ct_pcm_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Dneo1973_gta02_wm8753.c144 .hw_free = neo1973_gta02_hifi_hw_free,
205 .hw_free = neo1973_gta02_voice_hw_free,
H A Dneo1973_wm8753.c163 .hw_free = neo1973_hifi_hw_free,
226 .hw_free = neo1973_voice_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-core.c747 if (cpu_dai->ops->hw_free)
748 cpu_dai->ops->hw_free(substream, cpu_dai);
751 if (codec_dai->ops->hw_free)
752 codec_dai->ops->hw_free(substream, codec_dai);
755 if (machine->ops && machine->ops->hw_free)
756 machine->ops->hw_free(substream);
783 if (machine->ops && machine->ops->hw_free)
784 machine->ops->hw_free(substream);
787 if (platform->pcm_ops->hw_free)
788 platform->pcm_ops->hw_free(substrea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_extplug.c319 * hw_free callback
326 if (ext->data->callback->hw_free)
327 return ext->data->callback->hw_free(ext->data);
433 .hw_free = snd_pcm_extplug_hw_free,
583 again. The hw_params and hw_free callbacks are called at
H A Dpcm_copy.c160 .hw_free = snd_pcm_generic_hw_free,
H A Dpcm_null.c285 .hw_free = snd_pcm_null_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ca0106/
H A Dca0106_main.c674 /* hw_free callback */
688 /* hw_free callback */
1015 .hw_free = snd_ca0106_pcm_hw_free_playback,
1026 .hw_free = snd_ca0106_pcm_hw_free_capture,
1037 .hw_free = snd_ca0106_pcm_hw_free_capture,
1048 .hw_free = snd_ca0106_pcm_hw_free_capture,
1059 .hw_free = snd_ca0106_pcm_hw_free_capture,
1070 .hw_free = snd_ca0106_pcm_hw_free_playback,
1081 .hw_free = snd_ca0106_pcm_hw_free_playback,
1092 .hw_free
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs5535audio/
H A Dcs5535audio_pcm.c388 .hw_free = snd_cs5535audio_hw_free,
399 .hw_free = snd_cs5535audio_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-alsa-pcm.c316 .hw_free = snd_cx18_pcm_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_pcm.c110 * pdacf_pcm_hw_free - hw_free callback for playback and capture
274 .hw_free = pdacf_pcm_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-i2s-pcm.c191 .hw_free = bf5xx_pcm_hw_free,
H A Dbf5xx-tdm-pcm.c227 .hw_free = bf5xx_pcm_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demupcm.c1314 .hw_free = snd_emu10k1_playback_hw_free,
1326 .hw_free = snd_emu10k1_capture_hw_free,
1338 .hw_free = snd_emu10k1_efx_playback_hw_free,
1417 .hw_free = snd_emu10k1_capture_hw_free,
1517 .hw_free = snd_emu10k1_capture_hw_free,
1757 .hw_free = snd_emu10k1_fx8010_playback_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb8_main.c579 .hw_free = snd_sb8_hw_free,
590 .hw_free = snd_sb8_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/mips/
H A Dau1x00.c424 .hw_free = snd_au1000_hw_free,
435 .hw_free = snd_au1000_hw_free,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/aw2/
H A Daw2-alsa.c186 .hw_free = snd_aw2_pcm_hw_free,
198 .hw_free = snd_aw2_pcm_hw_free,
455 /* hw_free callback */

Completed in 328 milliseconds

1234567