ASoC: core: Standardise ASoC messages
authorLiam Girdwood <lrg@ti.com>
Mon, 19 Nov 2012 14:47:09 +0000 (14:47 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 21 Nov 2012 02:40:00 +0000 (11:40 +0900)
commitf110bfc7ac552f2518d38067e5facf53c24748ba
tree8431683c2f867d5dcaf9729a0511bde680bd1821
parent103d84a3cbe1e70a2ade5a901d2e31cda41b14a0
ASoC: core: Standardise ASoC messages

Currently ASoC has a mixture of message prefixes e.g. "ASoC", "asoc"
or none and message types e.g. pr_debug or dev_dbg.

Make sure all ASoC core messages use the same "ASoC" prefix and
convert any component device specific messages to use dev_dbg
instead of pr_debug.

Signed-off-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c