summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorAl Viro <viro@www.linux.org.uk>2005-08-23 22:45:06 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2005-08-23 18:43:40 -0700
commit276bd31ce5af01350465861af7aa6a25864eb108 (patch)
tree5fb22ae8b2ef903d27850f7894ed669fabce96ad /include/sound
parente9bcb173dd1747075214a1ccdb65dc6320cae49d (diff)
downloadlinux-3.10-276bd31ce5af01350465861af7aa6a25864eb108.tar.gz
linux-3.10-276bd31ce5af01350465861af7aa6a25864eb108.tar.bz2
linux-3.10-276bd31ce5af01350465861af7aa6a25864eb108.zip
[PATCH] Kconfig fix (ISA_DMA_API and sound/*)
fixed kconfig dependencies on ISA_DMA_API for parts of sound/* that rely on it. Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/core.h b/include/sound/core.h
index 38b357fc895..f72b3ef515e 100644
--- a/include/sound/core.h
+++ b/include/sound/core.h
@@ -360,11 +360,13 @@ int snd_device_free_all(snd_card_t *card, snd_device_cmd_t cmd);
/* isadma.c */
+#ifdef CONFIG_ISA_DMA_API
#define DMA_MODE_NO_ENABLE 0x0100
void snd_dma_program(unsigned long dma, unsigned long addr, unsigned int size, unsigned short mode);
void snd_dma_disable(unsigned long dma);
unsigned int snd_dma_pointer(unsigned long dma, unsigned int size);
+#endif
/* misc.c */