From: Lars-Peter Clausen <lars@metafoo.de>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Linux-ALSA <alsa-devel@alsa-project.org>,
Stephen Warren <swarren@wwwdotorg.org>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
Simon <horms@verge.net.au>,
Liam Girdwood <liam.r.girdwood@intel.com>,
Kuninori Morimoto <kuninori.morimoto.gx@gmail.com>
Subject: Re: [PATCH 0/53] ASoC: switch over to use snd_soc_register_component()
Date: Mon, 18 Mar 2013 16:44:23 +0100 [thread overview]
Message-ID: <51473657.5000104@metafoo.de> (raw)
In-Reply-To: <87txo96xiu.wl%kuninori.morimoto.gx@renesas.com>
On 03/18/2013 07:18 AM, Kuninori Morimoto wrote:
>
> Hi Mark, Liam, Lars, Stephen
>
> These patches switch over to use snd_soc_register_component()
> instead of snd_soc_register_dai[s]() on all drivers
> Last patch moves snd_soc_[un]register_dai[s]() to non global function.
>
> I could compile test on some of them, but couldn't for all drivers
>
> These patches are based on asoc/topic/component branch
>
Hi,
quite a few drivers use snd_soc_register_dai(), while
snd_soc_register_component() uses snd_soc_register_dais().
snd_soc_register_dai() uses fmt_single_name(), while snd_soc_register_dais()
uses fmt_multiple_name() to create the name for the device. So for all
drivers using snd_soc_register_dai() the name of the DAI is different now,
which will break the name based matching of the dai link.
- Lars
> Kuninori Morimoto (53):
> ASoC: switch over to use snd_soc_register_component() on atmel ssc
> ASoC: switch over to use snd_soc_register_component() on au1x i2sc
> ASoC: switch over to use snd_soc_register_component() on au1x psc-ac97
> ASoC: switch over to use snd_soc_register_component() on au1x psc-i2s
> ASoC: switch over to use snd_soc_register_component() on au1x ac97c
> ASoC: switch over to use snd_soc_register_component() on bf6xx i2s
> ASoC: switch over to use snd_soc_register_component() on bf5xx ac97
> ASoC: switch over to use snd_soc_register_component() on bf5xx i2s
> ASoC: switch over to use snd_soc_register_component() on bf5xx tdm
> ASoC: switch over to use snd_soc_register_component() on ep93xx ac97
> ASoC: switch over to use snd_soc_register_component() on ep93xx i2s
> ASoC: switch over to use snd_soc_register_component() on davinci i2s
> ASoC: switch over to use snd_soc_register_component() on davinci vcif
> ASoC: switch over to use snd_soc_register_component() on davinci mcasp
> ASoC: switch over to use snd_soc_register_component() on dw i2s
> ASoC: switch over to use snd_soc_register_component() on mpc5200 ac97
> ASoC: switch over to use snd_soc_register_component() on mpc5200 i2s
> ASoC: switch over to use snd_soc_register_component() on fsl ssi
> ASoC: switch over to use snd_soc_register_component() on imx ssi
> ASoC: switch over to use snd_soc_register_component() on jz4740 i2s
> ASoC: switch over to use snd_soc_register_component() on kirkwood i2s
> ASoC: switch over to use snd_soc_register_component() on sst
> ASoC: switch over to use snd_soc_register_component() on mxs saif
> ASoC: switch over to use snd_soc_register_component() on nuc900 ac97
> ASoC: switch over to use snd_soc_register_component() on omap mcbsp
> ASoC: switch over to use snd_soc_register_component() on omap mcpdm
> ASoC: switch over to use snd_soc_register_component() on omap dmic
> ASoC: switch over to use snd_soc_register_component() on omap hdmi
> ASoC: switch over to use snd_soc_register_component() on pxa ssp
> ASoC: pxa2xx-ac97: move EXPORT_SYMBOL_GPL() next to definition
> ASoC: switch over to use snd_soc_register_component() on pxa2xx ac97
> ASoC: switch over to use snd_soc_register_component() on pxa2xx i2s
> ASoC: switch over to use snd_soc_register_component() on mmp sspa
> ASoC: switch over to use snd_soc_register_component() on s6000 i2s
> ASoC: switch over to use snd_soc_register_component() on s3c24xx i2s
> ASoC: switch over to use snd_soc_register_component() on s3c i2s
> ASoC: switch over to use snd_soc_register_component() on s3c ac97
> ASoC: switch over to use snd_soc_register_component() on samsung spdif
> ASoC: switch over to use snd_soc_register_component() on samsung i2s
> ASoC: switch over to use snd_soc_register_component() on samsung pcm
> ASoC: switch over to use snd_soc_register_component() on goni_wm8994
> ASoC: switch over to use snd_soc_register_component() on sh4 ssi
> ASoC: switch over to use snd_soc_register_component() on sh4 siu
> ASoC: switch over to use snd_soc_register_component() on sh4 hac
> ASoC: switch over to use snd_soc_register_component() on spear spdif out
> ASoC: switch over to use snd_soc_register_component() on spear spdif in
> ASoC: switch over to use snd_soc_register_component() on tegra30 i2s
> ASoC: switch over to use snd_soc_register_component() on tegra20 spdif
> ASoC: switch over to use snd_soc_register_component() on tegra20 ac97
> ASoC: switch over to use snd_soc_register_component() on tegra20 i2s
> ASoC: switch over to use snd_soc_register_component() on txx9aclc ac97
> ASoC: switch over to use snd_soc_register_component() on ux500 msp
> ASoC: snd_soc_[un]register_dai[s]() become non global function
>
> include/sound/soc-dai.h | 8 --------
> sound/soc/atmel/atmel_ssc_dai.c | 11 ++++++++---
> sound/soc/au1x/ac97c.c | 9 +++++++--
> sound/soc/au1x/i2sc.c | 9 +++++++--
> sound/soc/au1x/psc-ac97.c | 9 +++++++--
> sound/soc/au1x/psc-i2s.c | 9 +++++++--
> sound/soc/blackfin/bf5xx-ac97.c | 9 +++++++--
> sound/soc/blackfin/bf5xx-i2s.c | 9 +++++++--
> sound/soc/blackfin/bf5xx-tdm.c | 9 +++++++--
> sound/soc/blackfin/bf6xx-i2s.c | 9 +++++++--
> sound/soc/cirrus/ep93xx-ac97.c | 9 +++++++--
> sound/soc/cirrus/ep93xx-i2s.c | 9 +++++++--
> sound/soc/davinci/davinci-i2s.c | 15 ++++++++++-----
> sound/soc/davinci/davinci-mcasp.c | 15 ++++++++++-----
> sound/soc/davinci/davinci-vcif.c | 11 ++++++++---
> sound/soc/dwc/designware_i2s.c | 9 +++++++--
> sound/soc/fsl/fsl_ssi.c | 11 ++++++++---
> sound/soc/fsl/imx-ssi.c | 11 ++++++++---
> sound/soc/fsl/mpc5200_psc_ac97.c | 8 ++++++--
> sound/soc/fsl/mpc5200_psc_i2s.c | 9 +++++++--
> sound/soc/jz4740/jz4740-i2s.c | 9 +++++++--
> sound/soc/kirkwood/kirkwood-i2s.c | 11 ++++++++---
> sound/soc/mid-x86/sst_platform.c | 8 ++++++--
> sound/soc/mxs/mxs-saif.c | 11 ++++++++---
> sound/soc/nuc900/nuc900-ac97.c | 9 +++++++--
> sound/soc/omap/omap-dmic.c | 9 +++++++--
> sound/soc/omap/omap-hdmi.c | 9 +++++++--
> sound/soc/omap/omap-mcbsp.c | 9 +++++++--
> sound/soc/omap/omap-mcpdm.c | 9 +++++++--
> sound/soc/pxa/mmp-sspa.c | 9 +++++++--
> sound/soc/pxa/pxa-ssp.c | 9 +++++++--
> sound/soc/pxa/pxa2xx-ac97.c | 11 +++++++----
> sound/soc/pxa/pxa2xx-i2s.c | 9 +++++++--
> sound/soc/s6000/s6000-i2s.c | 9 +++++++--
> sound/soc/samsung/ac97.c | 12 ++++++++----
> sound/soc/samsung/goni_wm8994.c | 11 ++++++++---
> sound/soc/samsung/i2s.c | 14 ++++++++++----
> sound/soc/samsung/pcm.c | 11 ++++++++---
> sound/soc/samsung/s3c-i2s-v2.c | 9 +++++----
> sound/soc/samsung/s3c-i2s-v2.h | 7 ++++---
> sound/soc/samsung/s3c2412-i2s.c | 12 +++++++++---
> sound/soc/samsung/s3c24xx-i2s.c | 11 ++++++++---
> sound/soc/samsung/spdif.c | 11 ++++++++---
> sound/soc/sh/hac.c | 10 +++++++---
> sound/soc/sh/siu_dai.c | 11 ++++++++---
> sound/soc/sh/ssi.c | 10 +++++++---
> sound/soc/soc-core.c | 12 ++++--------
> sound/soc/spear/spdif_in.c | 9 +++++++--
> sound/soc/spear/spdif_out.c | 9 +++++++--
> sound/soc/tegra/tegra20_ac97.c | 15 ++++++++++-----
> sound/soc/tegra/tegra20_i2s.c | 15 ++++++++++-----
> sound/soc/tegra/tegra20_spdif.c | 15 ++++++++++-----
> sound/soc/tegra/tegra30_i2s.c | 15 ++++++++++-----
> sound/soc/txx9/txx9aclc-ac97.c | 9 +++++++--
> sound/soc/ux500/ux500_msp_dai.c | 13 +++++++++----
> 55 files changed, 405 insertions(+), 165 deletions(-)
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
next prev parent reply other threads:[~2013-03-18 15:42 UTC|newest]
Thread overview: 139+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-18 6:18 [PATCH 0/53] ASoC: switch over to use snd_soc_register_component() Kuninori Morimoto
2013-03-18 6:19 ` [PATCH 01/53] ASoC: switch over to use snd_soc_register_component() on atmel ssc Kuninori Morimoto, Kuninori Morimoto
2013-03-18 6:19 ` [PATCH 02/53] ASoC: switch over to use snd_soc_register_component() on au1x i2sc Kuninori Morimoto, Kuninori Morimoto
2013-03-18 6:20 ` [PATCH 03/53] ASoC: switch over to use snd_soc_register_component() on au1x psc-ac97 Kuninori Morimoto, Kuninori Morimoto
2013-03-18 6:20 ` [PATCH 04/53] ASoC: switch over to use snd_soc_register_component() on au1x psc-i2s Kuninori Morimoto, Kuninori Morimoto
2013-03-18 6:20 ` [PATCH 05/53] ASoC: switch over to use snd_soc_register_component() on au1x ac97c Kuninori Morimoto
2013-03-18 6:20 ` [PATCH 06/53] ASoC: switch over to use snd_soc_register_component() on bf6xx i2s Kuninori Morimoto
2013-03-18 6:20 ` [PATCH 07/53] ASoC: switch over to use snd_soc_register_component() on bf5xx ac97 Kuninori Morimoto
2013-03-18 6:21 ` [PATCH 08/53] ASoC: switch over to use snd_soc_register_component() on bf5xx i2s Kuninori Morimoto
2013-03-18 6:21 ` [PATCH 09/53] ASoC: switch over to use snd_soc_register_component() on bf5xx tdm Kuninori Morimoto
2013-03-18 6:21 ` [PATCH 10/53] ASoC: switch over to use snd_soc_register_component() on ep93xx ac97 Kuninori Morimoto
2013-03-18 6:22 ` [PATCH 11/53] ASoC: switch over to use snd_soc_register_component() on ep93xx i2s Kuninori Morimoto
2013-03-18 6:23 ` [PATCH 12/53] ASoC: switch over to use snd_soc_register_component() on davinci i2s Kuninori Morimoto
2013-03-18 6:23 ` [PATCH 13/53] ASoC: switch over to use snd_soc_register_component() on davinci vcif Kuninori Morimoto
2013-03-18 6:23 ` [PATCH 14/53] ASoC: switch over to use snd_soc_register_component() on davinci mcasp Kuninori Morimoto
2013-03-18 6:23 ` [PATCH 15/53] ASoC: switch over to use snd_soc_register_component() on dw i2s Kuninori Morimoto
2013-03-18 6:23 ` [PATCH 16/53] ASoC: switch over to use snd_soc_register_component() on mpc5200 ac97 Kuninori Morimoto
2013-03-18 6:24 ` [PATCH 17/53] ASoC: switch over to use snd_soc_register_component() on mpc5200 i2s Kuninori Morimoto
2013-03-18 6:24 ` [PATCH 18/53] ASoC: switch over to use snd_soc_register_component() on fsl ssi Kuninori Morimoto
2013-03-18 6:24 ` [PATCH 19/53] ASoC: switch over to use snd_soc_register_component() on imx ssi Kuninori Morimoto
2013-03-18 6:24 ` [PATCH 20/53] ASoC: switch over to use snd_soc_register_component() on jz4740 i2s Kuninori Morimoto
2013-03-18 6:24 ` [PATCH 21/53] ASoC: switch over to use snd_soc_register_component() on kirkwood i2s Kuninori Morimoto
2013-03-18 6:24 ` [PATCH 22/53] ASoC: switch over to use snd_soc_register_component() on sst Kuninori Morimoto
2013-03-18 6:24 ` [PATCH 23/53] ASoC: switch over to use snd_soc_register_component() on mxs saif Kuninori Morimoto
2013-03-18 6:25 ` [PATCH 24/53] ASoC: switch over to use snd_soc_register_component() on nuc900 ac97 Kuninori Morimoto
2013-03-18 6:25 ` [PATCH 25/53] ASoC: switch over to use snd_soc_register_component() on omap mcbsp Kuninori Morimoto
2013-03-19 12:36 ` Peter Ujfalusi
2013-03-18 6:25 ` [PATCH 26/53] ASoC: switch over to use snd_soc_register_component() on omap mcpdm Kuninori Morimoto
2013-03-18 6:25 ` [PATCH 27/53] ASoC: switch over to use snd_soc_register_component() on omap dmic Kuninori Morimoto
2013-03-18 6:26 ` [PATCH 28/53] ASoC: switch over to use snd_soc_register_component() on omap hdmi Kuninori Morimoto
2013-03-18 6:26 ` [PATCH 29/53] ASoC: switch over to use snd_soc_register_component() on pxa ssp Kuninori Morimoto
2013-03-18 6:26 ` [PATCH 30/53] ASoC: pxa2xx-ac97: move EXPORT_SYMBOL_GPL() next to definition Kuninori Morimoto
2013-03-18 6:26 ` [PATCH 31/53] ASoC: switch over to use snd_soc_register_component() on pxa2xx ac97 Kuninori Morimoto
2013-03-18 6:26 ` [PATCH 32/53] ASoC: switch over to use snd_soc_register_component() on pxa2xx i2s Kuninori Morimoto
2013-03-18 6:26 ` [PATCH 33/53] ASoC: switch over to use snd_soc_register_component() on mmp sspa Kuninori Morimoto
2013-03-18 6:27 ` [PATCH 34/53] ASoC: switch over to use snd_soc_register_component() on s6000 i2s Kuninori Morimoto
2013-03-18 6:27 ` [PATCH 35/53] ASoC: switch over to use snd_soc_register_component() on s3c24xx i2s Kuninori Morimoto
2013-03-18 6:33 ` [PATCH 01/18] ASoC: switch over to use snd_soc_register_component() on s3c i2s Kuninori Morimoto
2013-03-18 6:33 ` [PATCH 37/53] ASoC: switch over to use snd_soc_register_component() on s3c ac97 Kuninori Morimoto
2013-03-18 6:33 ` [PATCH 38/53] ASoC: switch over to use snd_soc_register_component() on samsung spdif Kuninori Morimoto
2013-03-18 6:33 ` [PATCH 39/53] ASoC: switch over to use snd_soc_register_component() on samsung i2s Kuninori Morimoto
2013-03-18 6:33 ` [PATCH 40/53] ASoC: switch over to use snd_soc_register_component() on samsung pcm Kuninori Morimoto
2013-03-18 6:34 ` [PATCH 41/53] ASoC: switch over to use snd_soc_register_component() on goni_wm8994 Kuninori Morimoto
2013-03-18 6:34 ` [PATCH 42/53] ASoC: switch over to use snd_soc_register_component() on sh4 ssi Kuninori Morimoto
2013-03-18 6:34 ` [PATCH 43/53] ASoC: switch over to use snd_soc_register_component() on sh4 siu Kuninori Morimoto
2013-03-18 6:34 ` [PATCH 44/53] ASoC: switch over to use snd_soc_register_component() on sh4 hac Kuninori Morimoto
2013-03-18 6:34 ` [PATCH 45/53] ASoC: switch over to use snd_soc_register_component() on spear spdif out Kuninori Morimoto
2013-03-18 6:34 ` [PATCH 46/53] ASoC: switch over to use snd_soc_register_component() on spear spdif in Kuninori Morimoto
2013-03-18 6:34 ` [PATCH 47/53] ASoC: switch over to use snd_soc_register_component() on tegra30 i2s Kuninori Morimoto
2013-03-18 15:39 ` Stephen Warren
2013-03-18 6:35 ` [PATCH 48/53] ASoC: switch over to use snd_soc_register_component() on tegra20 spdif Kuninori Morimoto
2013-03-18 6:35 ` [PATCH 49/53] ASoC: switch over to use snd_soc_register_component() on tegra20 ac97 Kuninori Morimoto
2013-03-18 6:35 ` [PATCH 50/53] ASoC: switch over to use snd_soc_register_component() on tegra20 i2s Kuninori Morimoto
2013-03-18 6:35 ` [PATCH 51/53] ASoC: switch over to use snd_soc_register_component() on txx9aclc ac97 Kuninori Morimoto
2013-03-18 6:35 ` [PATCH 52/53] ASoC: switch over to use snd_soc_register_component() on ux500 msp Kuninori Morimoto
2013-03-18 6:35 ` [PATCH 53/53] ASoC: snd_soc_[un]register_dai[s]() become non global function Kuninori Morimoto
2013-03-18 15:44 ` Lars-Peter Clausen [this message]
2013-03-19 0:32 ` [PATCH 0/53] ASoC: switch over to use snd_soc_register_component() Kuninori Morimoto
2013-03-19 0:36 ` [PATCH] ASoC: snd_soc_register_component() uses properly snd_soc_register_dai[s]() Kuninori Morimoto
2013-03-19 8:35 ` [PATCH 0/53] ASoC: switch over to use snd_soc_register_component() Lars-Peter Clausen
2013-03-19 15:38 ` Stephen Warren
2013-03-21 0:14 ` Kuninori Morimoto
2013-03-21 10:26 ` [PATCH 0/54 v2] " Kuninori Morimoto
2013-03-21 10:27 ` [PATCH 01/54 v2] ASoC: snd_soc_register_component() uses properly snd_soc_register_dai[s]() Kuninori Morimoto
2013-03-21 10:27 ` [PATCH 02/54 v2] ASoC: pxa2xx-ac97: move EXPORT_SYMBOL_GPL() next to definition Kuninori Morimoto
2013-03-22 11:13 ` Mark Brown
2013-03-21 10:28 ` [PATCH 03/54 v2] ASoC: switch over to use snd_soc_register_component() on atmel ssc Kuninori Morimoto
2013-03-21 10:28 ` [PATCH 04/54 v2] ASoC: switch over to use snd_soc_register_component() on au1x i2sc Kuninori Morimoto
2013-03-21 10:28 ` [PATCH 05/54 v2] ASoC: switch over to use snd_soc_register_component() on au1x psc-ac97 Kuninori Morimoto
2013-03-21 10:29 ` [PATCH 06/54 v2] ASoC: switch over to use snd_soc_register_component() on au1x psc-i2s Kuninori Morimoto
2013-03-21 10:29 ` [PATCH 07/54] ASoC: switch over to use snd_soc_register_component() on au1x ac97c Kuninori Morimoto
2013-03-21 10:29 ` [PATCH 08/54 v2] ASoC: switch over to use snd_soc_register_component() on bf6xx i2s Kuninori Morimoto
2013-03-21 10:29 ` [PATCH 09/54 v2] ASoC: switch over to use snd_soc_register_component() on bf5xx ac97 Kuninori Morimoto
2013-03-21 10:30 ` [PATCH 10/54 v2] ASoC: switch over to use snd_soc_register_component() on bf5xx i2s Kuninori Morimoto
2013-03-21 10:30 ` [PATCH 11/54 v2] ASoC: switch over to use snd_soc_register_component() on bf5xx tdm Kuninori Morimoto
2013-03-21 10:30 ` [PATCH 12/54 v2] ASoC: switch over to use snd_soc_register_component() on ep93xx ac97 Kuninori Morimoto
2013-03-21 10:30 ` [PATCH 13/54 v2] ASoC: switch over to use snd_soc_register_component() on ep93xx i2s Kuninori Morimoto
2013-03-21 10:30 ` [PATCH 14/54 v2] ASoC: switch over to use snd_soc_register_component() on davinci i2s Kuninori Morimoto
2013-03-21 10:31 ` [PATCH 15/54 v2] ASoC: switch over to use snd_soc_register_component() on davinci vcif Kuninori Morimoto
2013-03-21 10:31 ` [PATCH 16/54 v2] ASoC: switch over to use snd_soc_register_component() on davinci mcasp Kuninori Morimoto
2013-03-21 10:31 ` [PATCH 17/54 v2] ASoC: switch over to use snd_soc_register_component() on dw i2s Kuninori Morimoto
2013-03-21 10:31 ` [PATCH 18/54 v2] ASoC: switch over to use snd_soc_register_component() on mpc5200 ac97 Kuninori Morimoto
2013-03-21 10:31 ` [PATCH 19/54 v2] ASoC: switch over to use snd_soc_register_component() on mpc5200 i2s Kuninori Morimoto
2013-03-21 16:53 ` Stephen Warren
2013-03-22 1:19 ` Kuninori Morimoto
2013-03-22 5:04 ` Stephen Warren
2013-03-22 10:26 ` Mark Brown
2013-03-25 0:24 ` Kuninori Morimoto
2013-03-25 15:58 ` Stephen Warren
2013-03-25 3:11 ` Shawn Guo
2013-03-22 10:22 ` Mark Brown
2013-03-21 10:32 ` [PATCH 20/54 v2] ASoC: switch over to use snd_soc_register_component() on fsl ssi Kuninori Morimoto
2013-03-21 10:32 ` [PATCH 21/54 v2] ASoC: switch over to use snd_soc_register_component() on imx ssi Kuninori Morimoto
2013-03-21 10:32 ` [PATCH 22/54 v2] ASoC: switch over to use snd_soc_register_component() on jz4740 i2s Kuninori Morimoto
2013-03-25 10:48 ` Lars-Peter Clausen
2013-03-21 10:32 ` [PATCH 23/54 v2] ASoC: switch over to use snd_soc_register_component() on kirkwood i2s Kuninori Morimoto
2013-03-21 10:32 ` [PATCH 24/54 v2] ASoC: switch over to use snd_soc_register_component() on sst Kuninori Morimoto
2013-03-21 10:33 ` [PATCH 25/54 v2] ASoC: switch over to use snd_soc_register_component() on mxs saif Kuninori Morimoto
2013-03-21 10:33 ` [PATCH 26/54 v2] ASoC: switch over to use snd_soc_register_component() on nuc900 ac97 Kuninori Morimoto
2013-03-21 10:33 ` [PATCH 27/54 v2] ASoC: switch over to use snd_soc_register_component() on omap mcbsp Kuninori Morimoto
2013-03-21 10:33 ` [PATCH 28/54 v2] ASoC: switch over to use snd_soc_register_component() on omap mcpdm Kuninori Morimoto
2013-03-21 10:33 ` [PATCH 29/54 v2] ASoC: switch over to use snd_soc_register_component() on omap dmic Kuninori Morimoto
2013-03-21 10:34 ` [PATCH 30/54 v2] ASoC: switch over to use snd_soc_register_component() on omap hdmi Kuninori Morimoto
2013-03-21 10:34 ` [PATCH 31/54 v2] ASoC: switch over to use snd_soc_register_component() on pxa ssp Kuninori Morimoto
2013-03-21 10:34 ` [PATCH 32/54 v2] ASoC: switch over to use snd_soc_register_component() on pxa2xx ac97 Kuninori Morimoto
2013-03-21 10:34 ` [PATCH 33/54 v2] ASoC: switch over to use snd_soc_register_component() on pxa2xx i2s Kuninori Morimoto
2013-03-21 10:34 ` [PATCH 34/54 v2] ASoC: switch over to use snd_soc_register_component() on mmp sspa Kuninori Morimoto
2013-03-21 10:34 ` [PATCH 35/54 v2] ASoC: switch over to use snd_soc_register_component() on s6000 i2s Kuninori Morimoto
2013-03-21 10:35 ` [PATCH 36/54 v2] ASoC: switch over to use snd_soc_register_component() on s3c24xx i2s Kuninori Morimoto
2013-03-21 10:35 ` [PATCH 37/54 v2] ASoC: switch over to use snd_soc_register_component() on s3c i2s Kuninori Morimoto
2013-03-21 10:35 ` [PATCH 38/54 v2] ASoC: switch over to use snd_soc_register_component() on s3c ac97 Kuninori Morimoto
2013-03-21 10:35 ` [PATCH 39/54 v2] ASoC: switch over to use snd_soc_register_component() on samsung spdif Kuninori Morimoto
2013-03-21 10:35 ` [PATCH 40/54 v2] ASoC: switch over to use snd_soc_register_component() on samsung i2s Kuninori Morimoto
2013-03-21 10:36 ` [PATCH 41/54 v2] ASoC: switch over to use snd_soc_register_component() on samsung pcm Kuninori Morimoto
2013-03-21 10:36 ` [PATCH 42/54 v2] ASoC: switch over to use snd_soc_register_component() on goni_wm8994 Kuninori Morimoto
2013-03-21 10:36 ` [PATCH 43/54 v2] ASoC: switch over to use snd_soc_register_component() on sh4 ssi Kuninori Morimoto
2013-03-21 16:58 ` Stephen Warren
2013-03-22 0:17 ` Kuninori Morimoto
2013-03-21 10:36 ` [PATCH 44/54 v2] ASoC: switch over to use snd_soc_register_component() on sh4 siu Kuninori Morimoto
2013-03-21 17:00 ` Stephen Warren
2013-03-22 0:21 ` Kuninori Morimoto
2013-03-22 4:39 ` Stephen Warren
2013-03-22 7:54 ` [PATCH 44/54 v3] " Kuninori Morimoto
2013-03-21 10:36 ` [PATCH 45/54 v2] ASoC: switch over to use snd_soc_register_component() on sh4 hac Kuninori Morimoto
2013-03-21 17:01 ` Stephen Warren
2013-03-22 0:25 ` Kuninori Morimoto
2013-03-22 4:44 ` Stephen Warren
2013-03-21 10:37 ` [PATCH 46/54 v2] ASoC: switch over to use snd_soc_register_component() on spear spdif out Kuninori Morimoto
2013-03-21 10:37 ` [PATCH 47/54 v2] ASoC: switch over to use snd_soc_register_component() on spear spdif in Kuninori Morimoto
2013-03-21 10:37 ` [PATCH 48/54 v2] ASoC: switch over to use snd_soc_register_component() on tegra30 i2s Kuninori Morimoto
2013-03-21 10:37 ` [PATCH 49/54 v2] ASoC: switch over to use snd_soc_register_component() on tegra20 spdif Kuninori Morimoto
2013-03-21 10:37 ` [PATCH 50/54 v2] ASoC: switch over to use snd_soc_register_component() on tegra20 ac97 Kuninori Morimoto
2013-03-21 17:03 ` Stephen Warren
[not found] ` <1363886347.1846.10.camel@antimon>
2013-03-21 17:20 ` Stephen Warren
2013-03-21 10:37 ` [PATCH 51/54 v2] ASoC: switch over to use snd_soc_register_component() on tegra20 i2s Kuninori Morimoto
2013-03-21 10:38 ` [PATCH 52/54 v2] ASoC: switch over to use snd_soc_register_component() on txx9aclc ac97 Kuninori Morimoto
2013-03-21 10:38 ` [PATCH 53/54 v2] ASoC: switch over to use snd_soc_register_component() on ux500 msp Kuninori Morimoto
2013-03-21 10:38 ` [PATCH 54/54 v2] ASoC: snd_soc_[un]register_dai[s]() become non global function Kuninori Morimoto
2013-03-26 21:56 ` [PATCH 0/54 v2] ASoC: switch over to use snd_soc_register_component() Mark Brown
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=51473657.5000104@metafoo.de \
--to=lars@metafoo.de \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=horms@verge.net.au \
--cc=kuninori.morimoto.gx@gmail.com \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=liam.r.girdwood@intel.com \
--cc=swarren@wwwdotorg.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox