From a7429453a26e903974b7ca375cf899e3840a845b Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 20 Apr 2012 13:25:26 +0000 Subject: [kernel/2.6.30] remove some annoying warnings and fix snd modules build git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31365 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/patches-2.6.30/035-snd-build-fixes.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/generic/patches-2.6.30/035-snd-build-fixes.patch (limited to 'target/linux/generic/patches-2.6.30/035-snd-build-fixes.patch') diff --git a/target/linux/generic/patches-2.6.30/035-snd-build-fixes.patch b/target/linux/generic/patches-2.6.30/035-snd-build-fixes.patch new file mode 100644 index 000000000..6d033320c --- /dev/null +++ b/target/linux/generic/patches-2.6.30/035-snd-build-fixes.patch @@ -0,0 +1,11 @@ +--- a/include/sound/soc-dai.h ++++ b/include/sound/soc-dai.h +@@ -223,7 +223,7 @@ struct snd_soc_dai { + union { + struct snd_soc_codec *codec; + struct snd_soc_platform *platform; +- }; ++ } parent; + + struct list_head list; + }; -- cgit v1.2.3