diff mbox

ASoC: Intel: Update Baytrail ADSP firmware name

Message ID 1407307694-30730-1-git-send-email-jarkko.nikula@linux.intel.com (mailing list archive)
State Accepted
Commit 9b11eb44eff7ede6bc3a94511cf9dfda75af9c9f
Headers show

Commit Message

Jarkko Nikula Aug. 6, 2014, 6:48 a.m. UTC
Update the initial Baytrail ADSP firmware file name with the one that is now
in linux-firmware.git. Please see linux-firmware.git commit 7551a3a78453
("fw_sst_0f28: Add firmware for Intel Baytrail SST DSP").

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
---
 sound/soc/intel/sst-acpi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Mark Brown Aug. 6, 2014, 7:36 p.m. UTC | #1
On Wed, Aug 06, 2014 at 09:48:14AM +0300, Jarkko Nikula wrote:
> Update the initial Baytrail ADSP firmware file name with the one that is now
> in linux-firmware.git. Please see linux-firmware.git commit 7551a3a78453
> ("fw_sst_0f28: Add firmware for Intel Baytrail SST DSP").

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/intel/sst-acpi.c b/sound/soc/intel/sst-acpi.c
index 42edc6f4fc4a..03d0a166b635 100644
--- a/sound/soc/intel/sst-acpi.c
+++ b/sound/soc/intel/sst-acpi.c
@@ -246,8 +246,8 @@  static struct sst_acpi_desc sst_acpi_broadwell_desc = {
 };
 
 static struct sst_acpi_mach baytrail_machines[] = {
-	{ "10EC5640", "byt-rt5640", "intel/fw_sst_0f28.bin-i2s_master" },
-	{ "193C9890", "byt-max98090", "intel/fw_sst_0f28.bin-i2s_master" },
+	{ "10EC5640", "byt-rt5640", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
+	{ "193C9890", "byt-max98090", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
 	{}
 };