soundwire: stream: restore cumulative bus bandwidth when compute_params callback...
[linux-block.git] / drivers / soundwire / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
9251345d
VK
2#
3# Makefile for soundwire core
4#
5
6#Bus Objs
908442aa 7soundwire-bus-y := bus_type.o bus.o master.o slave.o mipi_disco.o stream.o \
bcac5902 8 sysfs_slave.o sysfs_slave_dpn.o
8676b3ca 9obj-$(CONFIG_SOUNDWIRE) += soundwire-bus.o
2f52a517 10
9026118f
BL
11soundwire-generic-allocation-objs := generic_bandwidth_allocation.o
12obj-$(CONFIG_SOUNDWIRE_GENERIC_ALLOCATION) += soundwire-generic-allocation.o
13
bf03473d 14ifdef CONFIG_DEBUG_FS
908442aa 15soundwire-bus-y += debugfs.o
bf03473d
PLB
16endif
17
2f52a517 18#Cadence Objs
908442aa 19soundwire-cadence-y := cadence_master.o
2f52a517 20obj-$(CONFIG_SOUNDWIRE_CADENCE) += soundwire-cadence.o
71bb8a1b
VK
21
22#Intel driver
1a1a6a69
PLB
23soundwire-intel-y := intel.o intel_auxdevice.o intel_init.o dmi-quirks.o \
24 intel_bus_common.o
71bb8a1b 25obj-$(CONFIG_SOUNDWIRE_INTEL) += soundwire-intel.o
d62a7d41 26
02efb49a 27#Qualcomm driver
908442aa 28soundwire-qcom-y := qcom.o
02efb49a 29obj-$(CONFIG_SOUNDWIRE_QCOM) += soundwire-qcom.o