[alsa-devel] [PATCH RFC 2/5] ASoC: tlv320aic31xx: Add codec driver to Makefile and Kconfig
Peter Ujfalusi
peter.ujfalusi at ti.com
Thu Feb 27 15:11:24 CET 2014
On 02/26/2014 11:14 AM, Jyri Sarha wrote:
> Signed-off-by: Jyri Sarha <jsarha at ti.com>
> ---
> sound/soc/codecs/Kconfig | 4 ++++
> sound/soc/codecs/Makefile | 2 ++
> 2 files changed, 6 insertions(+)
>
> diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
> index 983d087a..ead9dc5 100644
> --- a/sound/soc/codecs/Kconfig
> +++ b/sound/soc/codecs/Kconfig
> @@ -74,6 +74,7 @@ config SND_SOC_ALL_CODECS
> select SND_SOC_TLV320AIC23 if I2C
> select SND_SOC_TLV320AIC26 if SPI_MASTER
> select SND_SOC_TLV320AIC32X4 if I2C
> + select SND_SOC_TLV320AIC31XX if I2C
You should keep this file ordered.
> select SND_SOC_TLV320AIC3X if I2C
> select SND_SOC_TPA6130A2 if I2C
> select SND_SOC_TLV320DAC33 if I2C
> @@ -364,6 +365,9 @@ config SND_SOC_TLV320AIC26
> config SND_SOC_TLV320AIC32X4
> tristate
>
> +config SND_SOC_TLV320AIC31XX
> + tristate
> +
> config SND_SOC_TLV320AIC3X
> tristate
>
> diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile
> index bc12676..23f8042 100644
> --- a/sound/soc/codecs/Makefile
> +++ b/sound/soc/codecs/Makefile
> @@ -64,6 +64,7 @@ snd-soc-stac9766-objs := stac9766.o
> snd-soc-tas5086-objs := tas5086.o
> snd-soc-tlv320aic23-objs := tlv320aic23.o
> snd-soc-tlv320aic26-objs := tlv320aic26.o
> +snd-soc-tlv320aic31xx-objs := tlv320aic31xx.o
Same here.
> snd-soc-tlv320aic3x-objs := tlv320aic3x.o
> snd-soc-tlv320aic32x4-objs := tlv320aic32x4.o
> snd-soc-tlv320dac33-objs := tlv320dac33.o
> @@ -194,6 +195,7 @@ obj-$(CONFIG_SND_SOC_STAC9766) += snd-soc-stac9766.o
> obj-$(CONFIG_SND_SOC_TAS5086) += snd-soc-tas5086.o
> obj-$(CONFIG_SND_SOC_TLV320AIC23) += snd-soc-tlv320aic23.o
> obj-$(CONFIG_SND_SOC_TLV320AIC26) += snd-soc-tlv320aic26.o
> +obj-$(CONFIG_SND_SOC_TLV320AIC31XX) += snd-soc-tlv320aic31xx.o
and here
> obj-$(CONFIG_SND_SOC_TLV320AIC3X) += snd-soc-tlv320aic3x.o
> obj-$(CONFIG_SND_SOC_TLV320AIC32X4) += snd-soc-tlv320aic32x4.o
> obj-$(CONFIG_SND_SOC_TLV320DAC33) += snd-soc-tlv320dac33.o
>
--
Péter
More information about the Alsa-devel
mailing list