[alsa-devel] [PATCH 0/5] ASoC: add/use asoc_simple_card_clk_xxx()

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Fri Jun 9 02:41:31 CEST 2017


Hi Mark

This is v2 of Simple/Audio card clk encapsulation patch set.
Mark wanted to use "static inline" instead of #define.
But, this time I selected to use normal function instead of inline.
Thus, it becomes asoc_simple_card_clk_register/enable/disable() now.
It is easy to search card clk related code now.

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

 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    | 19 ++++++++++++++++++-
 sound/soc/generic/simple-card.c          | 10 +++++-----
 sound/soc/generic/simple-scu-card.c      |  4 ++--
 6 files changed, 34 insertions(+), 15 deletions(-)

-- 
1.9.1



More information about the Alsa-devel mailing list