ASoC: soc-core: Support debugfs entries larger than PAGE_SIZE bytes
authorDimitris Papastamos <dp@opensource.wolfsonmicro.com>
Wed, 2 Feb 2011 13:58:58 +0000 (13:58 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 2 Feb 2011 20:48:15 +0000 (20:48 +0000)
commit13fd179f14712cc89b5b3812673891b96e0ab3a2
tree95a39581df65cfc413c33ce8f77e43857fb2b886
parenta591e969fae8b79484cb94a12aceb9799e06ac22
ASoC: soc-core: Support debugfs entries larger than PAGE_SIZE bytes

For some codecs with large register maps, it was not possible to dump
all registers via the codec_reg file but only up to PAGE_SIZE bytes.
This patch fixes this problem.

Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c