mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-03 02:51:52 +02:00
12 lines
229 B
Diff
12 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;
|
||
|
};
|