]> git.karo-electronics.de Git - karo-tx-linux.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)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:16:51 +0000 (21:16 -0600)
commit9edcda4744fe73285e62eb403d7e1fdedbb4e165
tree0fe88c7964201ea12d9341819c6ec3792049092c
parent6cb0130eee6ff50b576356f6dfd242db1e69bf70
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>
(cherry picked from commit f138e6212427d0ea6283e07b706823b657ddf14f)
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]