Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_free (Results 1 - 16 of 16) sorted by relevance

/third_party/alsa-lib/test/
H A Dlatency.c861 snd_pcm_hw_free(phandle); in main()
862 snd_pcm_hw_free(chandle); in main()
/third_party/alsa-lib/src/pcm/
H A Dpcm_generic.c85 return snd_pcm_hw_free(generic->slave); in snd_pcm_generic_hw_free()
H A Dpcm_adpcm.c453 return snd_pcm_hw_free(adpcm->plug.gen.slave); in snd_pcm_adpcm_hw_free()
H A Dpcm_extplug.c327 snd_pcm_hw_free(ext->plug.gen.slave); in snd_pcm_extplug_hw_free()
619 #snd_pcm_hw_params() and #snd_pcm_hw_free() API calls,
H A Dpcm_meter.c495 return snd_pcm_hw_free(meter->gen.slave); in snd_pcm_meter_hw_free()
H A Dpcm_plug.c1092 int err = snd_pcm_hw_free(slave); in snd_pcm_plug_hw_free()
H A Dpcm_file.c748 return snd_pcm_hw_free(file->gen.slave); in snd_pcm_file_hw_free()
H A Dpcm_multi.c364 int e = snd_pcm_hw_free(slave); in snd_pcm_multi_hw_free()
H A Dpcm_rate.c488 return snd_pcm_hw_free(rate->gen.slave); in snd_pcm_rate_hw_free()
H A Dpcm_share.c687 err = snd_pcm_hw_free(slave->pcm); in snd_pcm_share_hw_free()
H A Dpcm.c782 err = snd_pcm_hw_free(pcm); in snd_pcm_close()
968 int snd_pcm_hw_free(snd_pcm_t *pcm) in snd_pcm_hw_free() function
3961 * any constrains, free the configuration with #snd_pcm_hw_free
H A Dpcm_params.c2405 err = snd_pcm_hw_free(pcm); in _snd_pcm_hw_params_internal()
/third_party/alsa-utils/axfer/
H A Dxfer-libasound.c850 err = snd_pcm_hw_free(state->handle); in xfer_libasound_post_process()
852 logging(state, "snd_pcm_hw_free(): %s\n", snd_strerror(err)); in xfer_libasound_post_process()
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c1714 if ((err = snd_pcm_hw_free(loop->capt->handle)) < 0) in pcmjob_stop()
1716 if ((err = snd_pcm_hw_free(loop->play->handle)) < 0) in pcmjob_stop()
/third_party/alsa-lib/aserver/
H A Daserver.c431 ctrl->result = snd_pcm_hw_free(pcm); in pcm_shm_cmd()
/third_party/alsa-lib/include/
H A Dpcm.h545 int snd_pcm_hw_free(snd_pcm_t *pcm);

Completed in 39 milliseconds