diff options
author | Mark Brown <broonie@linaro.org> | 2014-03-13 10:19:54 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-13 10:19:54 -0400 |
commit | 56fe48976db38ed3984e0e68b71e503e8179dd89 (patch) | |
tree | caf23a5fecb04977bf2cc20229ab5502f6ccad2c /sound/soc/codecs/Makefile | |
parent | 1727428de8e57b3800f850bc6fff4eee58461e6d (diff) | |
parent | e00447fafbf7daf2cd49205b97e63d9734068a4f (diff) |
Merge remote-tracking branch 'asoc/topic/tlv320aic31xx' into asoc-next
Diffstat (limited to 'sound/soc/codecs/Makefile')
-rw-r--r-- | sound/soc/codecs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile index cb46c4c78dc2..73df822885de 100644 --- a/sound/soc/codecs/Makefile +++ b/sound/soc/codecs/Makefile | |||
@@ -79,6 +79,7 @@ snd-soc-tlv320aic23-objs := tlv320aic23.o | |||
79 | snd-soc-tlv320aic23-i2c-objs := tlv320aic23-i2c.o | 79 | snd-soc-tlv320aic23-i2c-objs := tlv320aic23-i2c.o |
80 | snd-soc-tlv320aic23-spi-objs := tlv320aic23-spi.o | 80 | snd-soc-tlv320aic23-spi-objs := tlv320aic23-spi.o |
81 | snd-soc-tlv320aic26-objs := tlv320aic26.o | 81 | snd-soc-tlv320aic26-objs := tlv320aic26.o |
82 | snd-soc-tlv320aic31xx-objs := tlv320aic31xx.o | ||
82 | snd-soc-tlv320aic32x4-objs := tlv320aic32x4.o | 83 | snd-soc-tlv320aic32x4-objs := tlv320aic32x4.o |
83 | snd-soc-tlv320aic3x-objs := tlv320aic3x.o | 84 | snd-soc-tlv320aic3x-objs := tlv320aic3x.o |
84 | snd-soc-tlv320dac33-objs := tlv320dac33.o | 85 | snd-soc-tlv320dac33-objs := tlv320dac33.o |
@@ -223,6 +224,7 @@ obj-$(CONFIG_SND_SOC_TLV320AIC23) += snd-soc-tlv320aic23.o | |||
223 | obj-$(CONFIG_SND_SOC_TLV320AIC23_I2C) += snd-soc-tlv320aic23-i2c.o | 224 | obj-$(CONFIG_SND_SOC_TLV320AIC23_I2C) += snd-soc-tlv320aic23-i2c.o |
224 | obj-$(CONFIG_SND_SOC_TLV320AIC23_SPI) += snd-soc-tlv320aic23-spi.o | 225 | obj-$(CONFIG_SND_SOC_TLV320AIC23_SPI) += snd-soc-tlv320aic23-spi.o |
225 | obj-$(CONFIG_SND_SOC_TLV320AIC26) += snd-soc-tlv320aic26.o | 226 | obj-$(CONFIG_SND_SOC_TLV320AIC26) += snd-soc-tlv320aic26.o |
227 | obj-$(CONFIG_SND_SOC_TLV320AIC31XX) += snd-soc-tlv320aic31xx.o | ||
226 | obj-$(CONFIG_SND_SOC_TLV320AIC32X4) += snd-soc-tlv320aic32x4.o | 228 | obj-$(CONFIG_SND_SOC_TLV320AIC32X4) += snd-soc-tlv320aic32x4.o |
227 | obj-$(CONFIG_SND_SOC_TLV320AIC3X) += snd-soc-tlv320aic3x.o | 229 | obj-$(CONFIG_SND_SOC_TLV320AIC3X) += snd-soc-tlv320aic3x.o |
228 | obj-$(CONFIG_SND_SOC_TLV320DAC33) += snd-soc-tlv320dac33.o | 230 | obj-$(CONFIG_SND_SOC_TLV320DAC33) += snd-soc-tlv320dac33.o |