mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-19 07:39:54 +02:00
ASoC: Intel: avs: ssm4567: Do not ignore route checks
A copy-paste from intel/boards/skl_nau88l25_ssm4567.c made the avs's
equivalent disable route checks as well. Such behavior is not desired.
Fixes: 69ea14efe9
("ASoC: Intel: avs: Add ssm4567 machine board")
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://msgid.link/r/20240308090502.2136760-4-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
6974857c2b
commit
e6719d48ba
|
@ -172,7 +172,6 @@ static int avs_ssm4567_probe(struct platform_device *pdev)
|
|||
card->dapm_routes = card_base_routes;
|
||||
card->num_dapm_routes = ARRAY_SIZE(card_base_routes);
|
||||
card->fully_routed = true;
|
||||
card->disable_route_checks = true;
|
||||
|
||||
ret = snd_soc_fixup_dai_links_platform_name(card, pname);
|
||||
if (ret)
|
||||
|
|
Loading…
Reference in New Issue
Block a user