ASoC: pcm: Standardise ASoC PCM messages
authorLiam Girdwood <lrg@ti.com>
Mon, 19 Nov 2012 14:39:15 +0000 (14:39 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 21 Nov 2012 02:39:58 +0000 (11:39 +0900)
commit103d84a3cbe1e70a2ade5a901d2e31cda41b14a0
tree2997754537162e151b212375e4d8821b70f8dab4
parent008d55e258d8d9a5bfe03d652779cd14c770c60a
ASoC: pcm: Standardise ASoC PCM 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-pcm.c