Skip to content

Commit

Permalink
ASoC: Intel: common: add entries for SOF-based machine drivers
Browse files Browse the repository at this point in the history
While we are at it, add entries for machine drivers that are used on
SOF-based platforms. The drivers will be submitted upstream after the
core SOF patches, but there's no harm in adding these references now.

Signed-off-by: Pierre-Louis Bossart <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
plbossart authored and broonie committed Jun 19, 2018
1 parent e6d298f commit b453501
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions sound/soc/intel/common/soc-acpi-intel-bxt-match.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,27 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[] = {
.sof_tplg_filename = "intel/sof-apl-da7219.tplg",
.asoc_plat_name = "0000:00:0e.0",
},
{
.id = "104C5122",
.drv_name = "bxt-pcm512x",
.sof_fw_filename = "intel/sof-apl.ri",
.sof_tplg_filename = "intel/sof-apl-pcm512x.tplg",
.asoc_plat_name = "0000:00:0e.0",
},
{
.id = "1AEC8804",
.drv_name = "bxt-wm8804",
.sof_fw_filename = "intel/sof-apl.ri",
.sof_tplg_filename = "intel/sof-apl-wm8804.tplg",
.asoc_plat_name = "0000:00:0e.0",
},
{
.id = "INT34C3",
.drv_name = "bxt_tdf8532",
.sof_fw_filename = "intel/sof-apl.ri",
.sof_tplg_filename = "intel/sof-apl-tdf8532.tplg",
.asoc_plat_name = "0000:00:0e.0",
},
{},
};
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_bxt_machines);
Expand Down

0 comments on commit b453501

Please sign in to comment.