summaryrefslogtreecommitdiffstats
path: root/sys/sys/soundcard.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>1999-11-29 23:01:59 +0000
committeralfred <alfred@FreeBSD.org>1999-11-29 23:01:59 +0000
commit45fc07fd1e5bebf1b658751b681e4491d4b26585 (patch)
tree105fb2171872f58d211634ae9e0f517f7b083c8f /sys/sys/soundcard.h
parent881e17e778165a7b9996e02b2536b0bc141ea759 (diff)
downloadFreeBSD-src-45fc07fd1e5bebf1b658751b681e4491d4b26585.zip
FreeBSD-src-45fc07fd1e5bebf1b658751b681e4491d4b26585.tar.gz
tanimura implemented SNDCTL_DSP_GETODELAY for pcm.
Submitted by: tanimura
Diffstat (limited to 'sys/sys/soundcard.h')
-rw-r--r--sys/sys/soundcard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h
index 1649f8a..f6f577a 100644
--- a/sys/sys/soundcard.h
+++ b/sys/sys/soundcard.h
@@ -798,6 +798,7 @@ typedef struct buffmem_desc {
#define SNDCTL_DSP_MAPINBUF _IOR ('P', 19, buffmem_desc)
#define SNDCTL_DSP_MAPOUTBUF _IOR ('P', 20, buffmem_desc)
#define SNDCTL_DSP_SETSYNCRO _IO ('P', 21)
+#define SNDCTL_DSP_GETODELAY _IOR ('P', 23, int)
/*
* I guess these are the readonly version of the same
OpenPOWER on IntegriCloud