linux: add broken flag to targets which are using 2.6.30
[openwrt.git] / target / linux / generic / patches-2.6.30 / 035-snd-build-fixes.patch
1 --- a/include/sound/soc-dai.h
2 +++ b/include/sound/soc-dai.h
3 @@ -223,7 +223,7 @@ struct snd_soc_dai {
4         union {
5                 struct snd_soc_codec *codec;
6                 struct snd_soc_platform *platform;
7 -       };
8 +       } parent;
9  
10         struct list_head list;
11  };