OSDN Git Service

ASoC: Intel: sof_sdw: add dailink .trigger callback
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Fri, 4 Sep 2020 18:28:53 +0000 (02:28 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 7 Sep 2020 12:15:50 +0000 (13:15 +0100)
commitae3a3918edf57bde7651964be04d0807cccae8f2
treef42d286c8af91da189a232e44d57b5ddb43e5fa3
parentd20e834e13ce349c9b901b9dd8b7013e255083e8
ASoC: Intel: sof_sdw: add dailink .trigger callback

Add trigger functionality to dailink, so far only .startup() and
.shutdown() were implemented at the machine driver level.

The companion patch for this patch is the removal of the trigger
callback 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-3-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/sof_sdw.c