Re: [PATCH 0/5] ASoC: SOF: Intel: Soundwire integration

From: Pierre-Louis Bossart
Date: Wed Nov 06 2019 - 15:54:04 EST




On 10/23/19 4:14 PM, Pierre-Louis Bossart wrote:
This patchset applies on top of the series "[PATCH 0/4] soundwire:
update ASoC interfaces". The SOF/Intel code makes use of the
interfaces defined for initialization.

Build support for SoundWire is not provided for now, all
Soundwire-related code will be handled with a dummy fallback. We will
enable SoundWire interfaces in the Kconfigs when the functionality is
enabled in the soundwire tree.

In short, if the interfaces are agreed on, there is no risk with the
integration of these patches on the ASoC side.

Mark, Vinod, any comments/objections on the suggested interfaces? I tried to make your life simpler with a clean separation between SoundWire and ASoC/SOF.


Pierre-Louis Bossart (5):
ASoC: SOF: Intel: add SoundWire configuration interface
ASoC: SOF: IPC: dai-intel: move ALH declarations in header file
ASoC: SOF: Intel: hda: add SoundWire stream config/free callbacks
ASoC: SOF: Intel: hda: initial SoundWire machine driver autodetect
ASoC: SOF: Intel: hda: disable SoundWire interrupts on suspend

include/sound/sof/dai-intel.h | 18 +--
sound/soc/sof/intel/hda-dsp.c | 2 +
sound/soc/sof/intel/hda-loader.c | 13 ++
sound/soc/sof/intel/hda.c | 230 ++++++++++++++++++++++++++++++-
sound/soc/sof/intel/hda.h | 44 ++++++
5 files changed, 295 insertions(+), 12 deletions(-)