]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6b103b50d46027ca6169833ef8d6e4e28e762b25
treeaaddfdb38e47b479a96cb9004736cefa226f2429
parente97e3288227dafa33bdf435e99e5f1615d825feb
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]