[PATCHv1 6/8] ASoC: fsl: add SGT15000 based audio machine driver.

Xiubo Li-B47053 B47053 at freescale.com
Mon Oct 21 18:50:22 EST 2013


> > +	ret = snd_soc_register_card(&fsl_sgt1500_card);
> > +	if (ret) {
> > +		dev_err(&pdev->dev, "register soc sound card failed :%d\n",
> > +				ret);
> > +		return ret;
> > +	}
> 
> Use the newly added devm_snd_soc_register_card() (in -next).
>

Okey, Please see the next version.



More information about the Linuxppc-dev mailing list