diff options
author | lvzhaoxiong <lvzhaoxiong@huaqin.corp-partner.google.com> | 2021-11-23 05:43:29 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-11-29 15:19:48 +0300 |
commit | 425c5fce8a03c9da70a4c763cd7db22fbb422dcf (patch) | |
tree | 6752069a241e72184a009223d63146710ed1660d /sound/soc/qcom/Kconfig | |
parent | fd03cf7f5b4726028cfc2ef76e42d0d5c66377aa (diff) | |
download | linux-425c5fce8a03c9da70a4c763cd7db22fbb422dcf.tar.xz |
ASoC: qcom: Add support for ALC5682I-VS codec
Qcom machine driver adds rt5682s support in this patch.
Card name can be specified from dts by model property, and driver makes
use of the name to distinguish which headset codec is on the board.
Signed-off-by: lvzhaoxiong <lvzhaoxiong@huaqin.corp-partner.google.com>
Link: https://lore.kernel.org/r/20211123024329.21998-1-lvzhaoxiong@huaqin.corp-partner.google.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom/Kconfig')
-rw-r--r-- | sound/soc/qcom/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig index b2173847dc47..cf3e151bb635 100644 --- a/sound/soc/qcom/Kconfig +++ b/sound/soc/qcom/Kconfig @@ -169,6 +169,7 @@ config SND_SOC_SC7180 select SND_SOC_LPASS_SC7180 select SND_SOC_MAX98357A select SND_SOC_RT5682_I2C + select SND_SOC_RT5682S select SND_SOC_ADAU7002 help To add support for audio on Qualcomm Technologies Inc. |