mbox series

[0/3,RESEND] ASoC: SOF: preparatory patches

Message ID 20200309170749.32313-1-guennadi.liakhovetski@linux.intel.com
Headers show
Series ASoC: SOF: preparatory patches | expand

Message

Guennadi Liakhovetski March 9, 2020, 5:07 p.m. UTC
This is the first set of patches for the SOF virtualisation work. We
send these patches first because they touch the ASoC core. 2 of them
are mostly cosmetic with no functional changes, but patch 2/3 might
cause some discussions. Please review and comment.

Thanks
Guennadi

Guennadi Liakhovetski (3):
  ASoC: (cosmetic) simplify dpcm_prune_paths()
  ASoC: add function parameters to enable forced path pruning
  ASoC: export DPCM runtime update functions

 include/sound/soc-dpcm.h |  30 ++++++++---
 sound/soc/soc-compress.c |   2 +-
 sound/soc/soc-dapm.c     |   8 +--
 sound/soc/soc-pcm.c      | 130 +++++++++++++++++++++++++++++------------------
 4 files changed, 109 insertions(+), 61 deletions(-)