index b95c4b2cda947..139d2468f5f70 100644 --- a/sound/soc/intel/common/soc-acpi-intel-jsl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-jsl-match.c @@ -29,6 +29,11 @@ static const struct snd_soc_acpi_codecs rt1015p_spk = { .codecs = {"RTL1015"} };
+static struct snd_soc_acpi_codecs rt1019p_spk = { + .num_codecs = 1, + .codecs = {"RTL1019"} +} Missing semicolon. Please compile the kernel and make sure no error before submitting patch.
+ static const struct snd_soc_acpi_codecs mx98360a_spk = { .num_codecs = 1, .codecs = {"MX98360A"}
@@ -78,6 +83,14 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_jsl_machines[] = { .quirk_data = &mx98360a_spk, .sof_tplg_filename = "sof-jsl-rt5682-mx98360a.tplg", },
- {
.comp_ids = &rt5682_rt5682s_hp,
.drv_name = "jsl_rt5682_rt1019",
.sof_fw_filename = "sof-jsl.ri",
Remove this line.
.machine_quirk = snd_soc_acpi_codec_list,
.quirk_data = &rt1019p_spk,
.sof_tplg_filename = "sof-jsl-rt5682-rt1015.tplg",
- }, { .id = "10134242", .drv_name = "jsl_cs4242_mx98360a",
-- 2.25.1
Hi Sean, I guess you are using Chrome tree. Please use the for-next branch of broonie tree to generate the V2 patch.
$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git $ git checkout for-next
Brent