Rene Herman wrote: >> These looks OK to me. Could you regenerate patches against the latest >> git (or ALSA CVS) ? >> >> Or, it might be better against to mm tree, since pnp registrations >> will be modified there, too. They should go also to mainstream >> together. > > Will do. Attached. This was in fact really just regenerating (against 2.6.16-mm1) Description: If platform_driver_register_simple() now returns the probe() method error, the init loop should not bail on the first IS_ERR, but try the next one. sound/isa/ad1848/ad1848.c | 14 ++++---------- sound/isa/cmi8330.c | 14 ++++---------- sound/isa/cs423x/cs4231.c | 14 ++++---------- sound/isa/cs423x/cs4236.c | 14 ++++---------- sound/isa/es1688/es1688.c | 14 ++++---------- sound/isa/gus/gusclassic.c | 14 ++++---------- sound/isa/gus/gusextreme.c | 14 ++++---------- sound/isa/gus/gusmax.c | 14 ++++---------- sound/isa/gus/interwave.c | 14 ++++---------- sound/isa/opl3sa2.c | 14 ++++---------- sound/isa/sb/sb16.c | 14 ++++---------- sound/isa/sb/sb8.c | 14 ++++---------- sound/isa/sgalaxy.c | 14 ++++---------- sound/isa/wavefront/wavefront.c | 14 ++++---------- 14 files changed, 56 insertions(+), 140 deletions(-) Rene.