On Monday 09 January 2006 08:52, Takashi Iwai wrote: > At Sat, 31 Dec 2005 21:54:35 -0600, > > Brent Cook wrote: > > Dear all, > > > > This is my naive attempt at adding ALSA device support. The attached > > patch provides support for the EDIROL UM-3ex. This is a 3-port USB midi > > interface with a built-in USB hub and the ability to chain 2 other > > UM-3x's in a master-slave configuration. I only have one, so I do not > > know how this works in practice. > > The patch looks OK to me, but it cannot be applied because we removed > xxx_t typedefs in the latest ALSA code. Could you regenerate a patch > for Linus' latest git tree (also together with Signed-off-by line) ? > > Thanks. > > Takashi Here you go. By the way. what was the rationale behind removing the typedefs? I always agonize over when to choose a typedef over a struct. - Brent