aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/channel.h
diff options
context:
space:
mode:
authorCameron Grant <cg@FreeBSD.org>2000-05-26 21:15:47 +0000
committerCameron Grant <cg@FreeBSD.org>2000-05-26 21:15:47 +0000
commit35f9e4a1db370aeba865c9aa1fe62b6c75644015 (patch)
treeaca264c20d2f7764e81081b84afe627f6b99461d /sys/dev/sound/pcm/channel.h
parent962a3cbc8370789a284592993b8fad02791d414b (diff)
downloadsrc-35f9e4a1db370aeba865c9aa1fe62b6c75644015.tar.gz
src-35f9e4a1db370aeba865c9aa1fe62b6c75644015.zip
handle emulated dma reads
don't try to get sample size from snd_dbuf
Notes
Notes: svn path=/head/; revision=60958
Diffstat (limited to 'sys/dev/sound/pcm/channel.h')
-rw-r--r--sys/dev/sound/pcm/channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/channel.h b/sys/dev/sound/pcm/channel.h
index edc309643cf8..0c13b65610fd 100644
--- a/sys/dev/sound/pcm/channel.h
+++ b/sys/dev/sound/pcm/channel.h
@@ -63,6 +63,7 @@ extern pcm_feeder feeder_root;
#define PCMTRIG_START 1
#define PCMTRIG_EMLDMAWR 2
+#define PCMTRIG_EMLDMARD 3
#define PCMTRIG_STOP 0
#define PCMTRIG_ABORT -1