{}
 };
 
+static const struct snd_soc_acpi_link_adr rplp_crb[] = {
+       {
+               .mask = BIT(2),
+               .num_adr = ARRAY_SIZE(rt711_sdca_2_adr),
+               .adr_d = rt711_sdca_2_adr,
+       },
+       {}
+};
+
 static const struct snd_soc_acpi_codecs rpl_rt5682_hp = {
        .num_codecs = 2,
        .codecs = {"10EC5682", "RTL5682"},
                .link_mask = 0x1, /* link0 required */
                .links = rpl_rvp,
                .drv_name = "sof_sdw",
-               .sof_tplg_filename = "sof-rpl-rt711.tplg",
+               .sof_tplg_filename = "sof-rpl-rt711-l0.tplg",
+       },
+       {
+               .link_mask = 0x4, /* link2 required */
+               .links = rplp_crb,
+               .drv_name = "sof_sdw",
+               .sof_tplg_filename = "sof-rpl-rt711-l2.tplg",
        },
        {},
 };