Skip to content

Commit

Permalink
ASoC: Intel: Skylake: Initialize NHLT table
Browse files Browse the repository at this point in the history
Load and Initialize Non HDA Link Table in Skylake driver
to get platform configuration.

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Jeeja KP authored and Mark Brown committed Oct 7, 2015
1 parent 2a29b20 commit 87b2bdf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sound/soc/intel/skylake/skl.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,11 @@ static int skl_probe(struct pci_dev *pci,
if (err < 0)
goto out_free;

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

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

pci_set_drvdata(skl->pci, ebus);

/* check if dsp is there */
Expand Down

0 comments on commit 87b2bdf

Please sign in to comment.