This patch adds few files missing in soc/codecs and soc/sh. Without them the compilation of alsa-driver with those soc-s is impossible.
Signed-off-by: Grzegorz Daniluk g.daniluk@elproma.com.pl ---
diff -uprN a/soc/codecs/da7210.c b/soc/codecs/da7210.c --- a/soc/codecs/da7210.c 1970-01-01 00:00:00.000000000 +0000 +++ b/soc/codecs/da7210.c 2011-02-25 13:48:26.000000000 +0000 @@ -0,0 +1,2 @@ +#include "adriver.h" +#include "../../alsa-kernel/soc/codecs/da7210.c" diff -uprN a/soc/sh/fsi-da7210.c b/soc/sh/fsi-da7210.c --- a/soc/sh/fsi-da7210.c 1970-01-01 00:00:00.000000000 +0000 +++ b/soc/sh/fsi-da7210.c 2011-02-25 14:38:05.485218100 +0000 @@ -0,0 +1,2 @@ +#include "adriver.h" +#include "../../alsa-kernel/soc/sh/fsi-da7210.c" diff -uprN a/soc/sh/fsi.c b/soc/sh/fsi.c --- a/soc/sh/fsi.c 1970-01-01 00:00:00.000000000 +0000 +++ b/soc/sh/fsi.c 2011-02-25 13:51:21.000000000 +0000 @@ -0,0 +1,2 @@ +#include "adriver.h" +#include "../../alsa-kernel/soc/sh/fsi.c"