mbox series

[v2,0/7] ASoC/SoundWire: improve suspend flows and use set_stream() instead of set_tdm_slots() for HDAudio

Message ID 20211224021034.26635-1-yung-chuan.liao@linux.intel.com
Headers show
Series ASoC/SoundWire: improve suspend flows and use set_stream() instead of set_tdm_slots() for HDAudio | expand

Message

Liao, Bard Dec. 24, 2021, 2:10 a.m. UTC
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(-)

Comments

Mark Brown Dec. 24, 2021, 4:17 p.m. UTC | #1
On Fri, 24 Dec 2021 10:10:27 +0800, Bard Liao wrote:
> 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.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/7] ASOC: SOF: Intel: use snd_soc_dai_get_widget()
      commit: da893a93eaf8eb2bce03862e00b9998463eeaecf
[2/7] ASoC/soundwire: intel: simplify callbacks for params/hw_free
      commit: b86947b52f0d0e5b6e6f0510933ca13aad266e47
[3/7] soundwire: intel: improve suspend flows
      commit: 8ddeafb957a9a6dd33b2c80309d726d3141df08f
[4/7] ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire
      commit: e8444560b4d9302a511f0996f4cfdf85b628f4ca
[5/7] ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudio
      commit: 636110411ca726f19ef8e87b0be51bb9a4cdef06
[6/7] soundwire: intel: remove unnecessary init
      commit: 9283b6f923f3bdd92bdeaf259c6b7a5e9dac6900
[7/7] soundwire: intel: remove PDM support
      commit: 63a6aa963dd01b66019b7834cc84d032e145bb00

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark