All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] ASoC: qdsp6: audioreach: add multi-port, SAL and MFC support
@ 2022-09-15 12:38 ` Srinivas Kandagatla
  0 siblings, 0 replies; 24+ messages in thread
From: Srinivas Kandagatla @ 2022-09-15 12:38 UTC (permalink / raw)
  To: broonie
  Cc: lgirdwood, bgoswami, perex, tiwai, linux-arm-msm, alsa-devel,
	linux-kernel, Srinivas Kandagatla

This patchset adds support to multi-port connections between AudioReach Modules
which is required for sophisticated graphs like ECNS or Speaker Protection.
Also as part of ECNS testing new module support for SAL and MFC are added.


Tested on SM8450 with ECNS.

Thanks,
Srini

Srinivas Kandagatla (9):
  ASoC: qdsp6: audioreach: topology use idr_alloc_u32
  ASoC: qdsp6: audioreach: remove unused connection_list
  ASoC: qdsp6: audioreach: update dapm kcontrol private data
  ASoC: qdsp6: audioreach: Simplify handing FE and BE graph connections
  ASoC: qdsp6: audioreach: simplify module_list sz calculation
  ASoC: qdsp6: audioreach: add support for more port connections
  ASoC: qdsp6: audioreach: add support to enable SAL Module
  ASoC: qdsp6: audioreach: add support for MFC Module
  ASoC: qdsp6: audioreach: add support to enable module command

 include/uapi/sound/snd_ar_tokens.h |  27 +++
 sound/soc/qcom/qdsp6/audioreach.c  | 298 ++++++++++++++++++++---------
 sound/soc/qcom/qdsp6/audioreach.h  |  47 +++--
 sound/soc/qcom/qdsp6/q6apm.c       |  84 +-------
 sound/soc/qcom/qdsp6/q6apm.h       |   6 +-
 sound/soc/qcom/qdsp6/topology.c    | 242 +++++++++++++++++++----
 6 files changed, 480 insertions(+), 224 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2022-10-28 19:25 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 12:38 [PATCH 0/9] ASoC: qdsp6: audioreach: add multi-port, SAL and MFC support Srinivas Kandagatla
2022-09-15 12:38 ` Srinivas Kandagatla
2022-09-15 12:38 ` [PATCH 1/9] ASoC: qdsp6: audioreach: topology use idr_alloc_u32 Srinivas Kandagatla
2022-09-15 12:38   ` Srinivas Kandagatla
2022-09-15 12:38 ` [PATCH 2/9] ASoC: qdsp6: audioreach: remove unused connection_list Srinivas Kandagatla
2022-09-15 12:38   ` Srinivas Kandagatla
2022-09-15 12:38 ` [PATCH 3/9] ASoC: qdsp6: audioreach: update dapm kcontrol private data Srinivas Kandagatla
2022-09-15 12:38   ` Srinivas Kandagatla
2022-09-15 12:38 ` [PATCH 4/9] ASoC: qdsp6: audioreach: Simplify handing FE and BE graph connections Srinivas Kandagatla
2022-09-15 12:38   ` Srinivas Kandagatla
2022-09-15 12:38 ` [PATCH 5/9] ASoC: qdsp6: audioreach: simplify module_list sz calculation Srinivas Kandagatla
2022-09-15 12:38   ` Srinivas Kandagatla
2022-09-15 12:38 ` [PATCH 6/9] ASoC: qdsp6: audioreach: add support for more port connections Srinivas Kandagatla
2022-09-15 12:38   ` Srinivas Kandagatla
2022-09-15 12:38 ` [PATCH 7/9] ASoC: qdsp6: audioreach: add support to enable SAL Module Srinivas Kandagatla
2022-09-15 12:38   ` Srinivas Kandagatla
2022-09-16  6:32   ` kernel test robot
2022-09-16  6:32     ` kernel test robot
2022-09-15 12:38 ` [PATCH 8/9] ASoC: qdsp6: audioreach: add support for MFC Module Srinivas Kandagatla
2022-09-15 12:38   ` Srinivas Kandagatla
2022-09-15 12:38 ` [PATCH 9/9] ASoC: qdsp6: audioreach: add support to enable module command Srinivas Kandagatla
2022-09-15 12:38   ` Srinivas Kandagatla
2022-10-28 19:24 ` [PATCH 0/9] ASoC: qdsp6: audioreach: add multi-port, SAL and MFC support Mark Brown
2022-10-28 19:24   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.