diff options
author | Tzung-Bi Shih <tzungbi@google.com> | 2021-03-11 06:31:51 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-03-11 16:25:07 +0300 |
commit | 9dc21a066bb6bff55d889f22460f1bf236a9a4a3 (patch) | |
tree | 3fa3adf85637179da188673731f1e802ca6257dc /sound/soc/mediatek/Kconfig | |
parent | 5fd6b9b8b1c477fb695e3ae313ffb70b3cc88dc9 (diff) | |
download | linux-9dc21a066bb6bff55d889f22460f1bf236a9a4a3.tar.xz |
ASoC: mediatek: mt8183: support machine driver with rt1015p
Supports machine driver with rt1015p ("mt8183_mt6358_ts3a227_rt1015p").
Embeds in the existing mt8183-mt6358-ts3a227-max98357.c because they
share most of the code.
Signed-off-by: Tzung-Bi Shih <tzungbi@google.com>
Link: https://lore.kernel.org/r/20210311033151.1818603-3-tzungbi@google.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/Kconfig')
-rw-r--r-- | sound/soc/mediatek/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig index effdb76369e4..74dae4332d17 100644 --- a/sound/soc/mediatek/Kconfig +++ b/sound/soc/mediatek/Kconfig @@ -124,6 +124,7 @@ config SND_SOC_MT8183_MT6358_TS3A227E_MAX98357A select SND_SOC_MT6358 select SND_SOC_MAX98357A select SND_SOC_RT1015 + select SND_SOC_RT1015P select SND_SOC_BT_SCO select SND_SOC_TS3A227E select SND_SOC_CROS_EC_CODEC if CROS_EC |