diff options
author | Mark Brown <broonie@kernel.org> | 2022-03-11 23:21:11 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-03-11 23:21:11 +0300 |
commit | c0fc71e2d7d21ed8b2ee763d894517e4fec6ffc5 (patch) | |
tree | 180e22a96dc8c0a341646106a4d3b95090035689 /sound/soc/intel | |
parent | ee60f738e3bcb75549a094ccb6396ae8ad6b9101 (diff) | |
parent | d7be9e33c4ad71c299fd58c5d46d4407c0b42d86 (diff) | |
download | linux-c0fc71e2d7d21ed8b2ee763d894517e4fec6ffc5.tar.xz |
ASoC: SOF/Intel: small fixes and updates for 5.18
Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
One important fix from Kai to restore DM1 L1 functionality, one
important update from Peter to use DMA trace buffers as capture-only
and sync them and a couple of minor updates for Intel/SOF platforms.
Diffstat (limited to 'sound/soc/intel')
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-adl-match.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-adl-match.c b/sound/soc/intel/common/soc-acpi-intel-adl-match.c index 7c89a974b59f..8bfe7070b84a 100644 --- a/sound/soc/intel/common/soc-acpi-intel-adl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-adl-match.c @@ -359,6 +359,15 @@ static const struct snd_soc_acpi_link_adr adl_rvp[] = { {} }; +static const struct snd_soc_acpi_link_adr adlps_rvp[] = { + { + .mask = BIT(0), + .num_adr = ARRAY_SIZE(rt711_sdca_0_adr), + .adr_d = rt711_sdca_0_adr, + }, + {} +}; + static const struct snd_soc_acpi_link_adr adl_chromebook_base[] = { { .mask = BIT(0), @@ -530,6 +539,12 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_adl_sdw_machines[] = { .sof_tplg_filename = "sof-adl-rt711.tplg", }, { + .link_mask = 0x1, /* link0 required */ + .links = adlps_rvp, + .drv_name = "sof_sdw", + .sof_tplg_filename = "sof-adl-rt711.tplg", + }, + { .link_mask = 0x5, /* rt5682 on link0 & 2xmax98373 on link 2 */ .links = adl_chromebook_base, .drv_name = "sof_sdw", |