From: Vinod Koul <vinod.koul@intel.com>
To: alsa-devel@alsa-project.org
Cc: patches.audio@intel.com, liam.r.girdwood@linux.intel.com,
Vinod Koul <vinod.koul@intel.com>,
broonie@kernel.org, Jeeja KP <jeeja.kp@intel.com>,
"Subhransu S. Prusty" <subhransu.s.prusty@intel.com>
Subject: [PATCH v4 8/8] ASoC: Intel: Skylake: Initialize NHLT table
Date: Wed, 7 Oct 2015 11:31:59 +0100 [thread overview]
Message-ID: <1444213919-32369-9-git-send-email-vinod.koul@intel.com> (raw)
In-Reply-To: <1444213919-32369-1-git-send-email-vinod.koul@intel.com>
From: Jeeja KP <jeeja.kp@intel.com>
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>
---
sound/soc/intel/skylake/skl.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c
index 2f1890e703c6..ca135b8ab5c0 100644
--- a/sound/soc/intel/skylake/skl.c
+++ b/sound/soc/intel/skylake/skl.c
@@ -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 */
--
2.4.3
prev parent reply other threads:[~2015-10-07 10:33 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-07 10:31 [PATCH v4 0/8] Add DSP topology management for SKL Vinod Koul
2015-10-07 10:31 ` [PATCH v4 1/8] ASoC: Intel: Skylake: Add pipe and modules handlers Vinod Koul
2015-10-07 15:06 ` Applied "ASoC: Intel: Skylake: Add pipe and modules handlers" to the asoc tree Mark Brown
2015-10-07 10:31 ` [PATCH v4 2/8] ASoC: Intel: Skylake: Add module configuration helpers Vinod Koul
2015-10-07 15:06 ` Applied "ASoC: Intel: Skylake: Add module configuration helpers" to the asoc tree Mark Brown
2015-10-07 10:31 ` [PATCH v4 3/8] ASoC: Intel: Skylake: add DSP platform widget event handlers Vinod Koul
2015-10-07 15:06 ` Applied "ASoC: Intel: Skylake: add DSP platform widget event handlers" to the asoc tree Mark Brown
2015-10-07 10:31 ` [PATCH v4 4/8] ASoC: Intel: Skylake: Add FE and BE hw_params handling Vinod Koul
2015-10-07 15:06 ` Applied "ASoC: Intel: Skylake: Add FE and BE hw_params handling" to the asoc tree Mark Brown
2015-10-07 10:31 ` [PATCH v4 5/8] ASoC: Intel: Skylake: Add topology core init and handlers Vinod Koul
2015-10-07 14:28 ` Mark Brown
2015-10-07 14:37 ` Koul, Vinod
2015-10-07 10:31 ` [PATCH v4 6/8] ASoC: Intel: Skylake: Initialize and load DSP controls Vinod Koul
2015-10-07 15:05 ` Applied "ASoC: Intel: Skylake: Initialize and load DSP controls" to the asoc tree Mark Brown
2015-10-07 10:31 ` [PATCH v4 7/8] ASoC: Intel: Skylake: Add DSP support and enable it Vinod Koul
2015-10-07 10:31 ` Vinod Koul [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1444213919-32369-9-git-send-email-vinod.koul@intel.com \
--to=vinod.koul@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=jeeja.kp@intel.com \
--cc=liam.r.girdwood@linux.intel.com \
--cc=patches.audio@intel.com \
--cc=subhransu.s.prusty@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).