ASoC: fsl-ssi: Move debugging to seperate file
authorMarkus Pargmann <mpa@pengutronix.de>
Mon, 28 Apr 2014 10:54:43 +0000 (12:54 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 20 May 2014 22:02:26 +0000 (23:02 +0100)
commitf138e6212427d0ea6283e07b706823b657ddf14f
treeaaddfdb38e47b479a96cb9004736cefa226f2429
parent65c961cc59345fa347173e5a1f5866bc866fd626
ASoC: fsl-ssi: Move debugging to seperate file

Move all code that is only used for debugging to a seperate file. This
makes it easier to see what functions are used for debugging only.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Tested-By: Michael Grzeschik <mgr@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/Makefile
sound/soc/fsl/fsl_ssi.c
sound/soc/fsl/fsl_ssi.h
sound/soc/fsl/fsl_ssi_dbg.c [new file with mode: 0644]