Re: [PATCH 1/2] ASoC: fsl-asoc-card: Add support for WM8958 codec

2021-03-25 Thread Mark Brown
On Wed, 17 Mar 2021 21:05:02 +0800, Shengjiu Wang wrote: > WM8958 codec is used on some i.MX based platform. > So add it support in this generic driver. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: fsl-asoc-card: Add support for

[PATCH 1/2] ASoC: fsl-asoc-card: Add support for WM8958 codec

2021-03-17 Thread Shengjiu Wang
WM8958 codec is used on some i.MX based platform. So add it support in this generic driver. Signed-off-by: Shengjiu Wang --- sound/soc/fsl/Kconfig | 2 ++ sound/soc/fsl/fsl-asoc-card.c | 17 +++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git