blob: 6d033320cb3faffbf3b4933b4a5488b89dbdf25b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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;
};
|