Lines Matching refs:status
178 * Query both of control/status data to avoid unexpected change of
193 * Query both of control/status data to avoid unexpected change of
207 * Query both of control/status data to avoid unexpected change of
605 static int snd_pcm_hw_status(snd_pcm_t *pcm, snd_pcm_status_t * status)
610 if (ioctl(fd, SNDRV_PCM_IOCTL_STATUS, status) < 0) {
616 if (ioctl(fd, SNDRV_PCM_IOCTL_STATUS_EXT, status) < 0) {
623 status->tstamp.tv_nsec *= 1000L;
624 status->trigger_tstamp.tv_nsec *= 1000L;
1035 mmap_status = &sync_ptr->s.status;
1131 SYSMSG("status munmap failed (%u)", errno);
1542 .status = snd_pcm_hw_status,
1573 .status = snd_pcm_hw_status,