openwrtv3/target/linux/generic/patches-2.6.30/035-snd-build-fixes.patch
2012-04-20 13:25:26 +00:00

11 lines
229 B
Diff

--- 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;
};