mirror of https://gitee.com/openkylin/linux.git
ASoC: Intel: skl_nau88l25_ssm4567: disable route checks
Deal with incomplete topologies, this patch restores sound on user
devices.
Fixes: daa480bde6
("ASoC: soc-core: tidyup for snd_soc_dapm_add_routes()")
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Tested-by: ojab // <ojab@ojab.ru>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/20200309192744.18380-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
a22ae72b86
commit
c8061689ff
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue