alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] ASoC: platform cleanup
@ 2016-12-19  7:33 Kuninori Morimoto
  2016-12-19  7:36 ` [PATCH 1/6] ASoC: remove .delay from snd_soc_platform_driver Kuninori Morimoto
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Kuninori Morimoto @ 2016-12-19  7:33 UTC (permalink / raw)
  To: Mark Brown, Lars-Peter; +Cc: Linux-ALSA, Simon


Hi Mark, Lars-Peter

These removes un-used platform feature,
and move last platform feature to component.
If these are OK, all platform feature goes to component.
Last platform piece is platform_list on soc-core.c

Kuninori Morimoto (6):
  ASoC: remove .delay from snd_soc_platform_driver
  ASoC: remove .bespoke_trigger from snd_soc_platform_driver
  ASoC: remove snd_soc_platform_trigger()
  ASoC: add for_each_component{_safe}
  ASoC: add Component level struct snd_compr_ops
  ASoC: add Component level struct snd_pcm_ops

 include/sound/soc.h      |  23 +++--
 sound/soc/soc-compress.c | 228 ++++++++++++++++++++++++++++---------------
 sound/soc/soc-core.c     |  14 +--
 sound/soc/soc-pcm.c      | 244 +++++++++++++++++++++++++++++++++--------------
 4 files changed, 339 insertions(+), 170 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-01-11  6:47 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-19  7:33 [PATCH 0/6] ASoC: platform cleanup Kuninori Morimoto
2016-12-19  7:36 ` [PATCH 1/6] ASoC: remove .delay from snd_soc_platform_driver Kuninori Morimoto
2017-01-09 20:01   ` Applied "ASoC: remove .delay from snd_soc_platform_driver" to the asoc tree Mark Brown
2016-12-19  7:37 ` [PATCH 2/6] ASoC: remove .bespoke_trigger from snd_soc_platform_driver Kuninori Morimoto
2017-01-09 20:01   ` Applied "ASoC: remove .bespoke_trigger from snd_soc_platform_driver" to the asoc tree Mark Brown
2016-12-19  7:37 ` [PATCH 3/6] ASoC: remove snd_soc_platform_trigger() Kuninori Morimoto
2017-01-09 20:01   ` Applied "ASoC: remove snd_soc_platform_trigger()" to the asoc tree Mark Brown
2016-12-19  7:37 ` [PATCH 4/6] ASoC: add for_each_component{_safe} Kuninori Morimoto
2017-01-09 20:01   ` Applied "ASoC: add for_each_component{_safe}" to the asoc tree Mark Brown
2017-01-10 12:13     ` Mark Brown
2017-01-11  6:46       ` Kuninori Morimoto
2016-12-19  7:38 ` [PATCH 5/6] ASoC: add Component level struct snd_compr_ops Kuninori Morimoto
2016-12-19 11:12   ` Charles Keepax
2016-12-20  1:59     ` Kuninori Morimoto
2016-12-20 10:02       ` Charles Keepax
2016-12-21  0:42         ` Kuninori Morimoto
2016-12-21  9:29           ` Charles Keepax
2016-12-21 23:45             ` Kuninori Morimoto
2016-12-19  7:38 ` [PATCH 6/6] ASoC: add Component level struct snd_pcm_ops Kuninori Morimoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).