diff options
author | Bard Liao <yung-chuan.liao@linux.intel.com> | 2024-08-27 14:32:00 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-08-28 14:01:52 +0200 |
commit | 1ab959bea29c265d7d219346a72ed15b2490d956 (patch) | |
tree | f52913d8ee1b14375ef55577b0bc8355c68c3f99 /sound/soc/intel | |
parent | ASoC: Intel: sof_sdw: make sof_sdw_quirk static (diff) | |
download | linux-1ab959bea29c265d7d219346a72ed15b2490d956.tar.xz linux-1ab959bea29c265d7d219346a72ed15b2490d956.zip |
ASoC: Intel: sof_sdw: add rt1320 amp support
Add Realtek rt1320 amp support.
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://patch.msgid.link/20240827123215.258859-3-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel')
-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 cb952183f5ed..1141fe1263ce 100644 --- a/sound/soc/intel/boards/Kconfig +++ b/sound/soc/intel/boards/Kconfig @@ -524,6 +524,7 @@ config SND_SOC_INTEL_SOUNDWIRE_SOF_MACH select SND_SOC_RT1308 select SND_SOC_RT1316_SDW select SND_SOC_RT1318_SDW + select SND_SOC_RT1320_SDW select SND_SOC_RT5682_SDW select SND_SOC_CS42L42_SDW select SND_SOC_CS42L43 |