Skip to content

Commit b453501

Browse files
plbossartbroonie
authored andcommitted
ASoC: Intel: common: add entries for SOF-based machine drivers
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 <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent e6d298f commit b453501

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

sound/soc/intel/common/soc-acpi-intel-bxt-match.c

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,27 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[] = {
3030
.sof_tplg_filename = "intel/sof-apl-da7219.tplg",
3131
.asoc_plat_name = "0000:00:0e.0",
3232
},
33+
{
34+
.id = "104C5122",
35+
.drv_name = "bxt-pcm512x",
36+
.sof_fw_filename = "intel/sof-apl.ri",
37+
.sof_tplg_filename = "intel/sof-apl-pcm512x.tplg",
38+
.asoc_plat_name = "0000:00:0e.0",
39+
},
40+
{
41+
.id = "1AEC8804",
42+
.drv_name = "bxt-wm8804",
43+
.sof_fw_filename = "intel/sof-apl.ri",
44+
.sof_tplg_filename = "intel/sof-apl-wm8804.tplg",
45+
.asoc_plat_name = "0000:00:0e.0",
46+
},
47+
{
48+
.id = "INT34C3",
49+
.drv_name = "bxt_tdf8532",
50+
.sof_fw_filename = "intel/sof-apl.ri",
51+
.sof_tplg_filename = "intel/sof-apl-tdf8532.tplg",
52+
.asoc_plat_name = "0000:00:0e.0",
53+
},
3354
{},
3455
};
3556
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_bxt_machines);

0 commit comments

Comments
 (0)