[alsa-devel] [PATCH] ASOC: missing files in alsa-driver

Grzegorz Daniluk g.daniluk at elproma.com.pl
Fri Feb 25 16:42:42 CET 2011


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 at 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"



More information about the Alsa-devel mailing list