From 5821529859b84d9ba264bf8b0b9267c900ed4103 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 27 Jul 2005 19:57:12 +0000 Subject: (svn r2728) -Fix/Feature: Change the driver probing algorithm Instead of trying to start a single driver and bailing out if that fails, try to initialise one by one and use the first one which succeeds. This should fix problems on machines with no sound card, where -s null had to be specified manually. --- hal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hal.h') diff --git a/hal.h b/hal.h index ae7e2b4b0..ac75a3ebf 100644 --- a/hal.h +++ b/hal.h @@ -41,7 +41,6 @@ typedef struct { const char *name; const char *longname; const void *drv; - uint32 flags; } DriverDesc; enum { -- cgit v1.2.3-54-g00ecf