summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-10 18:12:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-10 18:12:58 +0200
commit24de0984ed3caa1eb5bdf4d9d4e0b9900e6254eb (patch)
tree33b537eaf9cff696e9dae9dc996a04cfc6ffd828
parent16d394834e0c8d9de3e06104d931009f6c671921 (diff)
add sound module for raspberry pi
-rw-r--r--mk/modules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/modules.mk b/mk/modules.mk
index 4e247d98d..3df7b63dc 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -1181,6 +1181,10 @@ $(eval $(call KMOD_template,SND_PXA2XX_SOC_SPITZ,snd-pxa2xx-soc-spitz,\
$(MODULES_DIR)/kernel/sound/soc/pxa/snd-soc-spitz \
,55))
+$(eval $(call KMOD_template,SND_BCM2835,snd-bcm2835,\
+ $(MODULES_DIR)/kernel/sound/arm/snd-bcm2835 \
+,55))
+
#ifeq ($(ADK_LINUX_64),y)
#V4L_COMPAT:=drivers/media/video/v4l2-compat-ioctl32
#endif