summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/sound.h
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2003-02-07 14:05:34 +0000
committernyan <nyan@FreeBSD.org>2003-02-07 14:05:34 +0000
commit3391eada81b7f6040f4ba8596e92787f4398bccd (patch)
treebb7186a3521199202c6d88ec66567221b0ead322 /sys/dev/sound/pcm/sound.h
parente495da0cd39b3a144132e16be2f4cf8eed2d13b0 (diff)
downloadFreeBSD-src-3391eada81b7f6040f4ba8596e92787f4398bccd.zip
FreeBSD-src-3391eada81b7f6040f4ba8596e92787f4398bccd.tar.gz
- Clean up ISA DMA supports.
- Rename all sndbuf_isadma* functions to sndbuf_dma* and move them into sys/dev/sound/isa/sndbuf_dma.c. No response from: sound
Diffstat (limited to 'sys/dev/sound/pcm/sound.h')
-rw-r--r--sys/dev/sound/pcm/sound.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
index 5038a28..1daed2a 100644
--- a/sys/dev/sound/pcm/sound.h
+++ b/sys/dev/sound/pcm/sound.h
@@ -64,7 +64,6 @@
#include <sys/sbuf.h>
#include <sys/soundcard.h>
#include <sys/sysctl.h>
-#include <isa/isavar.h>
#include <sys/kobj.h>
#include <vm/vm.h>
#include <vm/pmap.h>
@@ -104,12 +103,6 @@ struct snd_mixer;
#define PCM_SOFTC_SIZE 512
#define SND_STATUSLEN 64
-/* descriptor of audio device */
-#ifndef ISADMA_WRITE
-#define ISADMA_WRITE B_WRITE
-#define ISADMA_READ B_READ
-#define ISADMA_RAW B_RAW
-#endif
#define PCM_MODVER 1
OpenPOWER on IntegriCloud