All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] ASoc: Another series to convert to struct platform_driver:remove_new()
@ 2023-10-13 22:19 ` Uwe Kleine-König
  0 siblings, 0 replies; 25+ messages in thread
From: Uwe Kleine-König @ 2023-10-13 22:19 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown
  Cc: Nicolas Frattaroli, Jaroslav Kysela, Takashi Iwai, Heiko Stuebner,
	linux-rockchip, alsa-devel, linux-arm-kernel, kernel,
	James Schulman, David Rhodes, Richard Fitzgerald, patches,
	Hal Feng, Xingyu Wu, Thierry Reding, Jonathan Hunter,
	Kuninori Morimoto, Rob Herring, AngeloGioacchino Del Regno,
	Wang Yufen, Aidan MacDonald, Jernej Skrabec, Claudiu Beznea,
	Astrid Rost, Robert Hancock, Herve Codina, Sameer Pujar,
	linux-tegra, Jerome Brunet, Neil Armstrong, Kevin Hilman,
	Martin Blumenstingl, linux-amlogic, Srinivas Kandagatla,
	Banajit Goswami, Kunihiko Hayashi, Masami Hiramatsu

Hello,

this is another series to convert ASoC drivers to use struct
platform_driver:remove_new(). The rockchip one was already send before
but with a wrong subject prefix, the cs42l43 driver is newer than the
last series. The remaining five patches are for driver combos that my
coccinelle patch failed to detect before.

Best regards
Uwe

Uwe Kleine-König (7):
  ASoC: rockchip: i2s_tdm: Convert to platform remove callback returning
    void
  ASoC: cs42l43: Convert to platform remove callback returning void
  ASoC: starfive/jh7110-pwmdac: Convert to platform remove callback
    returning void
  ASoC: simple-card-utils: Make simple_util_remove() return void
  ASoC: meson: Make meson_card_remove() return void
  ASoC: qcom: lpass: Make asoc_qcom_lpass_cpu_platform_remove() return
    void
  ASoC: uniphier: Make uniphier_aio_remove() return void

 include/sound/simple_card_utils.h                   | 2 +-
 sound/soc/codecs/cs42l43.c                          | 6 ++----
 sound/soc/generic/audio-graph-card.c                | 2 +-
 sound/soc/generic/audio-graph-card2-custom-sample.c | 2 +-
 sound/soc/generic/audio-graph-card2.c               | 2 +-
 sound/soc/generic/simple-card-utils.c               | 4 +---
 sound/soc/generic/simple-card.c                     | 2 +-
 sound/soc/meson/axg-card.c                          | 2 +-
 sound/soc/meson/gx-card.c                           | 2 +-
 sound/soc/meson/meson-card-utils.c                  | 4 +---
 sound/soc/meson/meson-card.h                        | 2 +-
 sound/soc/qcom/lpass-apq8016.c                      | 2 +-
 sound/soc/qcom/lpass-cpu.c                          | 5 +----
 sound/soc/qcom/lpass-ipq806x.c                      | 2 +-
 sound/soc/qcom/lpass-sc7180.c                       | 2 +-
 sound/soc/qcom/lpass-sc7280.c                       | 2 +-
 sound/soc/qcom/lpass.h                              | 2 +-
 sound/soc/rockchip/rockchip_i2s_tdm.c               | 6 ++----
 sound/soc/starfive/jh7110_pwmdac.c                  | 5 ++---
 sound/soc/tegra/tegra_audio_graph_card.c            | 2 +-
 sound/soc/uniphier/aio-cpu.c                        | 4 +---
 sound/soc/uniphier/aio-ld11.c                       | 2 +-
 sound/soc/uniphier/aio-pxs2.c                       | 2 +-
 sound/soc/uniphier/aio.h                            | 2 +-
 24 files changed, 27 insertions(+), 41 deletions(-)


base-commit: e3b18f7200f45d66f7141136c25554ac1e82009b
-- 
2.42.0


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

end of thread, other threads:[~2023-10-24 13:57 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-13 22:19 [PATCH 0/7] ASoc: Another series to convert to struct platform_driver:remove_new() Uwe Kleine-König
2023-10-13 22:19 ` Uwe Kleine-König
2023-10-13 22:19 ` Uwe Kleine-König
2023-10-13 22:19 ` Uwe Kleine-König
2023-10-13 22:19 ` [PATCH 1/7] ASoC: rockchip: i2s_tdm: Convert to platform remove callback returning void Uwe Kleine-König
2023-10-13 22:19   ` Uwe Kleine-König
2023-10-13 22:19   ` Uwe Kleine-König
2023-10-13 22:19 ` [PATCH 2/7] ASoC: cs42l43: " Uwe Kleine-König
2023-10-24  8:43   ` Charles Keepax
2023-10-13 22:19 ` [PATCH 3/7] ASoC: starfive/jh7110-pwmdac: " Uwe Kleine-König
2023-10-13 22:19 ` [PATCH 4/7] ASoC: simple-card-utils: Make simple_util_remove() return void Uwe Kleine-König
2023-10-14 12:23   ` Herve Codina
2023-10-13 22:19 ` [PATCH 5/7] ASoC: meson: Make meson_card_remove() " Uwe Kleine-König
2023-10-13 22:19   ` Uwe Kleine-König
2023-10-13 22:19   ` Uwe Kleine-König
2023-10-17 14:40   ` Jerome Brunet
2023-10-17 14:40     ` Jerome Brunet
2023-10-17 14:40     ` Jerome Brunet
2023-10-13 22:19 ` [PATCH 6/7] ASoC: qcom: lpass: Make asoc_qcom_lpass_cpu_platform_remove() " Uwe Kleine-König
2023-10-13 22:19 ` [PATCH 7/7] ASoC: uniphier: Make uniphier_aio_remove() " Uwe Kleine-König
2023-10-13 22:19   ` Uwe Kleine-König
2023-10-24 13:54 ` [PATCH 0/7] ASoc: Another series to convert to struct platform_driver:remove_new() Mark Brown
2023-10-24 13:54   ` Mark Brown
2023-10-24 13:54   ` Mark Brown
2023-10-24 13:54   ` 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.