diff options
author | Brent Lu <brent.lu@intel.com> | 2021-09-14 12:18:44 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-09-15 14:09:04 +0200 |
commit | 9a50d6090a8bbaef1c7a9252c904d85182a6a902 (patch) | |
tree | 629b34ab58d0ea99aaf3a92cda9338756aa6035a /sound/soc/intel/boards/Kconfig | |
parent | Merge series "Patches to update for rockchip pdm" from Sugar Zhang <sugar.zha... (diff) | |
download | linux-9a50d6090a8bbaef1c7a9252c904d85182a6a902.tar.xz linux-9a50d6090a8bbaef1c7a9252c904d85182a6a902.zip |
ASoC: Intel: sof_rt5682: support ALC5682I-VS codec
Add a new quirk SOF_RT5682S_HEADPHONE_CODEC_PRESENT to support
ALC5682I-VS headphone codec which driver is a new one, rt5682s, with
new macros and functions.
Signed-off-by: Brent Lu <brent.lu@intel.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210914101847.778688-2-brent.lu@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards/Kconfig')
-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 61b71d6c44cf..3e20c697b569 100644 --- a/sound/soc/intel/boards/Kconfig +++ b/sound/soc/intel/boards/Kconfig @@ -470,6 +470,7 @@ config SND_SOC_INTEL_SOF_RT5682_MACH select SND_SOC_RT1015 select SND_SOC_RT1015P select SND_SOC_RT5682_I2C + select SND_SOC_RT5682S select SND_SOC_DMIC select SND_SOC_HDAC_HDMI select SND_SOC_INTEL_HDA_DSP_COMMON |