ALSA: oxfw: delayed registration of sound card
[cascardo/linux.git] / sound / firewire / oxfw / oxfw.h
index 2c84714..2047dcb 100644 (file)
@@ -39,6 +39,9 @@ struct snd_oxfw {
        struct mutex mutex;
        spinlock_t lock;
 
+       bool registered;
+       struct delayed_work dwork;
+
        bool wrong_dbs;
        bool has_output;
        u8 *tx_stream_formats[SND_OXFW_STREAM_FORMAT_ENTRIES];