Home
last modified time | relevance | path

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

12

/third_party/alsa-lib/include/
H A Dpcm_extplug.h148 * hw_free; optional
150 int (*hw_free)(snd_pcm_extplug_t *ext); member
H A Dpcm_ioplug.h159 * hw_free; optional
161 int (*hw_free)(snd_pcm_ioplug_t *io); member
/third_party/alsa-lib/src/pcm/
H A Dpcm_extplug.c321 * hw_free callback
328 if (ext->data->callback->hw_free) in snd_pcm_extplug_hw_free()
329 return ext->data->callback->hw_free(ext->data); in snd_pcm_extplug_hw_free()
465 .hw_free = snd_pcm_extplug_hw_free,
618 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_ioplug.c460 if (io->data->callback->hw_free) in snd_pcm_ioplug_hw_free()
461 return io->data->callback->hw_free(io->data); in snd_pcm_ioplug_hw_free()
917 .hw_free = snd_pcm_ioplug_hw_free,
1027 callback. The hw_params and hw_free callbacks are called when
H A Dpcm_lfloat.c357 .hw_free = snd_pcm_generic_hw_free,
H A Dpcm_linear.c401 .hw_free = snd_pcm_generic_hw_free,
H A Dpcm_mulaw.c413 .hw_free = snd_pcm_generic_hw_free,
H A Dpcm_null.c330 .hw_free = snd_pcm_null_hw_free,
H A Dpcm_mmap_emul.c361 .hw_free = snd_pcm_generic_hw_free,
H A Dpcm_adpcm.c525 .hw_free = snd_pcm_adpcm_hw_free,
H A Dpcm_alaw.c399 .hw_free = snd_pcm_generic_hw_free,
H A Dpcm_hooks.c160 .hw_free = snd_pcm_hooks_hw_free,
H A Dpcm_iec958.c536 .hw_free = snd_pcm_generic_hw_free,
H A Dpcm_dsnoop.c469 .hw_free = snd_pcm_direct_hw_free,
H A Dpcm_shm.c600 .hw_free = snd_pcm_shm_hw_free,
H A Dpcm_dshare.c598 .hw_free = snd_pcm_direct_hw_free,
H A Dpcm_dmix.c901 .hw_free = snd_pcm_direct_hw_free,
H A Dpcm_meter.c515 .hw_free = snd_pcm_meter_hw_free,
H A Dpcm_plug.c1121 .hw_free = snd_pcm_plug_hw_free,
H A Dpcm_route.c917 .hw_free = snd_pcm_generic_hw_free,
H A Dpcm_softvol.c883 .hw_free = snd_pcm_generic_hw_free,
H A Dpcm_file.c833 .hw_free = snd_pcm_file_hw_free,
H A Dpcm_local.h150 int (*hw_free)(snd_pcm_t *pcm); member
H A Dpcm_hw.c1528 .hw_free = snd_pcm_hw_hw_free,

Completed in 32 milliseconds

12