From: Pierre-Louis Bossart Date: Mon, 9 Mar 2020 19:27:44 +0000 (-0500) Subject: ASoC: Intel: skl_nau88l25_ssm4567: disable route checks X-Git-Tag: v5.10.7~1331^2~245^2~1^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8061689ffadde941f9c3756f1362bd2b97311c8;p=platform%2Fkernel%2Flinux-rpi.git ASoC: Intel: skl_nau88l25_ssm4567: disable route checks Deal with incomplete topologies, this patch restores sound on user devices. Fixes: daa480bde6b3a9 ("ASoC: soc-core: tidyup for snd_soc_dapm_add_routes()") Signed-off-by: Pierre-Louis Bossart Tested-by: ojab // Acked-by: Kuninori Morimoto Link: https://lore.kernel.org/r/20200309192744.18380-3-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/boards/skl_nau88l25_ssm4567.c b/sound/soc/intel/boards/skl_nau88l25_ssm4567.c index c99c8b2..b3b8351 100644 --- a/sound/soc/intel/boards/skl_nau88l25_ssm4567.c +++ b/sound/soc/intel/boards/skl_nau88l25_ssm4567.c @@ -686,6 +686,7 @@ static struct snd_soc_card skylake_audio_card = { .codec_conf = ssm4567_codec_conf, .num_configs = ARRAY_SIZE(ssm4567_codec_conf), .fully_routed = true, + .disable_route_checks = true, .late_probe = skylake_card_late_probe, };