All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/23] ASoC: use devm_xxx
@ 2019-06-27  1:59 Kuninori Morimoto
  2019-06-27  2:00 ` [PATCH 01/23] ASoC: atmel: atmel-pcm:dma.c: use devm_snd_dmaengine_pcm_register() Kuninori Morimoto
                   ` (22 more replies)
  0 siblings, 23 replies; 34+ messages in thread
From: Kuninori Morimoto @ 2019-06-27  1:59 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


Hi Mark

We have devm_xxx(), but some drivers are not using it even though normal usecase.
These patches exchange to use it.

Kuninori Morimoto (23):
  ASoC: atmel: atmel-pcm:dma.c: use devm_snd_dmaengine_pcm_register()
  ASoC: sunxi: sun4i-i2s.c: use devm_snd_dmaengine_pcm_register()
  ASoC: tegra: tegra_pcm.c: use devm_snd_dmaengine_pcm_register()
  ASoC: ux500: ux500_pcm.c: use devm_snd_dmaengine_pcm_register()
  ASoC: au1x: i2sc.c: use devm_snd_soc_register_component()
  ASoC: au1x: ac97c.c: use devm_snd_soc_register_component()
  ASoC: au1x: psc-ac97.c: use devm_snd_soc_register_component()
  ASoC: au1x: psc-i2s.c: use devm_snd_soc_register_component()
  ASoC: cirrus: ep93xx-i2s.c: use devm_snd_soc_register_component()
  ASoC: cirrus: ep93xx-ac97.c: use devm_snd_soc_register_component()
  ASoC: rt5682: use devm_snd_soc_register_component()
  ASoC: ak4118: use devm_snd_soc_register_component()
  ASoC: cros_ec_codec: use devm_snd_soc_register_component()
  ASoC: fsl: imx-ssi.c: use devm_snd_soc_register_component()
  ASoC: fsl: mpc5200_psc_i2s.c: use devm_snd_soc_register_component()
  ASoC: fsl: mpc5200_psc_ac97.c: use devm_snd_soc_register_component()
  ASoC: pxa: pxa2xx-ac97.c: use devm_snd_soc_register_component()
  ASoC: tegra: tegra20_i2s.c: use devm_snd_soc_register_component()
  ASoC: tegra: tegra20_spdif.c: use devm_snd_soc_register_component()
  ASoC: tegra: tegra30_i2s.c: use devm_snd_soc_register_component()
  ASoC: tegra: tegra20_ac97.c: use devm_snd_soc_register_component()
  ASoC: ti: davinci-i2s.c: use devm_snd_soc_register_component()
  ASoC: ux500: ux500_msp_dai.c: use devm_snd_soc_register_component()

 sound/soc/atmel/atmel-pcm-dma.c  |  4 ++--
 sound/soc/au1x/ac97c.c           |  4 +---
 sound/soc/au1x/i2sc.c            |  4 +---
 sound/soc/au1x/psc-ac97.c        |  6 ++----
 sound/soc/au1x/psc-i2s.c         |  6 ++----
 sound/soc/cirrus/ep93xx-ac97.c   | 10 +++-------
 sound/soc/cirrus/ep93xx-i2s.c    |  7 ++-----
 sound/soc/codecs/ak4118.c        |  5 ++---
 sound/soc/codecs/cros_ec_codec.c |  2 +-
 sound/soc/codecs/rt5682.c        |  7 +++----
 sound/soc/fsl/imx-ssi.c          |  8 ++------
 sound/soc/fsl/mpc5200_psc_ac97.c |  3 +--
 sound/soc/fsl/mpc5200_psc_i2s.c  |  3 +--
 sound/soc/pxa/pxa2xx-ac97.c      |  3 +--
 sound/soc/sunxi/sun4i-i2s.c      |  4 +---
 sound/soc/tegra/tegra20_ac97.c   |  9 +++------
 sound/soc/tegra/tegra20_i2s.c    |  9 +++------
 sound/soc/tegra/tegra20_spdif.c  | 10 ++++------
 sound/soc/tegra/tegra30_i2s.c    |  9 +++------
 sound/soc/tegra/tegra_pcm.c      |  6 +++---
 sound/soc/ti/davinci-i2s.c       |  8 ++------
 sound/soc/ux500/ux500_msp_dai.c  | 10 ++--------
 sound/soc/ux500/ux500_pcm.c      |  3 +--
 23 files changed, 46 insertions(+), 94 deletions(-)

