diff options
author | Svyatoslav Ryhel <clamor95@gmail.com> | 2023-03-08 08:34:59 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-03-20 14:06:40 +0100 |
commit | 44b2fc2edb61e956885b4305bddaaec7f05d93d2 (patch) | |
tree | dff6a88e5de62c237483b60b48f202d8808f4e81 /sound/soc/tegra/Kconfig | |
parent | ASoC: tegra: Support coupled mic-hp detection (diff) | |
download | linux-44b2fc2edb61e956885b4305bddaaec7f05d93d2.tar.xz linux-44b2fc2edb61e956885b4305bddaaec7f05d93d2.zip |
ASoC: tegra: Support RT5631 by machine driver
Add Realtek ALC5631/RT5631 codec support to the Tegra ASoC machine driver.
The RT5631 codec is found on devices like ASUS Transformer TF201, TF700T
and other Tegra-based Android tablets.
Signed-off-by: Ion Agorria <ion@agorria.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Link: https://lore.kernel.org/r/20230308073502.5421-6-clamor95@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/tegra/Kconfig')
-rw-r--r-- | sound/soc/tegra/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index 73a683d45526..dba70c7af150 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -189,6 +189,15 @@ config SND_SOC_TEGRA_AUDIO_GRAPH_CARD config SND_SOC_TEGRA_MACHINE_DRV tristate +config SND_SOC_TEGRA_RT5631 + tristate "SoC Audio support for Tegra boards using an RT5631 codec" + depends on SND_SOC_TEGRA && I2C && GPIOLIB + select SND_SOC_TEGRA_MACHINE_DRV + select SND_SOC_RT5631 + help + Say Y or M here if you want to add support for SoC audio on Tegra + boards using the RT5631 codec, such as Transformer. + config SND_SOC_TEGRA_RT5640 tristate "SoC Audio support for Tegra boards using an RT5640 codec" depends on I2C && GPIOLIB |