ASoC: simple-card: add slot information parsing supports
[firefly-linux-kernel-4.4.55.git] / include / sound / simple_card.h
index e1ac996c8febeba408a5930aff4ff030d820241f..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 {