Lines Matching refs:snd_pcm_t
58 static int snoop_timestamp(snd_pcm_t *pcm)
103 static void snd_pcm_dsnoop_sync_area(snd_pcm_t *pcm, snd_pcm_uframes_t slave_hw_ptr, snd_pcm_uframes_t size)
131 static int snd_pcm_dsnoop_sync_ptr(snd_pcm_t *pcm)
170 static int snd_pcm_dsnoop_status(snd_pcm_t *pcm, snd_pcm_status_t * status)
197 static snd_pcm_state_t snd_pcm_dsnoop_state(snd_pcm_t *pcm)
205 static int snd_pcm_dsnoop_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp)
230 static int snd_pcm_dsnoop_hwsync(snd_pcm_t *pcm)
250 static int snd_pcm_dsnoop_reset(snd_pcm_t *pcm)
259 static int snd_pcm_dsnoop_start(snd_pcm_t *pcm)
277 static int snd_pcm_dsnoop_drop(snd_pcm_t *pcm)
288 static int __snd_pcm_dsnoop_drain(snd_pcm_t *pcm)
311 static int snd_pcm_dsnoop_drain(snd_pcm_t *pcm)
321 static int snd_pcm_dsnoop_pause(snd_pcm_t *pcm ATTRIBUTE_UNUSED, int enable ATTRIBUTE_UNUSED)
326 static snd_pcm_sframes_t snd_pcm_dsnoop_rewindable(snd_pcm_t *pcm)
331 static snd_pcm_sframes_t snd_pcm_dsnoop_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
342 static snd_pcm_sframes_t snd_pcm_dsnoop_forwardable(snd_pcm_t *pcm)
347 static snd_pcm_sframes_t snd_pcm_dsnoop_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
358 static snd_pcm_sframes_t snd_pcm_dsnoop_writei(snd_pcm_t *pcm ATTRIBUTE_UNUSED, const void *buffer ATTRIBUTE_UNUSED, snd_pcm_uframes_t size ATTRIBUTE_UNUSED)
363 static snd_pcm_sframes_t snd_pcm_dsnoop_writen(snd_pcm_t *pcm ATTRIBUTE_UNUSED, void **bufs ATTRIBUTE_UNUSED, snd_pcm_uframes_t size ATTRIBUTE_UNUSED)
368 static int snd_pcm_dsnoop_close(snd_pcm_t *pcm)
391 static snd_pcm_sframes_t snd_pcm_dsnoop_mmap_commit(snd_pcm_t *pcm,
413 static snd_pcm_sframes_t snd_pcm_dsnoop_avail_update(snd_pcm_t *pcm)
429 static int snd_pcm_dsnoop_htimestamp(snd_pcm_t *pcm,
451 static void snd_pcm_dsnoop_dump(snd_pcm_t *pcm, snd_output_t *out)
528 int snd_pcm_dsnoop_open(snd_pcm_t **pcmp, const char *name,
534 snd_pcm_t *pcm, *spcm = NULL;
773 int _snd_pcm_dsnoop_open(snd_pcm_t **pcmp, const char *name,