diff options
author | Daniel Matuschek <info@crazy-audio.com> | 2014-08-04 11:09:58 +0200 |
---|---|---|
committer | popcornmix <popcornmix@gmail.com> | 2015-05-18 14:11:16 +0100 |
commit | 9735204243ea187e01ffd1a63170b6b2f5d5d696 (patch) | |
tree | a2fdea8f2c2f599e26bb39b86385b1617f8c2196 /sound/soc/bcm/Makefile | |
parent | 6bd1b0b2dec7f654018bf6b81580a8419c172008 (diff) | |
download | linux-9735204243ea187e01ffd1a63170b6b2f5d5d696.tar.gz |
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.
Diffstat (limited to 'sound/soc/bcm/Makefile')
-rw-r--r-- | sound/soc/bcm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/bcm/Makefile b/sound/soc/bcm/Makefile index c02e3a2aad71..17ea2b02afa3 100644 --- a/sound/soc/bcm/Makefile +++ b/sound/soc/bcm/Makefile @@ -12,11 +12,13 @@ obj-$(CONFIG_SND_BCM2708_SOC_I2S) += snd-soc-bcm2708-i2s.o snd-soc-hifiberry-dac-objs := hifiberry_dac.o snd-soc-hifiberry-dacplus-objs := hifiberry_dacplus.o snd-soc-hifiberry-digi-objs := hifiberry_digi.o +snd-soc-hifiberry-amp-objs := hifiberry_amp.o snd-soc-rpi-dac-objs := rpi-dac.o snd-soc-iqaudio-dac-objs := iqaudio-dac.o obj-$(CONFIG_SND_BCM2708_SOC_HIFIBERRY_DAC) += snd-soc-hifiberry-dac.o obj-$(CONFIG_SND_BCM2708_SOC_HIFIBERRY_DACPLUS) += snd-soc-hifiberry-dacplus.o obj-$(CONFIG_SND_BCM2708_SOC_HIFIBERRY_DIGI) += snd-soc-hifiberry-digi.o +obj-$(CONFIG_SND_BCM2708_SOC_HIFIBERRY_AMP) += snd-soc-hifiberry-amp.o obj-$(CONFIG_SND_BCM2708_SOC_RPI_DAC) += snd-soc-rpi-dac.o obj-$(CONFIG_SND_BCM2708_SOC_IQAUDIO_DAC) += snd-soc-iqaudio-dac.o |