6d033320cb3faffbf3b4933b4a5488b89dbdf25b
[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  };