Lines Matching refs:snd_pcm_t
36 int snd_pcm_generic_close(snd_pcm_t *pcm)
46 int snd_pcm_generic_nonblock(snd_pcm_t *pcm, int nonblock)
52 int snd_pcm_generic_async(snd_pcm_t *pcm, int sig, pid_t pid)
58 int snd_pcm_generic_poll_descriptors_count(snd_pcm_t *pcm)
64 int snd_pcm_generic_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space)
70 int snd_pcm_generic_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents)
76 int snd_pcm_generic_info(snd_pcm_t *pcm, snd_pcm_info_t * info)
82 int snd_pcm_generic_hw_free(snd_pcm_t *pcm)
88 int snd_pcm_generic_sw_params(snd_pcm_t *pcm, snd_pcm_sw_params_t *params)
94 int snd_pcm_generic_hw_refine(snd_pcm_t *pcm, snd_pcm_hw_params_t *params)
100 int snd_pcm_generic_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params)
106 int snd_pcm_generic_prepare(snd_pcm_t *pcm)
112 int snd_pcm_generic_channel_info(snd_pcm_t *pcm, snd_pcm_channel_info_t *info)
127 int snd_pcm_generic_status(snd_pcm_t *pcm, snd_pcm_status_t * status)
133 snd_pcm_state_t snd_pcm_generic_state(snd_pcm_t *pcm)
139 int snd_pcm_generic_hwsync(snd_pcm_t *pcm)
145 int snd_pcm_generic_reset(snd_pcm_t *pcm)
151 int snd_pcm_generic_start(snd_pcm_t *pcm)
157 int snd_pcm_generic_drop(snd_pcm_t *pcm)
163 int snd_pcm_generic_drain(snd_pcm_t *pcm)
169 int snd_pcm_generic_pause(snd_pcm_t *pcm, int enable)
175 int snd_pcm_generic_resume(snd_pcm_t *pcm)
181 int snd_pcm_generic_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp)
187 snd_pcm_sframes_t snd_pcm_generic_forwardable(snd_pcm_t *pcm)
193 snd_pcm_sframes_t snd_pcm_generic_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
199 snd_pcm_sframes_t snd_pcm_generic_rewindable(snd_pcm_t *pcm)
205 snd_pcm_sframes_t snd_pcm_generic_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
211 int snd_pcm_generic_link(snd_pcm_t *pcm1, snd_pcm_t *pcm2)
219 int snd_pcm_generic_link_slaves(snd_pcm_t *pcm, snd_pcm_t *master)
227 int snd_pcm_generic_unlink(snd_pcm_t *pcm)
235 snd_pcm_sframes_t snd_pcm_generic_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size)
241 snd_pcm_sframes_t snd_pcm_generic_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size)
247 snd_pcm_sframes_t snd_pcm_generic_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size)
253 snd_pcm_sframes_t snd_pcm_generic_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size)
259 snd_pcm_sframes_t snd_pcm_generic_mmap_commit(snd_pcm_t *pcm,
267 snd_pcm_sframes_t snd_pcm_generic_avail_update(snd_pcm_t *pcm)
273 int snd_pcm_generic_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail,
283 int snd_pcm_generic_real_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail,
302 int snd_pcm_generic_mmap(snd_pcm_t *pcm)
314 int snd_pcm_generic_munmap(snd_pcm_t *pcm)
325 snd_pcm_chmap_query_t **snd_pcm_generic_query_chmaps(snd_pcm_t *pcm)
331 snd_pcm_chmap_t *snd_pcm_generic_get_chmap(snd_pcm_t *pcm)
337 int snd_pcm_generic_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map)
343 int snd_pcm_generic_may_wait_for_avail_min(snd_pcm_t *pcm, snd_pcm_uframes_t avail ATTRIBUTE_UNUSED)