[alsa-devel] [PATCH 1/2 v2] ASoC: soc-cache: block based rbtree compression
Mark Brown
broonie at opensource.wolfsonmicro.com
Tue May 3 11:43:20 CEST 2011
On Mon, May 02, 2011 at 03:58:14PM +0100, Dimitris Papastamos wrote:
> On Mon, May 02, 2011 at 04:47:41PM +0200, Takashi Iwai wrote:
> > Dimitris Papastamos wrote:
> > Right. But does it buy so much, in comparison with the additional
> > complexity of the code? That's my primary question.
> For some codecs, the register maps group together registers of similar
> functionality. With an optimal block size or near optimal, there will
> be only one rbtree look up if we continually touch any of those
> registers. This helps primarily when we sync the register map as well
> as during initialization. I think the added code complexity is worth
> it. I could perhaps send patches incrementally to simplify this
> further.
The other thing which Dimitris didn't mention here but which is much
more of a win is that for operations which work on large numbers of
registers like register cache restore having the registers grouped
together then if they're grouped together then you can normally do a
block I/O. For the common case of I2C CODECs this means you can save
transmitting both the I2C device address and the register address for
the second and subsequent registers in a block you'll usually get more
than 100% bandwidth saving.
More information about the Alsa-devel
mailing list