All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] ASoC: use devm_snd_soc_register_component()
@ 2018-09-07  0:59 Kuninori Morimoto
  2018-09-07  1:00 ` [PATCH 01/16] ASoC: atmel_ssc_dai: " Kuninori Morimoto
                   ` (15 more replies)
  0 siblings, 16 replies; 31+ messages in thread
From: Kuninori Morimoto @ 2018-09-07  0:59 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


Hi Mark

We have devm_ version of component register function.
But, few drivers still doesn't use it.
Let's convert it.

Kuninori Morimoto (16):
  ASoC: atmel_ssc_dai: use devm_snd_soc_register_component()
  ASoC: au1x: ac97c: use devm_snd_soc_register_component()
  ASoC: bcm: use devm_snd_soc_register_component()
  ASoC: cirrus: use devm_snd_soc_register_component()
  ASoC: hdac_hda: use devm_snd_soc_register_component()
  ASoC: rt5668: use devm_snd_soc_register_component()
  ASoC: tscs454: use devm_snd_soc_register_component()
  ASoC: davinci: use devm_snd_soc_register_component()
  ASoC: fsl: use devm_snd_soc_register_component()
  ASoC: nuc900: use devm_snd_soc_register_component()
  ASoC: omap: use devm_snd_soc_register_component()
  ASoC: pxa: use devm_snd_soc_register_component()
  ASoC: sh: use devm_snd_soc_register_component()
  ASoC: tegra: use devm_snd_soc_register_component()
  ASoC: txx9: use devm_snd_soc_register_component()
  ASoC: ux500: use devm_snd_soc_register_component()

 sound/soc/atmel/atmel_ssc_dai.c  | 13 +++----------
 sound/soc/au1x/ac97c.c           |  4 +---
 sound/soc/au1x/i2sc.c            |  4 +---
 sound/soc/au1x/psc-ac97.c        |  4 +---
 sound/soc/au1x/psc-i2s.c         |  4 +---
 sound/soc/bcm/cygnus-ssp.c       | 13 ++++---------
 sound/soc/cirrus/ep93xx-ac97.c   |  8 ++------
 sound/soc/cirrus/ep93xx-i2s.c    |  7 ++-----
 sound/soc/codecs/hdac_hda.c      |  3 +--
 sound/soc/codecs/rt5668.c        |  4 +---
 sound/soc/codecs/tscs454.c       |  2 +-
 sound/soc/davinci/davinci-i2s.c  |  8 ++------
 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/nuc900/nuc900-ac97.c   |  4 +---
 sound/soc/omap/omap-hdmi-audio.c |  4 +---
 sound/soc/pxa/pxa2xx-ac97.c      |  3 +--
 sound/soc/sh/hac.c               |  3 +--
 sound/soc/tegra/tegra20_ac97.c   |  7 ++-----
 sound/soc/tegra/tegra20_i2s.c    |  7 ++-----
 sound/soc/tegra/tegra20_spdif.c  |  7 ++-----
 sound/soc/tegra/tegra30_i2s.c    |  7 ++-----
 sound/soc/txx9/txx9aclc-ac97.c   |  3 +--
 sound/soc/ux500/ux500_msp_dai.c  | 10 ++--------
 25 files changed, 39 insertions(+), 104 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-09-11  0:09 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-07  0:59 [PATCH 00/16] ASoC: use devm_snd_soc_register_component() Kuninori Morimoto
2018-09-07  1:00 ` [PATCH 01/16] ASoC: atmel_ssc_dai: " Kuninori Morimoto
2018-09-10 14:22   ` Applied "ASoC: atmel_ssc_dai: use devm_snd_soc_register_component()" to the asoc tree Mark Brown
2018-09-07  1:00 ` [PATCH 02/16] ASoC: au1x: ac97c: use devm_snd_soc_register_component() Kuninori Morimoto
2018-09-10 13:59   ` Mark Brown
2018-09-07  1:00 ` [PATCH 03/16] ASoC: bcm: " Kuninori Morimoto
2018-09-10 14:22   ` Applied "ASoC: bcm: use devm_snd_soc_register_component()" to the asoc tree Mark Brown
2018-09-07  1:01 ` [PATCH 04/16] ASoC: cirrus: use devm_snd_soc_register_component() Kuninori Morimoto
2018-09-10 14:06   ` Mark Brown
2018-09-11  0:08     ` Kuninori Morimoto
2018-09-07  1:01 ` [PATCH 05/16] ASoC: hdac_hda: " Kuninori Morimoto
2018-09-10 14:22   ` Applied "ASoC: hdac_hda: use devm_snd_soc_register_component()" to the asoc tree Mark Brown
2018-09-07  1:01 ` [PATCH 06/16] ASoC: rt5668: use devm_snd_soc_register_component() Kuninori Morimoto
2018-09-10 14:08   ` Mark Brown
2018-09-11  0:09     ` Kuninori Morimoto
2018-09-10 14:22   ` Applied "ASoC: rt5668: use devm_snd_soc_register_component()" to the asoc tree Mark Brown
2018-09-07  1:01 ` [PATCH 07/16] ASoC: tscs454: use devm_snd_soc_register_component() Kuninori Morimoto
2018-09-10 14:21   ` Applied "ASoC: tscs454: use devm_snd_soc_register_component()" to the asoc tree Mark Brown
2018-09-07  1:02 ` [PATCH 08/16] ASoC: davinci: use devm_snd_soc_register_component() Kuninori Morimoto
2018-09-07  1:02 ` [PATCH 09/16] ASoC: fsl: " Kuninori Morimoto
2018-09-07  1:02 ` [PATCH 10/16] ASoC: nuc900: " Kuninori Morimoto
2018-09-10 14:21   ` Applied "ASoC: nuc900: use devm_snd_soc_register_component()" to the asoc tree Mark Brown
2018-09-07  1:02 ` [PATCH 11/16] ASoC: omap: use devm_snd_soc_register_component() Kuninori Morimoto
2018-09-10 14:21   ` Applied "ASoC: omap: use devm_snd_soc_register_component()" to the asoc tree Mark Brown
2018-09-07  1:03 ` [PATCH 12/16] ASoC: pxa: use devm_snd_soc_register_component() Kuninori Morimoto
2018-09-07  1:03 ` [PATCH 13/16] ASoC: sh: " Kuninori Morimoto
2018-09-10 14:21   ` Applied "ASoC: sh: use devm_snd_soc_register_component()" to the asoc tree Mark Brown
2018-09-07  1:03 ` [PATCH 14/16] ASoC: tegra: use devm_snd_soc_register_component() Kuninori Morimoto
2018-09-07  1:03 ` [PATCH 15/16] ASoC: txx9: " Kuninori Morimoto
2018-09-10 14:21   ` Applied "ASoC: txx9: use devm_snd_soc_register_component()" to the asoc tree Mark Brown
2018-09-07  1:04 ` [PATCH 16/16] ASoC: ux500: use devm_snd_soc_register_component() 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.