Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87b2bdf0 authored by Jeeja KP's avatar Jeeja KP Committed by Mark Brown
Browse files

ASoC: Intel: Skylake: Initialize NHLT table



Load and Initialize Non HDA Link Table in Skylake driver
to get platform configuration.

Signed-off-by: default avatarJeeja KP <jeeja.kp@intel.com>
Signed-off-by: default avatarSubhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 2a29b200
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -458,6 +458,11 @@ static int skl_probe(struct pci_dev *pci,
	if (err < 0)
	if (err < 0)
		goto out_free;
		goto out_free;


	skl->nhlt = skl_nhlt_init(bus->dev);

	if (skl->nhlt == NULL)
		goto out_free;

	pci_set_drvdata(skl->pci, ebus);
	pci_set_drvdata(skl->pci, ebus);


	/* check if dsp is there */
	/* check if dsp is there */