• Home
  • Raw
  • Download

Lines Matching refs:snd_pcm_t

50 static int snd_pcm_ioplug_drop(snd_pcm_t *pcm);
51 static int snd_pcm_ioplug_poll_descriptors_count(snd_pcm_t *pcm);
52 static int snd_pcm_ioplug_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space);
53 static int snd_pcm_ioplug_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsi…
57 static void snd_pcm_ioplug_hw_ptr_update(snd_pcm_t *pcm) in snd_pcm_ioplug_hw_ptr_update()
91 static int snd_pcm_ioplug_info(snd_pcm_t *pcm, snd_pcm_info_t *info) in snd_pcm_ioplug_info()
105 static int snd_pcm_ioplug_channel_info(snd_pcm_t *pcm, snd_pcm_channel_info_t *info) in snd_pcm_ioplug_channel_info()
110 static int snd_pcm_ioplug_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_ioplug_delay()
124 static int snd_pcm_ioplug_status(snd_pcm_t *pcm, snd_pcm_status_t * status) in snd_pcm_ioplug_status()
144 static snd_pcm_state_t snd_pcm_ioplug_state(snd_pcm_t *pcm) in snd_pcm_ioplug_state()
150 static int snd_pcm_ioplug_hwsync(snd_pcm_t *pcm) in snd_pcm_ioplug_hwsync()
156 static int snd_pcm_ioplug_reset(snd_pcm_t *pcm) in snd_pcm_ioplug_reset()
167 static int snd_pcm_ioplug_prepare(snd_pcm_t *pcm) in snd_pcm_ioplug_prepare()
285 static int snd_pcm_ioplug_hw_refine(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) in snd_pcm_ioplug_hw_refine()
431 static int snd_pcm_ioplug_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) in snd_pcm_ioplug_hw_params()
456 static int snd_pcm_ioplug_hw_free(snd_pcm_t *pcm) in snd_pcm_ioplug_hw_free()
465 static int snd_pcm_ioplug_sw_params(snd_pcm_t *pcm, snd_pcm_sw_params_t *params) in snd_pcm_ioplug_sw_params()
481 static int snd_pcm_ioplug_start(snd_pcm_t *pcm) in snd_pcm_ioplug_start()
499 static int snd_pcm_ioplug_drop(snd_pcm_t *pcm) in snd_pcm_ioplug_drop()
514 static int ioplug_drain_via_poll(snd_pcm_t *pcm) in ioplug_drain_via_poll()
533 static int snd_pcm_ioplug_drain(snd_pcm_t *pcm) in snd_pcm_ioplug_drain()
579 static int snd_pcm_ioplug_pause(snd_pcm_t *pcm, int enable) in snd_pcm_ioplug_pause()
600 static snd_pcm_sframes_t snd_pcm_ioplug_rewindable(snd_pcm_t *pcm) in snd_pcm_ioplug_rewindable()
605 static snd_pcm_sframes_t snd_pcm_ioplug_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_ioplug_rewind()
611 static snd_pcm_sframes_t snd_pcm_ioplug_forwardable(snd_pcm_t *pcm) in snd_pcm_ioplug_forwardable()
616 static snd_pcm_sframes_t snd_pcm_ioplug_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_ioplug_forward()
623 static int snd_pcm_ioplug_resume(snd_pcm_t *pcm) in snd_pcm_ioplug_resume()
633 static snd_pcm_sframes_t ioplug_priv_transfer_areas(snd_pcm_t *pcm, in ioplug_priv_transfer_areas()
652 static snd_pcm_sframes_t snd_pcm_ioplug_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_… in snd_pcm_ioplug_writei()
664 static snd_pcm_sframes_t snd_pcm_ioplug_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_ioplug_writen()
676 static snd_pcm_sframes_t snd_pcm_ioplug_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size) in snd_pcm_ioplug_readi()
688 static snd_pcm_sframes_t snd_pcm_ioplug_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_ioplug_readn()
700 static int snd_pcm_ioplug_mmap_begin_capture(snd_pcm_t *pcm, in snd_pcm_ioplug_mmap_begin_capture()
724 static int snd_pcm_ioplug_mmap_begin(snd_pcm_t *pcm, const snd_pcm_channel_area_t **areas, in snd_pcm_ioplug_mmap_begin()
732 static snd_pcm_sframes_t snd_pcm_ioplug_mmap_commit(snd_pcm_t *pcm, in snd_pcm_ioplug_mmap_commit()
752 static snd_pcm_sframes_t snd_pcm_ioplug_avail_update(snd_pcm_t *pcm) in snd_pcm_ioplug_avail_update()
767 static int snd_pcm_ioplug_nonblock(snd_pcm_t *pcm, int nonblock) in snd_pcm_ioplug_nonblock()
775 static int snd_pcm_ioplug_poll_descriptors_count(snd_pcm_t *pcm) in snd_pcm_ioplug_poll_descriptors_count()
788 static int snd_pcm_ioplug_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space) in snd_pcm_ioplug_poll_descriptors()
810 static int snd_pcm_ioplug_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsi… in snd_pcm_ioplug_poll_revents()
826 static int snd_pcm_ioplug_mmap(snd_pcm_t *pcm ATTRIBUTE_UNUSED) in snd_pcm_ioplug_mmap()
831 static int snd_pcm_ioplug_async(snd_pcm_t *pcm ATTRIBUTE_UNUSED, in snd_pcm_ioplug_async()
838 static int snd_pcm_ioplug_munmap(snd_pcm_t *pcm ATTRIBUTE_UNUSED) in snd_pcm_ioplug_munmap()
843 static snd_pcm_chmap_query_t **snd_pcm_ioplug_query_chmaps(snd_pcm_t *pcm) in snd_pcm_ioplug_query_chmaps()
853 static snd_pcm_chmap_t *snd_pcm_ioplug_get_chmap(snd_pcm_t *pcm) in snd_pcm_ioplug_get_chmap()
863 static int snd_pcm_ioplug_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map) in snd_pcm_ioplug_set_chmap()
873 static void snd_pcm_ioplug_dump(snd_pcm_t *pcm, snd_output_t *out) in snd_pcm_ioplug_dump()
898 static int snd_pcm_ioplug_close(snd_pcm_t *pcm) in snd_pcm_ioplug_close()
1079 snd_pcm_t *pcm; in snd_pcm_ioplug_create()