Commit 3c732b64 authored by Mark Brown's avatar Mark Brown

ASoC: fsl-asoc-card: Add missing Kconfig option for tlv320aic31xx

Merge series from Ariel D'Alessandro <ariel.dalessandro@collabora.com>:

This is a follow up of patchsets:

  [RFC patch 0/5] Support BCLK input clock in tlv320aic31xx
  [PATCH 0/4] fsl-asoc-card: Add optional dt property for setting mclk-id

Patch "ASoC: fsl-asoc-card: Support fsl,imx-audio-tlv320aic31xx codec"
in "[RFC patch 0/5] Support BCLK input clock in tlv320aic31xx" missed a
Kconfig option. Sending incremental patch fix.

Regards,
Ariel

Ariel D'Alessandro (1):
  ASoC: fsl-asoc-card: Add missing Kconfig option for tlv320aic31xx

 sound/soc/fsl/Kconfig | 1 +
 1 file changed, 1 insertion(+)

--
2.30.2
parents 6e2127dc b6ce5d85
...@@ -311,6 +311,7 @@ config SND_SOC_FSL_ASOC_CARD ...@@ -311,6 +311,7 @@ config SND_SOC_FSL_ASOC_CARD
select SND_SOC_FSL_ESAI select SND_SOC_FSL_ESAI
select SND_SOC_FSL_SAI select SND_SOC_FSL_SAI
select SND_SOC_FSL_SSI select SND_SOC_FSL_SSI
select SND_SOC_TLV320AIC31XX
select SND_SOC_WM8994 select SND_SOC_WM8994
select MFD_WM8994 select MFD_WM8994
help help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment