Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soundwire: intel: use a single module

It's not clear why we have two modules for the Intel controller/master
support when there is a single Kconfig. This adds complexity for no
good reason, the two parts need to work together anyways.

Signed-off-by: Rander Wang <rander.wang@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20200519191903.6557-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Rander Wang and committed by
Vinod Koul
fcbcf1f7 84091304

+1 -4
+1 -4
drivers/soundwire/Makefile
··· 17 17 obj-$(CONFIG_SOUNDWIRE_CADENCE) += soundwire-cadence.o 18 18 19 19 #Intel driver 20 - soundwire-intel-objs := intel.o 20 + soundwire-intel-objs := intel.o intel_init.o 21 21 obj-$(CONFIG_SOUNDWIRE_INTEL) += soundwire-intel.o 22 - 23 - soundwire-intel-init-objs := intel_init.o 24 - obj-$(CONFIG_SOUNDWIRE_INTEL) += soundwire-intel-init.o 25 22 26 23 #Qualcomm driver 27 24 soundwire-qcom-objs := qcom.o