]> Pileus Git - ~andy/linux/commit
ASoC: dapm: Standardise ASoC DAPM messages
authorLiam Girdwood <lrg@ti.com>
Mon, 19 Nov 2012 14:39:12 +0000 (14:39 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 21 Nov 2012 02:39:48 +0000 (11:39 +0900)
commit30a6a1a4eed170b4a55d4d1787ace3acf437ab13
tree5380a755f6781cbbff0ddb78ef7695f9ff1e5c84
parentf4a75d2eb7b1e2206094b901be09adb31ba63681
ASoC: dapm: Standardise ASoC DAPM 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-dapm.c