--- libecasound/eca-static-object-maps.cpp Sun Apr 21 22:19:23 2002 +++ libecasound/eca-static-object-maps.cpp.original Sun Apr 21 22:19:10 2002 @@ -213,7 +213,6 @@ #ifdef COMPILE_OSS device = new OSSDEVICE(); eca_audio_object_map->register_object("/dev/dsp[0-9]*", device); - eca_audio_object_map->register_object("/dev/sound/dsp[0-9]*", device); #endif device = new REALTIME_NULL();