All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Mark Brown <broonie@kernel.org>
Cc: Linux-ALSA <alsa-devel@alsa-project.org>,
	Liam Girdwood <lgirdwood@gmail.com>, Simon <horms@verge.net.au>,
	<linux-renesas-soc@vger.kernel.org>
Subject: Re: [PATCH 00/39 v2] ASoC: add simple-card-core and standardize "simple" card
Date: Mon, 20 Jun 2016 10:49:09 +0900	[thread overview]
Message-ID: <874m8osk8a.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <87fusysjam.wl%kuninori.morimoto.gx@renesas.com>


Hi Mark

I know you are Mr busy man,
but do you have plan to review this patch-set ?
Should I re-send these ?

> These are v2 of simple-card cleanup patches.
> 
> Main purpose of these patches are
>  - cleanup simple-card
>  - rename rsrc-card to simple-dpcm-card
> 
> Main diff v1 <-> v2 are
>  - remove duplicate header patch
>  - rename simple-card-core.c -> simple-card-utils.c
>  - remove dpcm function from simple-card-utils.
>  - remove jack/pin/gpio/ function from simple-card-utils.
>  - remove widgets/route function from simple-card-utils.
> 
> I removed widgets/routing related function. it was very thin cosmetic functions.
> About jack/pin/gpio on simple-card, it is still have same method,
> but keeping it as static function.
> dpcm related function too, it is keeping static.
> 
>  1) -  3) cleaup patch as prepare
>  4) - 14) simple-card-utils
> 15) - 24) simple-card
> 25) - 36) rsrc-card
> 37) - 39) rsrc-card -> simple-dpcm-card
> 
> Kuninori Morimoto (39):
>        1) ASoC: rsrc-card: remove unused dai_num
>        2) ASoC: simple-card: use common PREFIX for each DT property
>        3) ASoC: simple-card: add new asoc_simple_jack and use it
>        4) ASoC: add new simple-card-utils.c
>        5) ASoC: simple-card-utils: add asoc_simple_card_parse_tdm()
>        6) ASoC: simple-card-utils: add asoc_simple_card_parse_dailink_name()
>        7) ASoC: simple-card-utils: add asoc_simple_card_parse_card_name()
>        8) ASoC: simple-card-utils: add asoc_simple_card_parse_card_prefix()
>        9) ASoC: simple-card-utils: add asoc_simple_card_parse_clk()
>       10) ASoC: simple-card-utils: add asoc_simple_card_parse_endpoint()
>       11) ASoC: simple-card-utils: add asoc_simple_card_init_dai()
>       12) ASoC: simple-card-utils: add asoc_simple_card_canonicalize_dailink()
>       13) ASoC: simple-card-utils: add asoc_simple_card_canonicalize_cpu()
>       14) ASoC: simple-card-utils: add asoc_simple_card_clean_reference()
>       15) ASoC: simple-card: use asoc_simple_card_parse_daifmt()
>       16) ASoC: simple-card: use asoc_simple_card_parse_clk()
>       17) ASoC: simple-card: use asoc_simple_card_parse_endpoint()
>       18) ASoC: simple-card: use asoc_simple_card_parse_tdm()
>       19) ASoC: simple-card: use asoc_simple_card_parse_card_name()
>       20) ASoC: simple-card: use asoc_simple_card_parse_dailink_name()
>       21) ASoC: simple-card: use asoc_simple_card_init_dai()
>       22) ASoC: simple-card: use asoc_simple_card_canonicalize_dailink()
>       23) ASoC: simple-card: use asoc_simple_card_canonicalize_cpu()
>       24) ASoC: simple-card: use asoc_simple_card_clean_reference()
>       25) ASoC: rsrc-card: use asoc_simple_card_parse_daifmt()
>       26) ASoC: rsrc-card: use asoc_simple_card_parse_dailink_name()
>       27) ASoC: rsrc-card: use asoc_simple_dai instead of rsrc_card_dai
>       28) ASoC: rsrc-card: use asoc_simple_card_parse_clk()
>       29) ASoC: rsrc-card: use asoc_simple_card_parse_endpoint()
>       30) ASoC: rsrc-card: use asoc_simple_card_parse_card_name()
>       31) ASoC: rsrc-card: use asoc_simple_card_parse_card_prefix()
>       32) ASoC: rsrc-card: use asoc_simple_card_parse_tdm()
>       33) ASoC: rsrc-card: use asoc_simple_card_init_dai()
>       34) ASoC: rsrc-card: use asoc_simple_card_canonicalize_cpu()
>       35) ASoC: rsrc-card: use asoc_simple_card_canonicalize_dailink()
>       36) ASoC: rsrc-card: use asoc_simple_card_clean_reference()
>       37) ASoC: rsrc-card: rename rsrc-card to simple-dpcm-card phase1
>       38) ASoC: rsrc-card: rename rsrc-card to simple-dpcm-card phase2
>       39) ASoC: rsrc-card: rename rsrc-card to simple-dpcm-card phase3
> 
>  Documentation/devicetree/bindings/sound/renesas,rsrc-card.txt |  75 --------------
>  Documentation/devicetree/bindings/sound/simple-dpcm-card.txt  |  79 +++++++++++++++
>  include/sound/simple_card.h                                   |  11 +--
>  include/sound/simple_card_utils.h                             |  77 +++++++++++++++
>  sound/soc/generic/Kconfig                                     |  10 ++
>  sound/soc/generic/Makefile                                    |   4 +
>  sound/soc/generic/simple-card-utils.c                         | 288 +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  sound/soc/generic/simple-card.c                               | 424 ++++++++++++++++++++++++------------------------------------------------------
>  sound/soc/generic/simple-dpcm-card.c                          | 351 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  sound/soc/sh/Kconfig                                          |   5 -
>  sound/soc/sh/rcar/Makefile                                    |   3 -
>  sound/soc/sh/rcar/rsrc-card.c                                 | 529 --------------------------------------------------------------------------------------------------
>  12 files changed, 937 insertions(+), 919 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Mark Brown <broonie@kernel.org>
Cc: linux-renesas-soc@vger.kernel.org,
	Linux-ALSA <alsa-devel@alsa-project.org>,
	Simon <horms@verge.net.au>, Liam Girdwood <lgirdwood@gmail.com>
