diff options
author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2021-03-17 14:05:02 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-03-25 14:58:58 +0100 |
commit | efd0b1660829a987354cea6a446179c7ac7cd0e6 (patch) | |
tree | 6924c9e4e4b86a6004e8c430b6cdeeb446777c6c /sound/soc/fsl/Kconfig | |
parent | ASoC: max98373: Added controls for autorestart config (diff) | |
download | linux-efd0b1660829a987354cea6a446179c7ac7cd0e6.tar.xz linux-efd0b1660829a987354cea6a446179c7ac7cd0e6.zip |
ASoC: fsl-asoc-card: Add support for WM8958 codec
WM8958 codec is used on some i.MX based platform.
So add it support in this generic driver.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1615986303-27959-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index d7f30036d434..f4c498f50997 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -291,6 +291,8 @@ config SND_SOC_FSL_ASOC_CARD select SND_SOC_FSL_ESAI select SND_SOC_FSL_SAI select SND_SOC_FSL_SSI + select SND_SOC_WM8994 + select MFD_WM8994 help ALSA SoC Audio support with ASRC feature for Freescale SoCs that have ESAI/SAI/SSI and connect with external CODECs such as WM8962, CS42888, |