diff options
author | Damien.Horsley <Damien.Horsley@imgtec.com> | 2015-12-10 14:40:12 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-12-12 22:56:35 +0000 |
commit | 395036225390a940cba7cec5c2306a6999d13d94 (patch) | |
tree | 67e6acf97fda301658700354d5c1eedda9ccdae8 /sound/soc/img/Makefile | |
parent | 7274d07c4f797a9a2daf479bf58663fd885ab3bf (diff) | |
download | talos-obmc-linux-395036225390a940cba7cec5c2306a6999d13d94.tar.gz talos-obmc-linux-395036225390a940cba7cec5c2306a6999d13d94.zip |
ASoC: img: Add driver for Pistachio internal DAC
Add driver for Pistachio Internal DAC
Signed-off-by: Damien.Horsley <Damien.Horsley@imgtec.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/img/Makefile')
-rw-r--r-- | sound/soc/img/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/img/Makefile b/sound/soc/img/Makefile index 1a44fb4b08fe..0508c1ced636 100644 --- a/sound/soc/img/Makefile +++ b/sound/soc/img/Makefile @@ -3,3 +3,5 @@ obj-$(CONFIG_SND_SOC_IMG_I2S_OUT) += img-i2s-out.o obj-$(CONFIG_SND_SOC_IMG_PARALLEL_OUT) += img-parallel-out.o obj-$(CONFIG_SND_SOC_IMG_SPDIF_IN) += img-spdif-in.o obj-$(CONFIG_SND_SOC_IMG_SPDIF_OUT) += img-spdif-out.o + +obj-$(CONFIG_SND_SOC_IMG_PISTACHIO_INTERNAL_DAC) += pistachio-internal-dac.o |