Subject: Re: [PATCH 00/39 v2] ASoC: add simple-card-core and standardize "simple" card
Date: Mon, 20 Jun 2016 10:49:09 +0900	[thread overview]
Message-ID: <874m8osk8a.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <87fusysjam.wl%kuninori.morimoto.gx@renesas.com>


Hi Mark

I know you are Mr busy man,
but do you have plan to review this patch-set ?
Should I re-send these ?

> These are v2 of simple-card cleanup patches.
> 
> Main purpose of these patches are
>  - cleanup simple-card
>  - rename rsrc-card to simple-dpcm-card
> 
> Main diff v1 <-> v2 are
>  - remove duplicate header patch
>  - rename simple-card-core.c -> simple-card-utils.c
>  - remove dpcm function from simple-card-utils.
>  - remove jack/pin/gpio/ function from simple-card-utils.
>  - remove widgets/route function from simple-card-utils.
> 
> I removed widgets/routing related function. it was very thin cosmetic functions.
> About jack/pin/gpio on simple-card, it is still have same method,
> but keeping it as static function.
> dpcm related function too, it is keeping static.
> 
>  1) -  3) cleaup patch as prepare
>  4) - 14) simple-card-utils
> 15) - 24) simple-card
> 25) - 36) rsrc-card
> 37) - 39) rsrc-card -> simple-dpcm-card
> 
> Kuninori Morimoto (39):
>        1) ASoC: rsrc-card: remove unused dai_num
>        2) ASoC: simple-card: use common PREFIX for each DT property
>        3) ASoC: simple-card: add new asoc_simple_jack and use it
>        4) ASoC: add new simple-card-utils.c
>        5) ASoC: simple-card-utils: add asoc_simple_card_parse_tdm()
>        6) ASoC: simple-card-utils: add asoc_simple_card_parse_dailink_name()
>        7) ASoC: simple-card-utils: add asoc_simple_card_parse_card_name()
>        8) ASoC: simple-card-utils: add asoc_simple_card_parse_card_prefix()
>        9) ASoC: simple-card-utils: add asoc_simple_card_parse_clk()
>       10) ASoC: simple-card-utils: add asoc_simple_card_parse_endpoint()
>       11) ASoC: simple-card-utils: add asoc_simple_card_init_dai()
>       12) ASoC: simple-card-utils: add asoc_simple_card_canonicalize_dailink()
>       13) ASoC: simple-card-utils: add asoc_simple_card_canonicalize_cpu()
>       14) ASoC: simple-card-utils: add asoc_simple_card_clean_reference()
>       15) ASoC: simple-card: use asoc_simple_card_parse_daifmt()
>       16) ASoC: simple-card: use asoc_simple_card_parse_clk()
>       17) ASoC: simple-card: use asoc_simple_card_parse_endpoint()
>       18) ASoC: simple-card: use asoc_simple_card_parse_tdm()
>       19) ASoC: simple-card: use asoc_simple_card_parse_card_name()
>       20) ASoC: simple-card: use asoc_simple_card_parse_dailink_name()
>       21) ASoC: simple-card: use asoc_simple_card_init_dai()
>       22) ASoC: simple-card: use asoc_simple_card_canonicalize_dailink()
>       23) ASoC: simple-card: use asoc_simple_card_canonicalize_cpu()
>       24) ASoC: simple-card: use asoc_simple_card_clean_reference()
>       25) ASoC: rsrc-card: use asoc_simple_card_parse_daifmt()
>       26) ASoC: rsrc-card: use asoc_simple_card_parse_dailink_name()
>       27) ASoC: rsrc-card: use asoc_simple_dai instead of rsrc_card_dai
>       28) ASoC: rsrc-card: use asoc_simple_card_parse_clk()
>       29) ASoC: rsrc-card: use asoc_simple_card_parse_endpoint()
>       30) ASoC: rsrc-card: use asoc_simple_card_parse_card_name()
>       31) ASoC: rsrc-card: use asoc_simple_card_parse_card_prefix()
>       32) ASoC: rsrc-card: use asoc_simple_card_parse_tdm()
>       33) ASoC: rsrc-card: use asoc_simple_card_init_dai()
>       34) ASoC: rsrc-card: use asoc_simple_card_canonicalize_cpu()
>       35) ASoC: rsrc-card: use asoc_simple_card_canonicalize_dailink()
>       36) ASoC: rsrc-card: use asoc_simple_card_clean_reference()
>       37) ASoC: rsrc-card: rename rsrc-card to simple-dpcm-card phase1
>       38) ASoC: rsrc-card: rename rsrc-card to simple-dpcm-card phase2
>       39) ASoC: rsrc-card: rename rsrc-card to simple-dpcm-card phase3
> 
>  Documentation/devicetree/bindings/sound/renesas,rsrc-card.txt |  75 --------------
>  Documentation/devicetree/bindings/sound/simple-dpcm-card.txt  |  79 +++++++++++++++
>  include/sound/simple_card.h                                   |  11 +--
>  include/sound/simple_card_utils.h                             |  77 +++++++++++++++
>  sound/soc/generic/Kconfig                                     |  10 ++
>  sound/soc/generic/Makefile                                    |   4 +
>  sound/soc/generic/simple-card-utils.c                         | 288 +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  sound/soc/generic/simple-card.c                               | 424 ++++++++++++++++++++++++------------------------------------------------------
>  sound/soc/generic/simple-dpcm-card.c                          | 351 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  sound/soc/sh/Kconfig                                          |   5 -
>  sound/soc/sh/rcar/Makefile                                    |   3 -
>  sound/soc/sh/rcar/rsrc-card.c                                 | 529 --------------------------------------------------------------------------------------------------
>  12 files changed, 937 insertions(+), 919 deletions(-)

  parent reply	other threads:[~2016-06-20  3:08 UTC|newest]

