diff options
author | 2024-10-08 08:57:30 +0000 | |
---|---|---|
committer | 2024-10-10 12:16:33 +0100 | |
commit | f8199bbca5c5a6de9b8ca70f90811f2eefe413aa (patch) | |
tree | bb4fe7c2cb4019aed2b34643a439a94c47a939f4 | |
parent | ASoC: Some issues about loongson i2s (diff) | |
download | wireguard-linux-f8199bbca5c5a6de9b8ca70f90811f2eefe413aa.tar.xz wireguard-linux-f8199bbca5c5a6de9b8ca70f90811f2eefe413aa.zip |
ASoC: Intel: Add rt721-sdca support for PTL platform
Add rt721-sdca support for PTL platform.
Signed-off-by: Jack Yu <jack.yu@realtek.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/cc2158ad467f45068bb3556ecb5a814d@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/intel/boards/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/boards/Kconfig b/sound/soc/intel/boards/Kconfig index cc10ae58b0c7..9b80b19bb8d0 100644 --- a/sound/soc/intel/boards/Kconfig +++ b/sound/soc/intel/boards/Kconfig @@ -519,6 +519,7 @@ config SND_SOC_INTEL_SOUNDWIRE_SOF_MACH select SND_SOC_RT712_SDCA_DMIC_SDW select SND_SOC_RT715_SDW select SND_SOC_RT715_SDCA_SDW + select SND_SOC_RT721_SDCA_SDW select SND_SOC_RT722_SDCA_SDW select SND_SOC_RT1308_SDW select SND_SOC_RT1308 |