Lines Matching refs:pcm
115 int snd_pcm_generic_close(snd_pcm_t *pcm);
116 int snd_pcm_generic_nonblock(snd_pcm_t *pcm, int nonblock);
117 int snd_pcm_generic_async(snd_pcm_t *pcm, int sig, pid_t pid);
118 int snd_pcm_generic_poll_descriptors_count(snd_pcm_t *pcm);
119 int snd_pcm_generic_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space);
120 int snd_pcm_generic_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned s…
121 int snd_pcm_generic_info(snd_pcm_t *pcm, snd_pcm_info_t * info);
122 int snd_pcm_generic_hw_free(snd_pcm_t *pcm);
123 int snd_pcm_generic_sw_params(snd_pcm_t *pcm, snd_pcm_sw_params_t *params);
124 int snd_pcm_generic_hw_refine(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
125 int snd_pcm_generic_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
126 int snd_pcm_generic_channel_info(snd_pcm_t *pcm, snd_pcm_channel_info_t * info);
127 int snd_pcm_generic_channel_info_no_buffer(snd_pcm_t *pcm, snd_pcm_channel_info_t * info);
128 int snd_pcm_generic_status(snd_pcm_t *pcm, snd_pcm_status_t * status);
129 snd_pcm_state_t snd_pcm_generic_state(snd_pcm_t *pcm);
130 int snd_pcm_generic_prepare(snd_pcm_t *pcm);
131 int snd_pcm_generic_hwsync(snd_pcm_t *pcm);
132 int snd_pcm_generic_reset(snd_pcm_t *pcm);
133 int snd_pcm_generic_start(snd_pcm_t *pcm);
134 int snd_pcm_generic_drop(snd_pcm_t *pcm);
135 int snd_pcm_generic_drain(snd_pcm_t *pcm);
136 int snd_pcm_generic_pause(snd_pcm_t *pcm, int enable);
137 int snd_pcm_generic_resume(snd_pcm_t *pcm);
138 int snd_pcm_generic_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp);
139 snd_pcm_sframes_t snd_pcm_generic_forwardable(snd_pcm_t *pcm);
140 snd_pcm_sframes_t snd_pcm_generic_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
141 snd_pcm_sframes_t snd_pcm_generic_rewindable(snd_pcm_t *pcm);
142 snd_pcm_sframes_t snd_pcm_generic_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
144 int snd_pcm_generic_link_slaves(snd_pcm_t *pcm, snd_pcm_t *master);
145 int snd_pcm_generic_unlink(snd_pcm_t *pcm);
146 snd_pcm_sframes_t snd_pcm_generic_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size…
147 snd_pcm_sframes_t snd_pcm_generic_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
148 snd_pcm_sframes_t snd_pcm_generic_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size);
149 snd_pcm_sframes_t snd_pcm_generic_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
150 snd_pcm_sframes_t snd_pcm_generic_mmap_commit(snd_pcm_t *pcm,
153 snd_pcm_sframes_t snd_pcm_generic_avail_update(snd_pcm_t *pcm);
154 int snd_pcm_generic_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail,
156 int snd_pcm_generic_real_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail,
158 int snd_pcm_generic_mmap(snd_pcm_t *pcm);
159 int snd_pcm_generic_munmap(snd_pcm_t *pcm);
160 snd_pcm_chmap_query_t **snd_pcm_generic_query_chmaps(snd_pcm_t *pcm);
161 snd_pcm_chmap_t *snd_pcm_generic_get_chmap(snd_pcm_t *pcm);
162 int snd_pcm_generic_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map);
163 int snd_pcm_generic_may_wait_for_avail_min(snd_pcm_t *pcm, snd_pcm_uframes_t avail);