[alsa-devel] [PATCH] ASoC: fsl-sai: convert to use regmap API for Freeacale SAI

Fabio Estevam festevam at gmail.com
Thu Jan 23 14:00:26 CET 2014


On Thu, Jan 23, 2014 at 8:32 AM, Li.Xiubo at freescale.com
<Li.Xiubo at freescale.com> wrote:

> The clock operations in the driver is only related to the module clock, and has
> move to the regmap core and regmap core will to the same clock operations at
> proper time, since we are using:
>
> +       sai->regmap = devm_regmap_init_mmio_clk(&pdev->dev,
> +                       "sai", base, &fsl_sai_regmap_config);

Ok, understood. I was not familiar with devm_regmap_init_mmio_clk()

Regards,

Fabio Estevam


More information about the Alsa-devel mailing list