[kernel/2.6.30] remove some annoying warnings and fix snd modules build
[openwrt/svn-archive/archive.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 };