-- 
2.7.4





Thank you for your help !!
Best regards
---
Kuninori Morimoto

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

end of thread, other threads:[~2019-06-28  1:54 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-27  1:59 [PATCH 00/23] ASoC: use devm_xxx Kuninori Morimoto
2019-06-27  2:00 ` [PATCH 01/23] ASoC: atmel: atmel-pcm:dma.c: use devm_snd_dmaengine_pcm_register() Kuninori Morimoto
2019-06-27  7:43   ` Amadeusz Sławiński
2019-06-27  8:20     ` Codrin.Ciubotariu
2019-06-27  8:24       ` Kuninori Morimoto
2019-06-27 11:38         ` Mark Brown
2019-06-28  1:53           ` Kuninori Morimoto
2019-06-27  2:00 ` [PATCH 02/23] ASoC: sunxi: sun4i-i2s.c: " Kuninori Morimoto
2019-06-27  2:00 ` [PATCH 03/23] ASoC: tegra: tegra_pcm.c: " Kuninori Morimoto
2019-06-27  7:43   ` Amadeusz Sławiński
2019-06-27  2:00 ` [PATCH 04/23] ASoC: ux500: ux500_pcm.c: " Kuninori Morimoto
2019-06-27  7:43   ` Amadeusz Sławiński
2019-06-27  2:00 ` [PATCH 05/23] ASoC: au1x: i2sc.c: use devm_snd_soc_register_component() Kuninori Morimoto
2019-06-27  2:00 ` [PATCH 06/23] ASoC: au1x: ac97c.c: " Kuninori Morimoto
2019-06-27  2:00 ` [PATCH 07/23] ASoC: au1x: psc-ac97.c: " Kuninori Morimoto
2019-06-27  2:00 ` [PATCH 08/23] ASoC: au1x: psc-i2s.c: " Kuninori Morimoto
2019-06-27  2:00 ` [PATCH 09/23] ASoC: cirrus: ep93xx-i2s.c: " Kuninori Morimoto
2019-06-27  2:00 ` [PATCH 10/23] ASoC: cirrus: ep93xx-ac97.c: " Kuninori Morimoto
2019-06-27  2:00 ` [PATCH 11/23] ASoC: rt5682: " Kuninori Morimoto
2019-06-27  7:43   ` Amadeusz Sławiński
2019-06-27  2:00 ` [PATCH 12/23] ASoC: ak4118: " Kuninori Morimoto
2019-06-27  7:43   ` Amadeusz Sławiński
2019-06-27  7:51     ` Kuninori Morimoto
2019-06-27  2:00 ` [PATCH 13/23] ASoC: cros_ec_codec: " Kuninori Morimoto
2019-06-27  2:00 ` [PATCH 14/23] ASoC: fsl: imx-ssi.c: " Kuninori Morimoto
2019-06-27  2:01 ` [PATCH 15/23] ASoC: fsl: mpc5200_psc_i2s.c: " Kuninori Morimoto
2019-06-27  2:01 ` [PATCH 16/23] ASoC: fsl: mpc5200_psc_ac97.c: " Kuninori Morimoto
2019-06-27  2:01 ` [PATCH 17/23] ASoC: pxa: pxa2xx-ac97.c: " Kuninori Morimoto
2019-06-27  2:01 ` [PATCH 18/23] ASoC: tegra: tegra20_i2s.c: " Kuninori Morimoto
2019-06-27  2:01 ` [PATCH 19/23] ASoC: tegra: tegra20_spdif.c: " Kuninori Morimoto
2019-06-27  2:01 ` [PATCH 20/23] ASoC: tegra: tegra30_i2s.c: " Kuninori Morimoto
2019-06-27  2:01 ` [PATCH 21/23] ASoC: tegra: tegra20_ac97.c: " Kuninori Morimoto
2019-06-27  2:01 ` [PATCH 22/23] ASoC: ti: davinci-i2s.c: " Kuninori Morimoto
2019-06-27  2:01 ` [PATCH 23/23] ASoC: ux500: ux500_msp_dai.c: " Kuninori Morimoto

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.