Message ID | 20250414063239.85200-3-yung-chuan.liao@linux.intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 18877fd3799575e0595d98d799b5509be234e50f |
Headers | show |
Series | ASoC: skip the endpoint that doesn't present and | expand |
diff --git a/sound/soc/sof/topology.c b/sound/soc/sof/topology.c index 15e8ca62ab14..fc4a9cddd162 100644 --- a/sound/soc/sof/topology.c +++ b/sound/soc/sof/topology.c @@ -2486,11 +2486,9 @@ int snd_sof_load_topology(struct snd_soc_component *scomp, const char *file) else ret = snd_soc_tplg_component_load(scomp, &sof_tplg_ops, fw); - if (ret < 0) { + if (ret < 0) dev_err(scomp->dev, "error: tplg component load failed %d\n", ret); - ret = -EINVAL; - } release_firmware(fw);