Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_free (Results 1 – 18 of 18) sorted by relevance

/third_party/alsa-lib/test/
Dlatency.c696 snd_pcm_hw_free(phandle); in main()
697 snd_pcm_hw_free(chandle); in main()
/third_party/alsa-lib/src/pcm/
Dpcm_generic.c85 return snd_pcm_hw_free(generic->slave); in snd_pcm_generic_hw_free()
Dpcm_adpcm.c454 return snd_pcm_hw_free(adpcm->plug.gen.slave); in snd_pcm_adpcm_hw_free()
Dpcm_extplug.c327 snd_pcm_hw_free(ext->plug.gen.slave); in snd_pcm_extplug_hw_free()
Dpcm_file.c748 return snd_pcm_hw_free(file->gen.slave); in snd_pcm_file_hw_free()
Dpcm_meter.c493 return snd_pcm_hw_free(meter->gen.slave); in snd_pcm_meter_hw_free()
Dpcm_plug.c1063 int err = snd_pcm_hw_free(slave); in snd_pcm_plug_hw_free()
Dpcm_multi.c364 int e = snd_pcm_hw_free(slave); in snd_pcm_multi_hw_free()
Dpcm_share.c678 err = snd_pcm_hw_free(slave->pcm); in snd_pcm_share_hw_free()
Dpcm_rate.c489 return snd_pcm_hw_free(rate->gen.slave); in snd_pcm_rate_hw_free()
Dpcm_params.c2393 err = snd_pcm_hw_free(pcm); in _snd_pcm_hw_params_internal()
Dpcm.c770 err = snd_pcm_hw_free(pcm); in snd_pcm_close()
953 int snd_pcm_hw_free(snd_pcm_t *pcm) in snd_pcm_hw_free() function
/third_party/alsa-utils/axfer/
Dxfer-libasound.c850 err = snd_pcm_hw_free(state->handle); in xfer_libasound_post_process()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsasrc.c884 snd_pcm_hw_free (alsa->handle); in gst_alsasrc_unprepare()
Dgstalsasink.c982 snd_pcm_hw_free (alsa->handle); in gst_alsasink_unprepare()
/third_party/alsa-lib/aserver/
Daserver.c430 ctrl->result = snd_pcm_hw_free(pcm); in pcm_shm_cmd()
/third_party/alsa-utils/alsaloop/
Dpcmjob.c1712 if ((err = snd_pcm_hw_free(loop->capt->handle)) < 0) in pcmjob_stop()
1714 if ((err = snd_pcm_hw_free(loop->play->handle)) < 0) in pcmjob_stop()
/third_party/alsa-lib/include/
Dpcm.h528 int snd_pcm_hw_free(snd_pcm_t *pcm);