diff options
author | 2024-04-11 17:03:43 -0500 | |
---|---|---|
committer | 2024-04-14 16:54:28 +0900 | |
commit | fe18a4be97d4064c9f3113f819780162cc586f16 (patch) | |
tree | 6fa2830b45bd3ad8792c6d1d974b5f1b39826cf0 /sound/soc/intel/common/soc-acpi-intel-mtl-match.c | |
parent | ASoC: Intel: sof_da7219: mach cleanup for rpl boards (diff) | |
download | wireguard-linux-fe18a4be97d4064c9f3113f819780162cc586f16.tar.xz wireguard-linux-fe18a4be97d4064c9f3113f819780162cc586f16.zip |
ASoC: Intel: sof_da7219: add mtl_da7219_def for mtl boards
Add the board config mtl_da7219_def to da7219 machine driver for all
mtl boards using default SSP port allocation (headphone codec on SSP2,
speaker amplifiers on SSP0, and BT offload on SSP1).
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Brent Lu <brent.lu@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20240411220347.131267-9-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-mtl-match.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-mtl-match.c b/sound/soc/intel/common/soc-acpi-intel-mtl-match.c index 264f5c19af56..f95490a16b55 100644 --- a/sound/soc/intel/common/soc-acpi-intel-mtl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-mtl-match.c @@ -77,6 +77,13 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_mtl_machines[] = { SND_SOC_ACPI_TPLG_INTEL_CODEC_NAME, }, { + .id = DA7219_ACPI_HID, + .drv_name = "mtl_da7219_def", + .sof_tplg_filename = "sof-mtl", /* the tplg suffix is added at run time */ + .tplg_quirk_mask = SND_SOC_ACPI_TPLG_INTEL_AMP_NAME | + SND_SOC_ACPI_TPLG_INTEL_CODEC_NAME, + }, + { .id = NAU8825_ACPI_HID, .drv_name = "mtl_nau8825_def", .sof_tplg_filename = "sof-mtl", /* the tplg suffix is added at run time */ |