commit | a8b1d34f3ee1bc139ac5fbe3f84f6d16c90136bb | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Nov 03 18:05:58 2010 -0400 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Nov 11 14:54:26 2010 +0000 |
tree | d4efe677408e0ad8c1f32641650446205581513a | |
parent | 68f89ad8c233a88b10404c5fd8a1109d12999962 [diff] |
ASoC: Add trace events for ASoC register read/write The trace subsystem provides a convenient way of instrumenting the kernel which can be left on all the time with extremely low impact on the system unlike prints to the kernel log which can be very spammy. Begin adding support for instrumenting ASoC via this interface by adding trace for the register access primitives. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>