diff options
author | Florian Meier <florian.meier@koalo.de> | 2013-11-22 19:24:08 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-25 21:17:08 +0400 |
commit | c6aeb7de226dd08ad9b343fc6cbaf2ff36f69c84 (patch) | |
tree | 114046b89f43bf7ed16db21140f4d24faa685665 /sound/soc/bcm/Makefile | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) | |
download | linux-c6aeb7de226dd08ad9b343fc6cbaf2ff36f69c84.tar.xz |
ASoC: Add support for BCM2835
This driver adds support for digital audio (I2S)
for the BCM2835 SoC that is used by the
Raspberry Pi. External audio codecs can be
connected to the Raspberry Pi via P5 header.
It relies on cyclic DMA engine support for BCM2835.
Signed-off-by: Florian Meier <florian.meier@koalo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/bcm/Makefile')
-rw-r--r-- | sound/soc/bcm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/bcm/Makefile b/sound/soc/bcm/Makefile new file mode 100644 index 000000000000..bc816b71e5a4 --- /dev/null +++ b/sound/soc/bcm/Makefile @@ -0,0 +1,5 @@ +# BCM2835 Platform Support +snd-soc-bcm2835-i2s-objs := bcm2835-i2s.o + +obj-$(CONFIG_SND_BCM2835_SOC_I2S) += snd-soc-bcm2835-i2s.o + |