17 Aug
2023
17 Aug
'23
5:46 p.m.
On 8/17/23 03:13, Maso Huang wrote:
diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig index 558827755a8d..8d1bc8814486 100644 --- a/sound/soc/mediatek/Kconfig +++ b/sound/soc/mediatek/Kconfig @@ -64,6 +64,16 @@ config SND_SOC_MT7986 Select Y if you have such device. If unsure select "N".
+config SND_SOC_MT7986_WM8960
- tristate "ASoc Audio driver for MT7986 with WM8960 codec"
s/ASoc/ASoC/
- depends on SND_SOC_MT7986 && I2C
- select SND_SOC_WM8960
- help
This adds support for ASoC machine driver for MediaTek MT7986
boards with the WM8960 codecs.
Select Y if you have such device.
If unsure select "N".
--
~Randy