mbox series

[0/6] ASoC: and adn use snd_soc_ret()

Message ID 8734gvsg5i.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: and adn use snd_soc_ret() | expand

Message

Kuninori Morimoto Feb. 3, 2025, 6:20 a.m. UTC
Hi Mark

Each ASoC framwark is using own snd_xxx_ret() function, but we can share
these. This patch-set adds new snd_soc_ret() and use it.

Kuninori Morimoto (6):
  ASoC: add common snd_soc_ret() and use it
  ASoC: soc-pcm: use snd_soc_ret()
  ASoC: simple-card: use snd_soc_ret()
  ASoC: simple-card-utils: use snd_soc_ret()
  ASoC: audio-graph-card: use snd_soc_ret()
  ASoC: audio-graph-card2: use snd_soc_ret()

 include/sound/simple_card_utils.h     |   8 +-
 include/sound/soc.h                   |   1 +
 sound/soc/generic/audio-graph-card.c  |  97 ++++++++-------
 sound/soc/generic/audio-graph-card2.c |  95 ++++++++------
 sound/soc/generic/simple-card-utils.c | 170 +++++++++++++++-----------
 sound/soc/generic/simple-card.c       | 132 +++++++++++---------
 sound/soc/soc-card.c                  |  14 +--
 sound/soc/soc-component.c             |  38 ++----
 sound/soc/soc-dai.c                   |  18 +--
 sound/soc/soc-link.c                  |  18 +--
 sound/soc/soc-pcm.c                   | 114 +++++++----------
 sound/soc/soc-utils.c                 |  26 ++++
 12 files changed, 370 insertions(+), 361 deletions(-)