[alsa-devel] [PATCH v2 3/4] ASoC: fsl_ssi: Add driver suspend and resume to support MEGA Fast
Mark Brown
broonie at kernel.org
Mon Jul 20 19:50:02 CEST 2015
On Wed, Jul 08, 2015 at 03:22:29PM +0800, Zidan Wang wrote:
> static const struct regmap_config fsl_ssi_regconfig = {
> .max_register = CCSR_SSI_SACCDIS,
> .reg_bits = 32,
> .val_bits = 32,
> .reg_stride = 4,
> .val_format_endian = REGMAP_ENDIAN_NATIVE,
> + .readable_reg = fsl_ssi_readable_reg,
> + .volatile_reg = fsl_ssi_volatile_reg,
> + .writeable_reg = fsl_ssi_writeable_reg,
> + .cache_type = REGCACHE_RBTREE,
> };
Same thing here - should this be an rbtree?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20150720/a967b93d/attachment.sig>
More information about the Alsa-devel
mailing list