Commit 49848073 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown

ASoC: rsnd: move priv member settings to upper side

There is no big meaning, but preparation for platform dai support
Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent a2070fee
......@@ -594,6 +594,10 @@ static int rsnd_dai_probe(struct platform_device *pdev,
return -ENOMEM;
}
priv->dai_nr = dai_nr;
priv->daidrv = drv;
priv->rdai = rdai;
for (i = 0; i < dai_nr; i++) {
pmod = rsnd_ssi_mod_get_frm_dai(priv, i, 1);
......@@ -630,10 +634,6 @@ static int rsnd_dai_probe(struct platform_device *pdev,
cmod ? "capture" : " -- ");
}
priv->dai_nr = dai_nr;
priv->daidrv = drv;
priv->rdai = rdai;
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment