diff options
-rw-r--r-- | sound/fmopl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/fmopl.h b/sound/fmopl.h index 4493f51df4..69906c05de 100644 --- a/sound/fmopl.h +++ b/sound/fmopl.h @@ -71,6 +71,8 @@ public: /** * Detects a driver for the specific type. + * + * @return Returns a valid driver id on success, -1 otherwise. */ static DriverId detect(OplType type); |