ALSA: usb: Add quirk for 192KHz recording on E-Mu devices
[pandora-kernel.git] / sound / usb / card.h
index 665e297..2b7559c 100644 (file)
@@ -73,6 +73,7 @@ struct snd_usb_substream {
        unsigned int fill_max: 1;       /* fill max packet size always */
        unsigned int txfr_quirk:1;      /* allow sub-frame alignment */
        unsigned int fmt_type;          /* USB audio format type (1-3) */
+       unsigned int pkt_offset_adj;    /* Bytes to drop from beginning of packets (for non-compliant devices) */
 
        unsigned int running: 1;        /* running status */