Home
last modified time | relevance | path

Searched hist:"103 d84a3cbe1e70a2ade5a901d2e31cda41b14a0" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/
H A Dsoc-pcm.cdiff 103d84a3cbe1e70a2ade5a901d2e31cda41b14a0 Mon Nov 19 08:39:15 CST 2012 Liam Girdwood <lrg@ti.com> 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>