ASoC: soc-card: add probed bit field to snd_soc_card
[sfrench/cifs-2.6.git] / include / sound / soc.h
index 060c01c325478105066159f0d96ee19dfcf1edb2..74868436ac79380f0dbc4715eb065cd80e1f493c 100644 (file)
@@ -1096,6 +1096,7 @@ struct snd_soc_card {
        unsigned int topology_shortname_created:1;
        unsigned int fully_routed:1;
        unsigned int disable_route_checks:1;
+       unsigned int probed:1;
 
        void *drvdata;
 };