[alsa-devel] [PATCH 2/4] ASoC: madera: Correct DMIC only input hook ups

Charles Keepax ckeepax at opensource.cirrus.com
Fri Jan 17 12:02:26 CET 2020


On Tue, Jan 14, 2020 at 04:18:39PM +0000, Charles Keepax wrote:
> diff --git a/sound/soc/codecs/cs47l90.c b/sound/soc/codecs/cs47l90.c
> index c3b6f4d41005b..35ff5a923e282 100644
> --- a/sound/soc/codecs/cs47l90.c
> +++ b/sound/soc/codecs/cs47l90.c
> @@ -1941,9 +1941,13 @@ static const struct snd_soc_dapm_route cs47l90_dapm_routes[] = {
>  	{ "IN3R", NULL, "DMICDAT3" },

IN3 should be updated here as well, sorry will respin.

Thanks,
Charles

>  
>  	{ "IN4L", NULL, "DMICCLK4" },
> +	{ "IN4L", NULL, "DMICDAT4" },
> +	{ "IN4R", NULL, "DMICCLK4" },
>  	{ "IN4R", NULL, "DMICDAT4" },
>  
>  	{ "IN5L", NULL, "DMICCLK5" },
> +	{ "IN5L", NULL, "DMICDAT5" },
> +	{ "IN5R", NULL, "DMICCLK5" },
>  	{ "IN5R", NULL, "DMICDAT5" },
>  
>  	MADERA_MIXER_ROUTES("OUT1L", "HPOUT1L"),
> -- 
> 2.11.0
> 


More information about the Alsa-devel mailing list