ASoC: Jack: Standardise ASoC Jack messages
authorLiam Girdwood <lrg@ti.com>
Mon, 19 Nov 2012 14:39:14 +0000 (14:39 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 21 Nov 2012 02:39:54 +0000 (11:39 +0900)
commit008d55e258d8d9a5bfe03d652779cd14c770c60a
tree0805b1bbf1b5862e6da62b68a4bfd63e707aa0b2
parent204b62c6bc1b8d3ce405c59281585af523b14172
ASoC: Jack: Standardise ASoC Jack 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-jack.c