Thread overview: 128+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-31  8:56 [PATCH 00/39 v2] ASoC: add simple-card-core and standardize "simple" card Kuninori Morimoto
2016-05-31  8:56 ` Kuninori Morimoto
2016-05-31  8:58 ` [PATCH 01/39 v2] ASoC: rsrc-card: remove unused dai_num Kuninori Morimoto
2016-05-31  8:58   ` Kuninori Morimoto
2016-05-31  8:59 ` [PATCH 02/39 v2] ASoC: simple-card: use common PREFIX for each DT property Kuninori Morimoto
2016-05-31  8:59   ` Kuninori Morimoto
2016-06-13 15:47   ` Applied "ASoC: simple-card: use common PREFIX for each DT property" to the asoc tree Mark Brown
2016-06-13 15:47     ` Mark Brown
2016-05-31  8:59 ` [PATCH 03/39 v2] ASoC: simple-card: add new asoc_simple_jack and use it Kuninori Morimoto
2016-05-31  8:59   ` Kuninori Morimoto
2016-06-29 18:20   ` Applied "ASoC: simple-card: add new asoc_simple_jack and use it" to the asoc tree Mark Brown
2016-06-29 18:20     ` Mark Brown
2016-05-31  9:00 ` [PATCH 04/39 v2] ASoC: add new simple-card-utils.c Kuninori Morimoto
2016-05-31  9:00   ` Kuninori Morimoto
2016-06-29 18:20   ` Applied "ASoC: add new simple-card-utils.c" to the asoc tree Mark Brown
2016-06-29 18:20     ` Mark Brown
2016-05-31  9:00 ` [PATCH 05/39 v2] ASoC: simple-card-utils: add asoc_simple_card_parse_tdm() Kuninori Morimoto
2016-05-31  9:00   ` Kuninori Morimoto
2016-06-29 18:11   ` Mark Brown
2016-06-30  0:03     ` Kuninori Morimoto
2016-06-30  0:03       ` Kuninori Morimoto
2016-05-31  9:01 ` [PATCH 06/39 v2] ASoC: simple-card-utils: add asoc_simple_card_parse_dailink_name() Kuninori Morimoto
2016-05-31  9:01   ` Kuninori Morimoto
2016-06-29 18:14   ` Mark Brown
2016-06-30  5:32     ` Kuninori Morimoto
2016-06-30  5:32       ` Kuninori Morimoto
2016-05-31  9:01 ` [PATCH 07/39 v2] ASoC: simple-card-utils: add asoc_simple_card_parse_card_name() Kuninori Morimoto
2016-05-31  9:01   ` Kuninori Morimoto
2016-06-29 18:15   ` Mark Brown
2016-06-29 18:15     ` Mark Brown
2016-06-30  2:55     ` Kuninori Morimoto
2016-06-30  2:55       ` Kuninori Morimoto
2016-07-01  9:52       ` Mark Brown
2016-07-03 23:54         ` Kuninori Morimoto
2016-07-03 23:54           ` Kuninori Morimoto
2016-07-04  0:20           ` Kuninori Morimoto
2016-07-04  0:20             ` Kuninori Morimoto
2016-07-04  8:50             ` Mark Brown
2016-07-04  8:59               ` Kuninori Morimoto
2016-07-04  8:59                 ` Kuninori Morimoto
2016-07-05 12:10                 ` Mark Brown
2016-07-05 12:10                   ` Mark Brown
2016-07-05 23:12                   ` Kuninori Morimoto
2016-07-05 23:12                     ` Kuninori Morimoto
2016-05-31  9:01 ` [PATCH 08/39 v2] ASoC: simple-card-utils: add asoc_simple_card_parse_card_prefix() Kuninori Morimoto
2016-05-31  9:01   ` Kuninori Morimoto
2016-06-29 18:17   ` Mark Brown
2016-05-31  9:02 ` [PATCH 09/39 v2] ASoC: simple-card-utils: add asoc_simple_card_parse_clk() Kuninori Morimoto
2016-05-31  9:02   ` Kuninori Morimoto
2016-06-29 18:18   ` Mark Brown
2016-06-30  0:25     ` Kuninori Morimoto
2016-06-30  0:25       ` Kuninori Morimoto
2016-06-30  0:39       ` Kuninori Morimoto
2016-06-30  0:39         ` Kuninori Morimoto
2016-07-01  9:55         ` Mark Brown
2016-07-01  9:55           ` Mark Brown
2016-07-03 23:58           ` Kuninori Morimoto
2016-07-03 23:58             ` Kuninori Morimoto
2016-05-31  9:03 ` [PATCH 10/39 v2] ASoC: simple-card-utils: add asoc_simple_card_parse_endpoint() Kuninori Morimoto
2016-05-31  9:03   ` Kuninori Morimoto
2016-06-29 18:34   ` Mark Brown
2016-05-31  9:03 ` [PATCH 11/39 v2] ASoC: simple-card-utils: add asoc_simple_card_init_dai() Kuninori Morimoto
2016-05-31  9:03   ` Kuninori Morimoto
2016-05-31  9:03 ` [PATCH 12/39 v2] ASoC: simple-card-utils: add asoc_simple_card_canonicalize_dailink() Kuninori Morimoto
2016-05-31  9:03   ` Kuninori Morimoto
2016-05-31  9:04 ` [PATCH 13/39 v2] ASoC: simple-card-utils: add asoc_simple_card_canonicalize_cpu() Kuninori Morimoto
2016-05-31  9:04   ` Kuninori Morimoto
2016-05-31  9:04 ` [PATCH 14/39 v2] ASoC: simple-card-utils: add asoc_simple_card_clean_reference() Kuninori Morimoto
2016-05-31  9:04   ` Kuninori Morimoto
2016-05-31  9:05 ` [PATCH 15/39 v2] ASoC: simple-card: use asoc_simple_card_parse_daifmt() Kuninori Morimoto
2016-05-31  9:05   ` Kuninori Morimoto
2016-05-31  9:05 ` [PATCH 16/39 v2] ASoC: simple-card: use asoc_simple_card_parse_clk() Kuninori Morimoto
2016-05-31  9:05   ` Kuninori Morimoto
2016-05-31  9:05 ` [PATCH 17/39 v2] ASoC: simple-card: use asoc_simple_card_parse_endpoint() Kuninori Morimoto
2016-05-31  9:05   ` Kuninori Morimoto
2016-05-31  9:06 ` [PATCH 18/39 v2] ASoC: simple-card: use asoc_simple_card_parse_tdm() Kuninori Morimoto
2016-05-31  9:06   ` Kuninori Morimoto
2016-05-31  9:06 ` [PATCH 19/39 v2] ASoC: simple-card: use asoc_simple_card_parse_card_name() Kuninori Morimoto
2016-05-31  9:06   ` Kuninori Morimoto
2016-07-16 12:03   ` Applied "ASoC: simple-card: use asoc_simple_card_parse_card_name()" to the asoc tree Mark Brown
2016-07-16 12:03     ` Mark Brown
2016-05-31  9:07 ` [PATCH 20/39 v2] ASoC: simple-card: use asoc_simple_card_parse_dailink_name() Kuninori Morimoto
2016-05-31  9:07   ` Kuninori Morimoto
2016-05-31  9:07 ` [PATCH 21/39 v2] ASoC: simple-card: use asoc_simple_card_init_dai() Kuninori Morimoto
2016-05-31  9:07   ` Kuninori Morimoto
2016-05-31  9:07 ` [PATCH 22/39 v2] ASoC: simple-card: use asoc_simple_card_canonicalize_dailink() Kuninori Morimoto
2016-05-31  9:07   ` Kuninori Morimoto
2016-05-31  9:08 ` [PATCH 23/39 v2] ASoC: simple-card: use asoc_simple_card_canonicalize_cpu() Kuninori Morimoto
2016-05-31  9:08   ` Kuninori Morimoto
2016-05-31  9:08 ` [PATCH 24/39 v2] ASoC: simple-card: use asoc_simple_card_clean_reference() Kuninori Morimoto
2016-05-31  9:08   ` Kuninori Morimoto
2016-05-31  9:09 ` [PATCH 25/39 v2] ASoC: rsrc-card: use asoc_simple_card_parse_daifmt() Kuninori Morimoto
2016-05-31  9:09   ` Kuninori Morimoto
2016-07-01 15:59   ` Applied "ASoC: rsrc-card: use asoc_simple_card_parse_daifmt()" to the asoc tree Mark Brown
2016-07-01 15:59     ` Mark Brown
2016-05-31  9:09 ` [PATCH 26/39 v2] ASoC: rsrc-card: use asoc_simple_card_parse_dailink_name() Kuninori Morimoto
2016-05-31  9:09   ` Kuninori Morimoto
2016-05-31  9:09 ` [PATCH 27/39 v2] ASoC: rsrc-card: use asoc_simple_dai instead of rsrc_card_dai Kuninori Morimoto
2016-05-31  9:09   ` Kuninori Morimoto
2016-05-31  9:10 ` [PATCH 28/39 v2] ASoC: rsrc-card: use asoc_simple_card_parse_clk() Kuninori Morimoto
2016-05-31  9:10   ` Kuninori Morimoto
2016-05-31  9:10 ` [PATCH 29/39 v2] ASoC: rsrc-card: use asoc_simple_card_parse_endpoint() Kuninori Morimoto
2016-05-31  9:10   ` Kuninori Morimoto
2016-05-31  9:11 ` [PATCH 30/39 v2] ASoC: rsrc-card: use asoc_simple_card_parse_card_name() Kuninori Morimoto
2016-05-31  9:11   ` Kuninori Morimoto
2016-05-31  9:11 ` [PATCH 31/39 v2] ASoC: rsrc-card: use asoc_simple_card_parse_card_prefix() Kuninori Morimoto
2016-05-31  9:11   ` Kuninori Morimoto
2016-05-31  9:11 ` [PATCH 32/39 v2] ASoC: rsrc-card: use asoc_simple_card_parse_tdm() Kuninori Morimoto
2016-05-31  9:11   ` Kuninori Morimoto
2016-05-31  9:12 ` [PATCH 33/39 v2] ASoC: rsrc-card: use asoc_simple_card_init_dai() Kuninori Morimoto
2016-05-31  9:12   ` Kuninori Morimoto
2016-05-31  9:12 ` [PATCH 34/39 v2] ASoC: rsrc-card: use asoc_simple_card_canonicalize_cpu() Kuninori Morimoto
2016-05-31  9:12   ` Kuninori Morimoto
2016-05-31  9:13 ` [PATCH 35/39 v2] ASoC: rsrc-card: use asoc_simple_card_canonicalize_dailink() Kuninori Morimoto
2016-05-31  9:13   ` Kuninori Morimoto
2016-05-31  9:13 ` [PATCH 36/39 v2] ASoC: rsrc-card: use asoc_simple_card_clean_reference() Kuninori Morimoto
2016-05-31  9:13   ` Kuninori Morimoto
2016-05-31  9:13 ` [PATCH 37/39 v2] ASoC: rsrc-card: rename rsrc-card to simple-dpcm-card phase1 Kuninori Morimoto
2016-05-31  9:13   ` Kuninori Morimoto
2016-05-31  9:14 ` [PATCH 38/39 v2] ASoC: rsrc-card: rename rsrc-card to simple-dpcm-card phase2 Kuninori Morimoto
2016-05-31  9:14   ` Kuninori Morimoto
2016-05-31  9:14 ` [PATCH 39/39 v2] ASoC: rsrc-card: rename rsrc-card to simple-dpcm-card phase3 Kuninori Morimoto
2016-05-31  9:14   ` Kuninori Morimoto
2016-06-20  1:49 ` Kuninori Morimoto [this message]
2016-06-20  1:49   ` [PATCH 00/39 v2] ASoC: add simple-card-core and standardize "simple" card Kuninori Morimoto
2016-06-29 18:16 ` Mark Brown
2016-06-30  5:34   ` Kuninori Morimoto
2016-06-30  5:34     ` Kuninori Morimoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874m8osk8a.wl%kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=horms@verge.net.au \
    --cc=lgirdwood@gmail.com \
    --cc=linux-renesas-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.