ALSA: firewire-lib: add new function to schedule a work for sound card registration
[sfrench/cifs-2.6.git] / sound / firewire / lib.h
index f3f6f84c48d69747cc0fa3bd815d986c79ca0d78..f6769312ebfccbe473ac291e81b386b48b45488f 100644 (file)
@@ -22,6 +22,9 @@ static inline bool rcode_is_permanent_error(int rcode)
        return rcode == RCODE_TYPE_ERROR || rcode == RCODE_ADDRESS_ERROR;
 }
 
+void snd_fw_schedule_registration(struct fw_unit *unit,
+                                 struct delayed_work *dwork);
+
 struct snd_fw_async_midi_port;
 typedef int (*snd_fw_async_midi_port_fill)(
                                struct snd_rawmidi_substream *substream,