Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: add/use asoc_simple_card_clk_enable/disable()
@ 2017-06-07  0:28 Kuninori Morimoto
  2017-06-07  0:29 ` [PATCH 1/5] ASoC: simple_card_utils: add asoc_simple_card_clk_enable/disable() Kuninori Morimoto
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Kuninori Morimoto @ 2017-06-07  0:28 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Simon, linux-renesas-soc


Hi Mark

It is not a big deal, but current Simple/Audio card is
using simple_dai::clk directly.
Encapsulation is one of simple-card-util's purpose.
This patch adds asoc_simple_card_clk_enable/disable() and
encapsulate it.

Kuninori Morimoto (5):
  ASoC: simple_card_utils: add asoc_simple_card_clk_enable/disable()
  ASoC: simple-card: use asoc_simple_card_clk_enable/disable()
  ASoC: simple-scu-card: use asoc_simple_card_clk_enable/disable()
  ASoC: audio-graph-scu-card: use asoc_simple_card_clk_enable/disable()
  ASoC: audio-graph-card: use asoc_simple_card_clk_enable/disable()

 include/sound/simple_card_utils.h        |  2 ++
 sound/soc/generic/audio-graph-card.c     | 10 +++++-----
 sound/soc/generic/audio-graph-scu-card.c |  4 ++--
 sound/soc/generic/simple-card-utils.c    |  6 ++++++
 sound/soc/generic/simple-card.c          | 10 +++++-----
 sound/soc/generic/simple-scu-card.c      |  4 ++--
 6 files changed, 22 insertions(+), 14 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-06-13 21:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-07  0:28 [PATCH 0/5] ASoC: add/use asoc_simple_card_clk_enable/disable() Kuninori Morimoto
2017-06-07  0:29 ` [PATCH 1/5] ASoC: simple_card_utils: add asoc_simple_card_clk_enable/disable() Kuninori Morimoto
2017-06-08 14:50   ` Mark Brown
2017-06-08 23:39     ` Kuninori Morimoto
2017-06-07  0:29 ` [PATCH 2/5] ASoC: simple-card: use asoc_simple_card_clk_enable/disable() Kuninori Morimoto
2017-06-13 21:07   ` Applied "ASoC: simple-card: use asoc_simple_card_clk_xxx()" to the asoc tree Mark Brown
2017-06-07  0:29 ` [PATCH 3/5] ASoC: simple-scu-card: use asoc_simple_card_clk_enable/disable() Kuninori Morimoto
2017-06-13 21:07   ` Applied "ASoC: simple-scu-card: use asoc_simple_card_clk_xxx()" to the asoc tree Mark Brown
2017-06-07  0:29 ` [PATCH 4/5] ASoC: audio-graph-scu-card: use asoc_simple_card_clk_enable/disable() Kuninori Morimoto
2017-06-13 21:07   ` Applied "ASoC: audio-graph-scu-card: use asoc_simple_card_clk_xxx()" to the asoc tree Mark Brown
2017-06-07  0:30 ` [PATCH 5/5] ASoC: audio-graph-card: use asoc_simple_card_clk_enable/disable() Kuninori Morimoto
2017-06-13 21:07   ` Applied "ASoC: audio-graph-card: use asoc_simple_card_clk_xxx()" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox