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