soundwire: intel: remove stream handling from .prepare and .hw_free
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Thu, 3 Sep 2020 20:47:39 +0000 (04:47 +0800)
committerVinod Koul <vkoul@kernel.org>
Fri, 4 Sep 2020 09:21:12 +0000 (14:51 +0530)
commit244eb888f9ab86854fc2c1d726cebfd7efbe780c
treee85ee37d2c04458284ae462f84e85a75cbb0794a
parente1c3a7f027546c47dc4e8d2422666eea84d675fb
soundwire: intel: remove stream handling from .prepare and .hw_free

Now that the stream is handled at the dai-link level (in the machine
driver), we can remove the stream handling at the dai level. We still
need these callbacks to perform dai-level resource handling
(i.e. addition/removal of a master).

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/20200903204739.31206-5-yung-chuan.liao@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/intel.c