Skip to content

Commit

Permalink
Merge tag 'asoc-fix-intel-v3.19-rc7' of git://git.kernel.org/pub/scm/…
Browse files Browse the repository at this point in the history
…linux/kernel/git/broonie/sound into for-linus

ASoC: Fix for Intel firmware name

Another one liner that arrived after the earlier pull request.  There's
a trivial conflict with my -next branch, I'll send a pull request with
that resolution and some other new stuff before Monday.
  • Loading branch information
Takashi Iwai committed Feb 5, 2015
2 parents 08c191d + 5c2b063 commit deb0873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/intel/sst/sst_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
{},
};
Expand Down

0 comments on commit deb0873

Please sign in to comment.