Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: rt5651: Convert rt5651 micbias1 to a supply widget

MICBIAS widget type has been deprecated. Convert it to a SUPPLY widget.

Signed-off-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Carlo Caione and committed by
Mark Brown
be96fc54 2bd6bf03

+2 -2
+2 -2
sound/soc/codecs/rt5651.c
··· 883 883 /* micbias */ 884 884 SND_SOC_DAPM_SUPPLY("LDO", RT5651_PWR_ANLG1, 885 885 RT5651_PWR_LDO_BIT, 0, NULL, 0), 886 - SND_SOC_DAPM_MICBIAS("micbias1", RT5651_PWR_ANLG2, 887 - RT5651_PWR_MB1_BIT, 0), 886 + SND_SOC_DAPM_SUPPLY("micbias1", RT5651_PWR_ANLG2, 887 + RT5651_PWR_MB1_BIT, 0, NULL, 0), 888 888 /* Input Lines */ 889 889 SND_SOC_DAPM_INPUT("MIC1"), 890 890 SND_SOC_DAPM_INPUT("MIC2"),