Re: [PATCH] ASoC: fsl_sai: Allow the SAI driver to turn on SAI_MCLK

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, May 3, 2016 at 10:44 PM, Nicolin Chen <nicoleotsuka@xxxxxxxxx> wrote:

> The field names are literally saying "direction" instead of gating
> or enabling. So it would make more sense to me that they may also

Looking in the MX6UL Referece Manual we have the following description
for these bits:

0 - "...output driver is disabled..."

1 - "...output driver is enabled..."

That's why I preferred using 'enabled' in the property name.

I removed Zidan's email from Cc as his email address is no longer valid.

>> +     if (of_find_property(np, "fsl,sai-enable-mclk", NULL)) {
>
> It would safer to have a compatible check here beside mentioning in
> the DT binding doc.

In this case I need to add a { .compatible = "fsl,imx6ul-sai", }, entry.

I can do that.

> How about:
>                 regmap_update_bits(gpr, IOMUXC_GPR1,
>                                    IMX6UL_GPR1_SAIx_MCLK_DIR(index),
>                                    IMX6UL_GPR1_SAIx_MCLK_DIR(index));

That's a good idea.

Will send a v2 tomorrow.

Thanks
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel



[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux