ASoC: SOF: Intel: hda: read multi-link capabilities earlier
There's no reason to delay the multi-link parsing, this can be done earlier before checking the SoundWire capabilities. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20221111042653.45520-9-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
2cd24c318c
commit
5e2cbc4a81
@ -944,6 +944,8 @@ static int hda_init_caps(struct snd_sof_dev *sdev)
|
||||
return ret;
|
||||
}
|
||||
|
||||
hda_bus_ml_get_capabilities(bus);
|
||||
|
||||
/* scan SoundWire capabilities exposed by DSDT */
|
||||
ret = hda_sdw_acpi_scan(sdev);
|
||||
if (ret < 0) {
|
||||
@ -972,8 +974,6 @@ static int hda_init_caps(struct snd_sof_dev *sdev)
|
||||
|
||||
skip_soundwire:
|
||||
|
||||
hda_bus_ml_get_capabilities(bus);
|
||||
|
||||
/* create codec instances */
|
||||
hda_codec_probe_bus(sdev);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user