]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - sound/soc/Kconfig
ASoC: Add support for BCM2835
authorFlorian Meier <florian.meier@koalo.de>
Fri, 22 Nov 2013 15:24:08 +0000 (16:24 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 25 Nov 2013 17:17:08 +0000 (17:17 +0000)
commitc6aeb7de226dd08ad9b343fc6cbaf2ff36f69c84
tree114046b89f43bf7ed16db21140f4d24faa685665
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
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>
Documentation/devicetree/bindings/sound/bcm2835-i2s.txt [new file with mode: 0644]
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/bcm/Kconfig [new file with mode: 0644]
sound/soc/bcm/Makefile [new file with mode: 0644]
sound/soc/bcm/bcm2835-i2s.c [new file with mode: 0644]