From: Kevin Strasser <kevin.strasser@linux.intel.com>
To: alsa-devel@alsa-project.org
Cc: Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
Vinod Koul <vinod.koul@intel.com>,
Mengdong Lin <mengdong.lin@intel.com>,
linux-kernel@vger.kernel.org, Yang Fang <yang.a.fang@intel.com>
Subject: [PATCH v2] ASoC: Intel: fix sst firmware path for cht-bsw-rt5672
Date: Thu, 5 Feb 2015 12:12:07 -0800 [thread overview]
Message-ID: <1423167127-16029-1-git-send-email-kevin.strasser@linux.intel.com> (raw)
In-Reply-To: <1423078507-30032-1-git-send-email-kevin.strasser@linux.intel.com>
All sst firmware is provided under the intel directory of the linux-firmware
tree. By default this directory structure is kept when installing on a target
system. Change the path to expect a default linux-firmware installation.
Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
---
sound/soc/intel/sst/sst_acpi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/intel/sst/sst_acpi.c b/sound/soc/intel/sst/sst_acpi.c
index 2ac72eb..b336013 100644
--- a/sound/soc/intel/sst/sst_acpi.c
+++ b/sound/soc/intel/sst/sst_acpi.c
@@ -350,7 +350,7 @@ static struct sst_machines sst_acpi_bytcr[] = {
/* Cherryview-based platforms: CherryTrail and Braswell */
static struct sst_machines sst_acpi_chv[] = {
- {"10EC5670", "cht-bsw", "cht-bsw-rt5672", NULL, "fw_sst_22a8.bin",
+ {"10EC5670", "cht-bsw", "cht-bsw-rt5672", NULL, "intel/fw_sst_22a8.bin",
&chv_platform_data },
{},
};
--
1.9.1
next prev parent reply other threads:[~2015-02-05 20:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-04 19:35 [PATCH] ASoC: Intel: fix sst firmware path Kevin Strasser
2015-02-05 11:56 ` One Thousand Gnomes
2015-02-05 12:48 ` [alsa-devel] " Takashi Iwai
2015-02-05 14:37 ` Mark Brown
2015-02-05 18:14 ` Mark Brown
2015-02-05 18:48 ` [alsa-devel] " Kevin Strasser
2015-02-05 19:17 ` Mark Brown
2015-02-05 19:26 ` Vinod Koul
2015-02-05 20:12 ` Kevin Strasser [this message]
2015-02-05 20:16 ` [PATCH v2] ASoC: Intel: fix sst firmware path for cht-bsw-rt5672 Mark Brown
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=1423167127-16029-1-git-send-email-kevin.strasser@linux.intel.com \
--to=kevin.strasser@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mengdong.lin@intel.com \
--cc=vinod.koul@intel.com \
--cc=yang.a.fang@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
Powered by JetHome