]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/pci/lola/lola.h
ALSA: lola - Implement polling_mode like hd-audio
[karo-tx-linux.git] / sound / pci / lola / lola.h
index 400ab5ef4c6cede24a26d1ceecf610e44bb3c394..d5708e29b16df9b11831214d3be84b348e10ba3c 100644 (file)
@@ -374,8 +374,9 @@ struct lola {
        unsigned int sample_rate_max;
 
        /* flags */
-       unsigned int initialized :1;
-       unsigned int cold_reset :1;
+       unsigned int initialized:1;
+       unsigned int cold_reset:1;
+       unsigned int polling_mode:1;
 
        /* for debugging */
        unsigned int debug_res;