Skip to content

Commit 32c3aa8

Browse files
plbossartvinodkoul
authored andcommitted
soundwire: intel_ace2x: add pre/post bank switch callbacks
The .pre_ and .post_switch callbacks are mandatory. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Rander Wang <rander.wang@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-22-yung-chuan.liao@linux.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent bcf7191 commit 32c3aa8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/soundwire/intel_ace2x.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,9 @@ const struct sdw_intel_hw_ops sdw_intel_lnl_hw_ops = {
378378
.shim_check_wake = intel_shim_check_wake,
379379
.shim_wake = intel_shim_wake,
380380

381+
.pre_bank_switch = intel_pre_bank_switch,
382+
.post_bank_switch = intel_post_bank_switch,
383+
381384
.sync_arm = intel_sync_arm,
382385
.sync_go_unlocked = intel_sync_go_unlocked,
383386
.sync_go = intel_sync_go,

0 commit comments

Comments
 (0)