X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fusb%2Fusx2y%2Fusx2y.h;h=7e59263dd8952722d78a1c0cbaad4cf5a8d26c41;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=78457e747de9d6c5a550047e3e76db83fcc5a90c;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/sound/usb/usx2y/usx2y.h b/sound/usb/usx2y/usx2y.h index 78457e747..7e59263dd 100644 --- a/sound/usb/usx2y/usx2y.h +++ b/sound/usb/usx2y/usx2y.h @@ -27,6 +27,7 @@ /* hwdep id string */ #define SND_USX2Y_LOADER_ID "USX2Y Loader" +#define SND_USX2Y_USBPCM_ID "USX2Y USBPCM" /* hardware type */ enum { @@ -42,8 +43,9 @@ enum { /* chip status */ enum { - USX2Y_STAT_CHIP_INIT = (1 << 0), /* all operational */ - USX2Y_STAT_CHIP_HUP = (1 << 31), /* all operational */ + USX2Y_STAT_CHIP_INIT = (1 << 0), /* all operational */ + USX2Y_STAT_CHIP_MMAP_PCM_URBS = (1 << 1), /* pcm transport over mmaped urbs */ + USX2Y_STAT_CHIP_HUP = (1 << 31), /* all operational */ }; #endif /* __SOUND_USX2Y_COMMON_H */