linux/drivers/soundwire
Vinod Koul 48949722ce soundwire: Handle multiple master instances in a stream
For each SoundWire stream operation, we need to parse master
list and operate upon all master runtime.

This is a preparatory patch to do the boilerplate conversion
of stream handling from single master runtime to handle a
list of master runtime. The code to support bank switch for
multiple master instances is added in the next patch.

Signed-off-by: Sanyog Kale <sanyog.r.kale@intel.com>
Signed-off-by: Shreyas NC <shreyas.nc@intel.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2018-08-27 09:49:48 +05:30
..
Kconfig soundwire: intel: Add audio DAI ops 2018-05-11 21:48:07 +05:30
Makefile soundwire: Add support for SoundWire stream management 2018-05-11 21:47:03 +05:30
bus.c soundwire: Initialize completion for defer messages 2018-08-27 09:49:48 +05:30
bus.h soundwire: Add support to lock across bus instances 2018-08-27 09:49:48 +05:30
bus_type.c soundwire: Respect all error codes from dev_pm_domain_attach() 2018-05-14 22:58:45 +02:00
cadence_master.c soundwire: cdns: Add stream routines 2018-05-11 21:48:06 +05:30
cadence_master.h soundwire: cdns: Add stream routines 2018-05-11 21:48:06 +05:30
intel.c soundwire: intel: Add audio DAI ops 2018-05-11 21:48:07 +05:30
intel.h soundwire: intel: Add audio DAI ops 2018-05-11 21:48:07 +05:30
intel_init.c soundwire: intel: Add audio DAI ops 2018-05-11 21:48:07 +05:30
mipi_disco.c soundwire: Add MIPI DisCo property helpers 2017-12-19 11:14:57 +01:00
slave.c
stream.c soundwire: Handle multiple master instances in a stream 2018-08-27 09:49:48 +05:30