mbox series

[0/2] ASoC/SoundWire: Intel: add sdw BE dai trigger

Message ID 20220614070817.2508-1-yung-chuan.liao@linux.intel.com
Headers show
Series ASoC/SoundWire: Intel: add sdw BE dai trigger | expand

Message

Liao, Bard June 14, 2022, 7:08 a.m. UTC
For SOF IPC4, we need to set pipeline state in BE DAI trigger.
@Vinod, Could you ack if the soundwire patch looks good to you?
And we can go through the ASoC tree since the change is mainly on ASoC.

Bard Liao (2):
  soundwire: Intel: add trigger callback
  ASoC: SOF: Intel: add trigger callback into sdw_callback

 drivers/soundwire/intel.c           |  8 ++++++++
 include/linux/soundwire/sdw_intel.h |  1 +
 sound/soc/sof/intel/hda-dai.c       | 15 ++++++++++++---
 sound/soc/sof/intel/hda.c           |  2 +-
 sound/soc/sof/intel/hda.h           |  1 +
 5 files changed, 23 insertions(+), 4 deletions(-)