Added driver for HiFiBerry Amp amplifier add-on board
authorDaniel Matuschek <info@crazy-audio.com>
Mon, 4 Aug 2014 09:09:58 +0000 (11:09 +0200)
committerRaspbian kernel package updater <root@raspbian.org>
Sat, 31 Mar 2018 14:45:01 +0000 (15:45 +0100)
commit53077bb6c5f524bbffb6b8e7a61cdf1eb2049785
tree6ccf622e309feab4486004f31700d97d89b3d715
parent10b8a48bdd3bc92fe553ee637d7e33d63b314ead
Added driver for HiFiBerry Amp amplifier add-on board

The driver contains a low-level hardware driver for the TAS5713 and the
drivers for the Raspberry Pi I2S subsystem.

TAS5713: return error if initialisation fails

Existing TAS5713 driver logs errors during initialisation, but does not return
an error code. Therefore even if initialisation fails, the driver will still be
loaded, but won't work. This patch fixes this. I2C communication error will now
reported correctly by a non-zero return code.

HiFiBerry Amp: fix device-tree problems

Some code to load the driver based on device-tree-overlays was missing. This is added by this patch.

hifiberry-amp: Adjust for ALSA object refactoring

See: https://github.com/raspberrypi/linux/issues/1775
sound/soc/bcm/Kconfig
sound/soc/bcm/Makefile
sound/soc/bcm/hifiberry_amp.c [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/tas5713.c [new file with mode: 0644]
sound/soc/codecs/tas5713.h [new file with mode: 0644]