From: Lars-Peter Clausen Date: Mon, 24 Jan 2011 21:12:42 +0000 (+0100) Subject: ASoC: Samsung: Fix outdated cpu_dai_name for s3c24xx i2s X-Git-Tag: v2.6.38-rc3~19^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=518aa59f6e45b3c90b849187ae1d56757d074b92;p=pandora-kernel.git ASoC: Samsung: Fix outdated cpu_dai_name for s3c24xx i2s During the multi-component patch the s3c24xx i2s driver was renamed from "s3c24xx-i2s" to "s3c24xx-iis", while the sound board drivers were not updated to reflect this change as well. As a result there is no match between the dai_link and the i2s driver and no sound card is instantiated. This patch fixes the problem by updating the sound board drivers to use "s3c24xx-iis" for the cpu_dai_name. Signed-off-by: Lars-Peter Clausen Acked-by: Jassi Brar Acked-by: Liam Girdwood Signed-off-by: Mark Brown Cc: stable@kernel.org --- Reading git-diff-tree failed