ALSA: hda - Move prepared flag into struct hdac_stream
[firefly-linux-kernel-4.4.55.git] / include / sound / hdaudio.h
index 15bc039de78dd68c29212a05765ce08039461123..dbeb195eb4e825096adb0338f45c461b47357702 100644 (file)
@@ -390,6 +390,7 @@ struct hdac_stream {
 
        bool opened:1;
        bool running:1;
+       bool prepared:1;
        bool no_period_wakeup:1;
        bool locked:1;