Skip to content

Commit f90ba30

Browse files
plbossartvinodkoul
authored andcommitted
soundwire: intel_ace2x: use common helpers for bus start/stop
The sequences are so far identical, so the abstraction is a bit over-engineered. In time we will simplify if there is no need to special case or work-around programming sequences. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Rander Wang <rander.wang@intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20230515071042.2038-17-yung-chuan.liao@linux.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 4d1e246 commit f90ba30

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

drivers/soundwire/intel_ace2x.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,12 @@ const struct sdw_intel_hw_ops sdw_intel_lnl_hw_ops = {
316316

317317
.register_dai = intel_register_dai,
318318

319+
.check_clock_stop = intel_check_clock_stop,
320+
.start_bus = intel_start_bus,
321+
.start_bus_after_reset = intel_start_bus_after_reset,
322+
.start_bus_after_clock_stop = intel_start_bus_after_clock_stop,
323+
.stop_bus = intel_stop_bus,
324+
319325
.link_power_up = intel_link_power_up,
320326
.link_power_down = intel_link_power_down,
321327

0 commit comments

Comments
 (0)