Skip to content

Commit

Permalink
ASoC: Shrink code size for WM8962 register defaults table
Browse files Browse the repository at this point in the history
Dramatically reduce the code size for the WM8962 register defaults table
by switching to explicitly initialise only defined registers, relying on
static defaulting to zero for the overwelming bulk of the register map.

Similar treatement for the register access table will come later and will
produce a similarly dramatic code size shrink.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
  • Loading branch information
Mark Brown committed Oct 11, 2010
1 parent 9d9641e commit f57f6c0
Show file tree
Hide file tree
Showing 3 changed files with 687 additions and 21,145 deletions.
Loading

0 comments on commit f57f6c0

Please sign in to comment.