diff options
author | Vinod Koul <vinod.koul@intel.com> | 2017-12-14 11:19:34 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-19 11:14:56 +0100 |
commit | 7c3cd189b86d2fcf0579a7b61e8d9c6d5717a72e (patch) | |
tree | 38d2cb5c787b71c10007d5d65f87f8b290c8afda /drivers/soundwire/Makefile | |
parent | 9251345dca24b62b14e4e53e6ee3387ae7d9c790 (diff) | |
download | linux-7c3cd189b86d2fcf0579a7b61e8d9c6d5717a72e.tar.gz linux-7c3cd189b86d2fcf0579a7b61e8d9c6d5717a72e.tar.bz2 linux-7c3cd189b86d2fcf0579a7b61e8d9c6d5717a72e.zip |
soundwire: Add Master registration
A Master adds a SoundWire bus instance which scans the firmware
provided for device description.
In this patch we scan ACPI namespaces and create SoundWire
Slave devices based on ACPI description
Signed-off-by: Sanyog Kale <sanyog.r.kale@intel.com>
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>
Acked-By: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/soundwire/Makefile')
-rw-r--r-- | drivers/soundwire/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soundwire/Makefile b/drivers/soundwire/Makefile index d1281def7662..c875e434f8b3 100644 --- a/drivers/soundwire/Makefile +++ b/drivers/soundwire/Makefile @@ -3,5 +3,5 @@ # #Bus Objs -soundwire-bus-objs := bus_type.o +soundwire-bus-objs := bus_type.o bus.o slave.o obj-$(CONFIG_SOUNDWIRE_BUS) += soundwire-bus.o |