ASoC: Intel: sof_sdw: add dailink .prepare and .hw_free callback
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Fri, 4 Sep 2020 18:28:54 +0000 (02:28 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 7 Sep 2020 12:15:51 +0000 (13:15 +0100)
commit06998d49bcac8a9df3341db99c5f81ae4ef51c84
tree435ebb7d953ca70317c0c4340d2e31135143649d
parentae3a3918edf57bde7651964be04d0807cccae8f2
ASoC: Intel: sof_sdw: add dailink .prepare and .hw_free callback

Add .prepare and .hw_free callback to dailink.

The companion patch for this patch is the removal of stream operations
in the .prepare and .hw_free callbacks at the DAI level in
drivers/soundwire/intel.c

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Rander Wang <rander.wang@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20200904182854.3944-4-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/sof_sdw.c