]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ASoC: Remove unused vol field from WM8994 access mask table
authorJoe Perches <joe@perches.com>
Wed, 13 Oct 2010 15:19:51 +0000 (08:19 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 15 Oct 2010 10:54:25 +0000 (11:54 +0100)
commitc14c05c19f2a2ab87b8ebabd245f53945a97695b
tree1c8093ac0b895942c7565a63f40cd4959ee563c8
parent93193c2bbcd83bf8bf43433cfb1868d4ca0ac351
ASoC: Remove unused vol field from WM8994 access mask table

Remove unused vol from struct access_mask

Reduces object size ~3kb.

$ size sound/soc/codecs/wm8994.o*
   text    data     bss     dec     hex filename
  40727    4384    4480   49591    c1b7 sound/soc/codecs/wm8994.o.new
  43879    4384    4480   52743    ce07 sound/soc/codecs/wm8994.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8994.c