[PATCH 3/6] ASoC: fsl_ssi: enable AC'97 asymmetric rates

Timur Tabi timur at tabi.org
Mon Jun 29 00:01:50 AEST 2015


Maciej S. Szmigiero wrote:
>   	/* Are the RX and the TX clocks locked? */
>   	if (!of_find_property(np, "fsl,ssi-asynchronous", NULL)) {
> -		ssi_private->cpu_dai_drv.symmetric_rates = 1;
> +		if (!fsl_ssi_is_ac97(ssi_private))
> +			ssi_private->cpu_dai_drv.symmetric_rates = 1;
> +

Is this necessary?  Why not just add fsl,ssi-asynchronous to the AC97 
device tree node?


More information about the Linuxppc-dev mailing list