Lines Matching refs:snd_pcm_t

59 static void do_silence(snd_pcm_t *pcm)
108 static void snd_pcm_dshare_sync_area(snd_pcm_t *pcm)
162 static int snd_pcm_dshare_sync_ptr0(snd_pcm_t *pcm, snd_pcm_uframes_t slave_hw_ptr)
200 static int snd_pcm_dshare_sync_ptr(snd_pcm_t *pcm)
220 static snd_pcm_state_t snd_pcm_dshare_state(snd_pcm_t *pcm);
222 static int snd_pcm_dshare_status(snd_pcm_t *pcm, snd_pcm_status_t * status)
248 static snd_pcm_state_t snd_pcm_dshare_state(snd_pcm_t *pcm)
258 static int snd_pcm_dshare_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp)
284 static int snd_pcm_dshare_hwsync(snd_pcm_t *pcm)
304 static int snd_pcm_dshare_reset(snd_pcm_t *pcm)
313 static int snd_pcm_dshare_start_timer(snd_pcm_t *pcm, snd_pcm_direct_t *dshare)
326 static int snd_pcm_dshare_start(snd_pcm_t *pcm)
349 static int snd_pcm_dshare_drop(snd_pcm_t *pcm)
361 static int __snd_pcm_dshare_drain(snd_pcm_t *pcm)
419 static int snd_pcm_dshare_drain(snd_pcm_t *pcm)
429 static int snd_pcm_dshare_pause(snd_pcm_t *pcm ATTRIBUTE_UNUSED, int enable ATTRIBUTE_UNUSED)
434 static snd_pcm_sframes_t snd_pcm_dshare_rewindable(snd_pcm_t *pcm)
439 static snd_pcm_sframes_t snd_pcm_dshare_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
450 static snd_pcm_sframes_t snd_pcm_dshare_forwardable(snd_pcm_t *pcm)
455 static snd_pcm_sframes_t snd_pcm_dshare_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
466 static snd_pcm_sframes_t snd_pcm_dshare_readi(snd_pcm_t *pcm ATTRIBUTE_UNUSED, void *buffer ATTRIBUTE_UNUSED, snd_pcm_uframes_t size ATTRIBUTE_UNUSED)
471 static snd_pcm_sframes_t snd_pcm_dshare_readn(snd_pcm_t *pcm ATTRIBUTE_UNUSED, void **bufs ATTRIBUTE_UNUSED, snd_pcm_uframes_t size ATTRIBUTE_UNUSED)
476 static int snd_pcm_dshare_close(snd_pcm_t *pcm)
502 static snd_pcm_sframes_t snd_pcm_dshare_mmap_commit(snd_pcm_t *pcm,
536 static snd_pcm_sframes_t snd_pcm_dshare_avail_update(snd_pcm_t *pcm)
552 static int snd_pcm_dshare_htimestamp(snd_pcm_t *pcm,
574 static void snd_pcm_dshare_dump(snd_pcm_t *pcm, snd_output_t *out)
656 int snd_pcm_dshare_open(snd_pcm_t **pcmp, const char *name,
662 snd_pcm_t *pcm, *spcm = NULL;
921 int _snd_pcm_dshare_open(snd_pcm_t **pcmp, const char *name,