[alsa-devel] [PATCH 19/54 v2] ASoC: switch over to use snd_soc_register_component() on mpc5200 i2s
Stephen Warren
swarren at wwwdotorg.org
Thu Mar 21 17:53:27 CET 2013
On 03/21/2013 04:31 AM, Kuninori Morimoto wrote:
> diff --git a/sound/soc/fsl/mpc5200_psc_i2s.c b/sound/soc/fsl/mpc5200_psc_i2s.c
> @@ -163,7 +167,8 @@ static int psc_i2s_of_probe(struct platform_device *op)
> if (rc != 0)
> return rc;
>
> - rc = snd_soc_register_dais(&op->dev, psc_i2s_dai, ARRAY_SIZE(psc_i2s_dai));
> + rc = snd_soc_register_component(&op->dev, &psc_i2s_component,
> + psc_i2s_dai, ARRAY_SIZE(psc_i2s_dai));
ARRAY_SIZE(psc_i2s_dai)==1, so this switches from
snd_soc_register_dais() to snd_soc_register_dai(). Will that be a problem?
More information about the Alsa-devel
mailing list