On Fri, Feb 11, 2022 at 06:38:04PM +0800, Jiaxin Yu wrote:
Mt6366 is a new version of mt6358, and they are same about audio part. So we can reuse the driver of mt6358.
snd-soc-mt6359-accdet-objs := mt6359-accdet.o +snd-soc-mt6366-objs := mt6358.o snd-soc-mt6660-objs := mt6660.o snd-soc-nau8315-objs := nau8315.o snd-soc-nau8540-objs := nau8540.o @@ -465,6 +466,7 @@ obj-$(CONFIG_SND_SOC_MT6351) += snd-soc-mt6351.o obj-$(CONFIG_SND_SOC_MT6358) += snd-soc-mt6358.o obj-$(CONFIG_SND_SOC_MT6359) += snd-soc-mt6359.o obj-$(CONFIG_SND_SOC_MT6359_ACCDET) += mt6359-accdet.o +obj-$(CONFIG_SND_SOC_MT6366) += snd-soc-mt6366.o
Why build a separate module here? That'll just make the binary larger but not otherwise do anything. Usually we'd just add a new ID to the existing driver.