Message ID | 20240207112624.2132821-1-amadeuszx.slawinski@linux.intel.com |
---|---|
State | Accepted |
Commit | 44d3b8a19b91cd2af11f918b2fd05628383172de |
Headers | show |
Series | ASoC: Intel: avs: Fix dynamic port assignment when TDM is set | expand |
diff --git a/sound/soc/intel/avs/topology.c b/sound/soc/intel/avs/topology.c index 778236d3fd280..48b3c67c91032 100644 --- a/sound/soc/intel/avs/topology.c +++ b/sound/soc/intel/avs/topology.c @@ -857,7 +857,7 @@ assign_copier_gtw_instance(struct snd_soc_component *comp, struct avs_tplg_modcf } /* If topology sets value don't overwrite it */ - if (cfg->copier.vindex.i2s.instance) + if (cfg->copier.vindex.val) return; mach = dev_get_platdata(comp->card->dev);