From: Lars-Peter Clausen Date: Tue, 22 Apr 2014 20:46:36 +0000 (+0200) Subject: ASoC: jz4740: Improve build test coverage X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~3^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aa2a15a7b5ca861b02379a7dcb2d7bf427c62cc;p=pandora-kernel.git ASoC: jz4740: Improve build test coverage Allow the jz4740 audio drivers to be build when CONFIG_COMPILE_TEST is selected. This should improve the build test coverage. There is one small piece of platform dependent code in the jz4740-i2s driver. It uses the DMA request type constants which are defined in a platform specific header. We can solve this by moving them from the platform specific header to the I2S driver. Signed-off-by: Lars-Peter Clausen Acked-by: Ralf Baechle Signed-off-by: Mark Brown --- Reading git-diff-tree failed