]> git.openfabrics.org - ~emulex/infiniband.git/commit
ASoC: Add trace events for ASoC register read/write
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 3 Nov 2010 22:05:58 +0000 (18:05 -0400)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 11 Nov 2010 14:54:26 +0000 (14:54 +0000)
commita8b1d34f3ee1bc139ac5fbe3f84f6d16c90136bb
treed4efe677408e0ad8c1f32641650446205581513a
parent68f89ad8c233a88b10404c5fd8a1109d12999962
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>
include/trace/events/asoc.h [new file with mode: 0644]
sound/soc/soc-core.c