ALSA: hda: move polling_mode flag to struct hdac_bus
[sfrench/cifs-2.6.git] / include / sound / hdaudio.h
index e8346784cf3f8d1afdf23d3c2e0f7e99ca909538..f49af557bdb0e8df308085901d12ffbb48171c95 100644 (file)
@@ -358,6 +358,9 @@ struct hdac_bus {
        bool align_bdle_4k:1;           /* BDLE align 4K boundary */
        bool reverse_assign:1;          /* assign devices in reverse order */
        bool corbrp_self_clear:1;       /* CORBRP clears itself after reset */
+       bool polling_mode:1;
+
+       int poll_count;
 
        int bdl_pos_adj;                /* BDL position adjustment */