On Wed, 2011-02-02 at 09:50 -0500, jonsmirl@gmail.com wrote:
On Wed, Feb 2, 2011 at 5:23 AM, Mark Brown broonie@opensource.wolfsonmicro.com wrote:
On Wed, Feb 02, 2011 at 10:20:54AM +0000, Dimitris Papastamos wrote:
Remove the display_register() callback as there are no users of it in the upstream kernel and makes it difficult to unify the format of the codec_reg file.
Signed-off-by: Dimitris Papastamos dp@opensource.wolfsonmicro.com
This was rather strongly requested for some devices with extremely large registers (128 bits at least IIRC) which may eventually make it to mainline. It seems better to just have some sort of fallback for those devices, if it causes output problems people can always fix those.
TI Codec devices have two problems:
- large registers - up to 128 bits
- sparse register maps - big gaps between valid register addresses.
Yes, I've dropped the patch.
Thanks, Dimitris