summaryrefslogtreecommitdiff
path: root/stubs.h
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-10-31 01:02:18 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2018-10-31 01:04:25 +0200
commit9a1293c36b041b90d17180c0268297ba5e535d59 (patch)
tree163bd35eec1ff52f5d23469637780f91892da4b5 /stubs.h
parentde2e7fa7b4c0c09003a5c5dd7fd0f5bea010bd84 (diff)
make SND_PCM_NONBLOCK work
lets poll in avail_update* functions.
Diffstat (limited to 'stubs.h')
-rw-r--r--stubs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stubs.h b/stubs.h
index 00d8aeb..e864bd4 100644
--- a/stubs.h
+++ b/stubs.h
@@ -499,7 +499,6 @@ int snd_pcm_reset(snd_pcm_t *pcm) { WARNX1("stub"); return 0; }
int snd_pcm_status(snd_pcm_t *pcm, snd_pcm_status_t *status) { WARNX1("stub"); return 0; }
int snd_pcm_hwsync(snd_pcm_t *pcm) { WARNX1("stub"); return 0; }
int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp) { WARNX1("stub"); return 0; }
-snd_pcm_sframes_t snd_pcm_avail(snd_pcm_t *pcm) { WARNX1("stub"); return 0; }
int snd_pcm_avail_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *availp, snd_pcm_sframes_t *delayp) { WARNX1("stub"); return 0; }
snd_pcm_sframes_t snd_pcm_rewindable(snd_pcm_t *pcm) { WARNX1("stub"); return 0; }
snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) { WARNX1("stub"); return 0; }