All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] ASoC: remove old platform/codec code
@ 2018-05-08  3:17 Kuninori Morimoto
  2018-05-08  3:18 ` [PATCH 01/10] ASoC: remove codec hw_write/control_data Kuninori Morimoto
                   ` (9 more replies)
  0 siblings, 10 replies; 26+ messages in thread
From: Kuninori Morimoto @ 2018-05-08  3:17 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


Hi Mark

We are now using component base ASoC.
Thus, old platform/codec code are no longer needed.
These removes it.

Then, I very surprised that platform code was already removed :)
But, it seems this patch didn't care about documentation and
platform specific callback (= .pcm_new/free).
4), 7) handle it.

One concern is that it completely removed "platform_list_show" for debugfs.
But, I think we want to keep it as "component_list_show"
(My original patch did it).
6) reborned it.

8) - 10) are cleanup which can be done *after* removing platform/codec.

Kuninori Morimoto (10):
   1) ASoC: remove codec hw_write/control_data
   2) ASoC: remove codec reg_cache
   3) ASoC: remove .get_regmap
   4) ASoC: remove unneeded .pcm_new/free
   5) ASoC: remove Codec related code
   6) ASoC: add component_list_show()
   7) ASoC: convert platform explanation to component
   8) ASoC: soc.h: merge CONFIG_DEBUG_FS
   9) ASoC: soc-core: remove snd_soc_component_add_unlocked()
  10) ASoC: soc-core: remove legacy_dai_naming from snd_soc_register_dais()

 Documentation/sound/soc/platform.rst |  30 +-
 include/sound/soc-dai.h              |   1 -
 include/sound/soc.h                  | 289 +----------------
 sound/soc/Makefile                   |   2 +-
 sound/soc/soc-cache.c                |  53 ----
 sound/soc/soc-core.c                 | 585 ++---------------------------------
 sound/soc/soc-io.c                   |  62 ----
 sound/soc/soc-jack.c                 |  22 --
 sound/soc/soc-pcm.c                  |  13 +-
 9 files changed, 50 insertions(+), 1007 deletions(-)
 delete mode 100644 sound/soc/soc-cache.c


Best regards
---
Kuninori Morimoto

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

end of thread, other threads:[~2018-05-09 16:29 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-08  3:17 [PATCH 00/10] ASoC: remove old platform/codec code Kuninori Morimoto
2018-05-08  3:18 ` [PATCH 01/10] ASoC: remove codec hw_write/control_data Kuninori Morimoto
2018-05-08 11:44   ` Charles Keepax
2018-05-08  3:18 ` [PATCH 02/10] ASoC: remove codec reg_cache Kuninori Morimoto
2018-05-08 11:51   ` Charles Keepax
2018-05-09  9:45   ` Applied "ASoC: remove codec reg_cache" to the asoc tree Mark Brown
2018-05-08  3:19 ` [PATCH 03/10] ASoC: remove .get_regmap Kuninori Morimoto
2018-05-08 11:53   ` Charles Keepax
2018-05-08  3:19 ` [PATCH 04/10] ASoC: remove unneeded .pcm_new/free Kuninori Morimoto
2018-05-08 11:54   ` Charles Keepax
2018-05-09  9:44   ` Applied "ASoC: remove unneeded .pcm_new/free" to the asoc tree Mark Brown
2018-05-08  3:20 ` [PATCH 05/10] ASoC: remove Codec related code Kuninori Morimoto
2018-05-08 12:18   ` Charles Keepax
2018-05-08  3:21 ` [PATCH 06/10] ASoC: add component_list_show() Kuninori Morimoto
2018-05-08 12:19   ` Charles Keepax
2018-05-09  9:44   ` Applied "ASoC: add component_list_show()" to the asoc tree Mark Brown
2018-05-08  3:21 ` [PATCH 07/10] ASoC: convert platform explanation to component Kuninori Morimoto
2018-05-08 12:20   ` Charles Keepax
2018-05-08  3:21 ` [PATCH 08/10] ASoC: soc.h: merge CONFIG_DEBUG_FS Kuninori Morimoto
2018-05-08 12:20   ` Charles Keepax
2018-05-09  9:42   ` Applied "ASoC: soc.h: merge CONFIG_DEBUG_FS" to the asoc tree Mark Brown
2018-05-08  3:22 ` [PATCH 09/10] ASoC: soc-core: remove snd_soc_component_add_unlocked() Kuninori Morimoto
2018-05-08 12:38   ` Charles Keepax
2018-05-09  9:42   ` Applied "ASoC: soc-core: remove snd_soc_component_add_unlocked()" to the asoc tree Mark Brown
2018-05-08  3:23 ` [PATCH 10/10] ASoC: soc-core: remove legacy_dai_naming from snd_soc_register_dais() Kuninori Morimoto
2018-05-08 12:38   ` Charles Keepax

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.