Skip to content

Commit

Permalink
ASoC: core: Standardise ASoC messages
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Liam Girdwood authored and Mark Brown committed Nov 21, 2012
1 parent 103d84a commit f110bfc
Showing 1 changed file with 123 additions and 118 deletions.
Loading

0 comments on commit f110bfc

Please sign in to comment.