aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/Makefile
diff options
context:
space:
mode:
authorMichael Zoran <mzoran@crowfest.net>2017-01-25 16:39:49 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-27 09:44:31 +0100
commit23b028c871e1131c96aa8c2bd8cc7e0d15f5efcd (patch)
treedeb653f14b953cc5378792b006af4bcafceb1a5f /drivers/staging/Makefile
parentstaging/rtl8192u: add endianness conversions (diff)
downloadlinux-dev-23b028c871e1131c96aa8c2bd8cc7e0d15f5efcd.tar.xz
linux-dev-23b028c871e1131c96aa8c2bd8cc7e0d15f5efcd.zip
staging: bcm2835-audio: initial staging submission
Initial cleanup of bcm2835-audio driver for the bcm2535(Raspberry PI) Driver provides HDMI audio through ALSA and is built on top of the vc04_services driver. Original version of the driver is available at: http://www.github.com/raspberry/linux Driver compiles without any build errors or warnings. Tested on a RPI 3 running in ARM64 mode with the vlc player and alsautils. Signed-off-by: Michael Zoran <mzoran@crowfest.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r--drivers/staging/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index b1380ed0a43d..29cec5aa2945 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -40,3 +40,5 @@ obj-$(CONFIG_MOST) += most/
obj-$(CONFIG_KS7010) += ks7010/
obj-$(CONFIG_GREYBUS) += greybus/
obj-$(CONFIG_BCM2835_VCHIQ) += vc04_services/
+obj-$(CONFIG_SND_BCM2835) += bcm2835-audio/
+