1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-03 02:51:52 +02:00
openwrt-xburst/target/linux/generic/patches-2.6.30/035-snd-build-fixes.patch

12 lines
229 B
Diff
Raw Normal View History

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