ALSA: bebob/firewire-lib: Add a quirk for discontinuity at bus reset
[deliverable/linux.git] / sound / firewire / bebob / bebob.h
index a195c16da41ed500e07ba6f4a76e05e075f5f2c0..031ca78096d2ce78d331a5afb48c3d2a78ba0447 100644 (file)
@@ -53,6 +53,10 @@ struct snd_bebob {
        unsigned int midi_input_ports;
        unsigned int midi_output_ports;
 
+       /* for bus reset quirk */
+       struct completion bus_reset;
+       bool connected;
+
        struct amdtp_stream *master;
        struct amdtp_stream tx_stream;
        struct amdtp_stream rx_stream;
This page took 0.032316 seconds and 5 git commands to generate.