ALSA: dice: postpone card registration
[deliverable/linux.git] / sound / firewire / dice / dice.h
index 101550ac1a242fc35af22f9f291b0fc2771d4532..3d5ebebe61ea2238cfbb410a403cc6da5452dc01 100644 (file)
@@ -45,6 +45,9 @@ struct snd_dice {
        spinlock_t lock;
        struct mutex mutex;
 
+       bool registered;
+       struct delayed_work dwork;
+
        /* Offsets for sub-addresses */
        unsigned int global_offset;
        unsigned int rx_offset;
This page took 0.025588 seconds and 5 git commands to generate.