[PATCH v2 0/7] ASoC/SoundWire: improve suspend flows and use set_stream() instead of set_tdm_slots() for HDAudio
Bard Liao
yung-chuan.liao at linux.intel.com
Fri Dec 24 03:10:27 CET 2021
This series contains three topics.
1. SoundWire: Intel: remove pdm support
2. ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire
3. ASoC/SOF/SoundWire: fix suspend-resume on pause with dynamic pipelines
The topics are independent but the changes are dependent. So please
allow me to send them in one series.
The code is basically not changed, so I still take Vinod Koul's Ack.
v2:
- ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire: rename
.set_sdw_stream to .set_stream and .get_sdw_stream to .get_stream
in intel_pdm_dai_ops.
Pierre-Louis Bossart (6):
ASOC: SOF: Intel: use snd_soc_dai_get_widget()
ASoC/soundwire: intel: simplify callbacks for params/hw_free
ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire
ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for
HDAudio
soundwire: intel: remove unnecessary init
soundwire: intel: remove PDM support
Ranjani Sridharan (1):
soundwire: intel: improve suspend flows
drivers/soundwire/cadence_master.c | 36 +---
drivers/soundwire/cadence_master.h | 14 +-
drivers/soundwire/intel.c | 253 ++++++++++++++--------------
drivers/soundwire/qcom.c | 8 +-
drivers/soundwire/stream.c | 4 +-
include/linux/soundwire/sdw_intel.h | 4 +-
include/sound/soc-dai.h | 32 ++--
sound/soc/codecs/hdac_hda.c | 22 +--
sound/soc/codecs/max98373-sdw.c | 2 +-
sound/soc/codecs/rt1308-sdw.c | 2 +-
sound/soc/codecs/rt1316-sdw.c | 2 +-
sound/soc/codecs/rt5682-sdw.c | 2 +-
sound/soc/codecs/rt700.c | 2 +-
sound/soc/codecs/rt711-sdca.c | 2 +-
sound/soc/codecs/rt711.c | 2 +-
sound/soc/codecs/rt715-sdca.c | 2 +-
sound/soc/codecs/rt715.c | 2 +-
sound/soc/codecs/sdw-mockup.c | 2 +-
sound/soc/codecs/wcd938x.c | 2 +-
sound/soc/codecs/wsa881x.c | 2 +-
sound/soc/intel/boards/sof_sdw.c | 6 +-
sound/soc/intel/skylake/skl-pcm.c | 7 +-
sound/soc/qcom/sdm845.c | 4 +-
sound/soc/qcom/sm8250.c | 4 +-
sound/soc/sof/intel/hda-dai.c | 7 +-
sound/soc/sof/intel/hda.c | 12 +-
26 files changed, 190 insertions(+), 247 deletions(-)
--
2.17.1
More information about the Alsa-devel
mailing list