ASoC: cache: Standardise ASoC cache messages
authorLiam Girdwood <lrg@ti.com>
Mon, 19 Nov 2012 14:39:13 +0000 (14:39 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 21 Nov 2012 02:39:51 +0000 (11:39 +0900)
commit204b62c6bc1b8d3ce405c59281585af523b14172
treea8f3fa545b63f9e88e442b5c82fa7b78e02e22ae
parent30a6a1a4eed170b4a55d4d1787ace3acf437ab13
ASoC: cache: Standardise ASoC cache 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-cache.c