[alsa-devel] [PATCH 01/15] ASoC: fsl-ssi: Use regmap
Li.Xiubo at freescale.com
Li.Xiubo at freescale.com
Thu Feb 27 03:08:45 CET 2014
> @@ -134,6 +115,15 @@ struct fsl_ssi_rxtx_reg_val {
> struct fsl_ssi_reg_val rx;
> struct fsl_ssi_reg_val tx;
> };
> +static const struct regmap_config fsl_ssi_regconfig = {
> + .max_register = CCSR_SSI_SACCDIS,
> + .reg_bits = 32,
> + .val_bits = 32,
> + .reg_stride = 4,
> +#ifdef PPC
> + .val_format_endian = REGMAP_ENDIAN_BIG,
> +#endif
Is this really needed for your PPC platforms?
If so, I think this should depend on one specified platform, which
the CPU is in LE mode while the SSI is in BE mode...
Thanks,
--
Best Regards,
Xiubo
More information about the Alsa-devel
mailing list