wireless: add missing WLAN_EID_BSS_INTOLERANT_CHL_REPORT
[firefly-linux-kernel-4.4.55.git] / include / sound / simple_card.h
index 6c74527d4926b3e476428fb6327652d9ca22dfbb..9b0ac77177b6e3aa13156822a2c23f61635e56bd 100644 (file)
@@ -18,6 +18,8 @@ struct asoc_simple_dai {
        const char *name;
        unsigned int fmt;
        unsigned int sysclk;
+       int slots;
+       int slot_width;
 };
 
 struct asoc_simple_card_info {
@@ -29,10 +31,6 @@ struct asoc_simple_card_info {
        unsigned int daifmt;
        struct asoc_simple_dai cpu_dai;
        struct asoc_simple_dai codec_dai;
-
-       /* used in simple-card.c */
-       struct snd_soc_dai_link snd_link;
-       struct snd_soc_card snd_card;
 };
 
 #endif /* __SIMPLE_CARD_H */