x86: PAT infrastructure patch
[sfrench/cifs-2.6.git] / sound / usb / usbaudio.h
index 0f4b2b8541d6a54e1d2deeb6bf6e49324bba9933..7cf18c38dc424c14a1decd29614105cfc4412e81 100644 (file)
@@ -126,6 +126,7 @@ struct snd_usb_audio {
        u32 usb_id;
        int shutdown;
        int num_interfaces;
+       int num_suspended_intf;
 
        struct list_head pcm_list;      /* list of pcm streams */
        int pcm_devs;
@@ -159,6 +160,7 @@ enum quirk_type {
        QUIRK_AUDIO_FIXED_ENDPOINT,
        QUIRK_AUDIO_EDIROL_UA700_UA25,
        QUIRK_AUDIO_EDIROL_UA1000,
+       QUIRK_AUDIO_EDIROL_UA101,
 
        QUIRK_TYPE_COUNT
 };