From: Alexey Galakhov Date: Wed, 30 Jan 2013 09:35:22 +0000 (+0600) Subject: ASoC: samsung: Fix compilation error on S3C2440 X-Git-Tag: v3.9-rc1~129^2~24^2~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58f5a7151efe2a3039b097883e6ba9fb24e42536;p=pandora-kernel.git ASoC: samsung: Fix compilation error on S3C2440 The commit a08485d8 ("ASoC: Samsung: Do not register samsung audio dma device as pdev") introduced compilation error. Combination of CONFIG_CPU_S3C2440 and CONFIG_SND_S3C24XX_I2S caused undefined symbols 's3c_i2sv2_register_dai' and 's3c2412_i2s_dai' in sound/soc/samsung/s3c24xx-i2s.c. This patch fixes the problem and makes S3C2440 I2S usable again. It does not affect S3C2412 (aka I2S-v2). Signed-off-by: Alexey Galakhov Signed-off-by: Mark Brown --- Reading git-diff-tree failed