Skip to content

Commit 7cbf00b

Browse files
plbossartvinodkoul
authored andcommitted
soundwire: intel: split auxdevice to different file
The auxdevice layer is completely generic, it should be split from intel.c which is only geared to the 'cnl' hw_ops now. Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Rander Wang <[email protected]> Signed-off-by: Bard Liao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 36e3b38 commit 7cbf00b

File tree

6 files changed

+700
-667
lines changed

6 files changed

+700
-667
lines changed

drivers/soundwire/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ soundwire-cadence-y := cadence_master.o
2020
obj-$(CONFIG_SOUNDWIRE_CADENCE) += soundwire-cadence.o
2121

2222
#Intel driver
23-
soundwire-intel-y := intel.o intel_init.o dmi-quirks.o
23+
soundwire-intel-y := intel.o intel_auxdevice.o intel_init.o dmi-quirks.o
2424
obj-$(CONFIG_SOUNDWIRE_INTEL) += soundwire-intel.o
2525

2626
#Qualcomm driver

0 commit comments

Comments
 (0)