[alsa-devel] [PATCH 01/10] imx-ssi: Fix AC97 rates

Fabio Estevam festevam at gmail.com
Sun Mar 10 19:47:10 CET 2013


Hi Markus,

On Sun, Mar 10, 2013 at 3:33 PM, Markus Pargmann <mpa at pengutronix.de> wrote:
> From: Sascha Hauer <s.hauer at pengutronix.de>
>
> This device supports multiple rates as described in later AC97
> standards. This patch allows playback of different sample frequencies
> without conversion.
>
> Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
> Signed-off-by: Markus Pargmann <mpa at pengutronix.de>
> ---
>  sound/soc/fsl/imx-ssi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Currently we have the following ssi drivers for imx:

sound/soc/fsl/imx-ssi.c: for i.mx SoCs running on non-dt platform
sound/soc/fsl/fsl_ssi.c: for PowerPC and i.mx SoCs running on dt platforms

I see that in this series you convert sound/soc/fsl/imx-ssi.c into dt.

Shouldn't we use sound/soc/fsl/fsl_ssi.c instead and maybe even get
rid of sound/soc/fsl/imx-ssi.c when all imx become converted to dt?


More information about the Alsa-devel mailing list