Lines Matching refs:rc
449 int rc;
455 rc = pcm_sync_ptr(pcm, SNDRV_PCM_SYNC_PTR_APPL|SNDRV_PCM_SYNC_PTR_HWSYNC);
456 if (rc < 0)
847 int rc;
968 rc = pcm_hw_mmap_status(pcm);
969 if (rc < 0) {
970 oops(pcm, rc, "mmap status failed");
977 rc = ioctl(pcm->fd, SNDRV_PCM_IOCTL_TTSTAMP, &arg);
978 if (rc < 0) {
979 oops(pcm, rc, "cannot set timestamp type");