"SfR Fresh" - the SfR Freeware/Shareware Archive 
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 /*
2 * Automatically generated file - do not edit.
3 */
4 #define DRIVER_NAME audioloop
5 #define DRIVER_NICK "audioloop"
6 #define DRIVER_STR_INFO audioloop_str_info
7 #define DRIVER_ATTACH audioloop_attach
8 #define DRIVER_DETACH audioloop_detach
9 #define DRIVER_TYPE DRV_VIRTUAL
10
11 int audioloop_instances=1;
12 /*
13 * audioloop_instances: Number of instances (client/server pairs) to create.
14 */
15 #include "module.inc"
16
17 module_param(audioloop_instances, int, S_IRUGO);
18 MODULE_PARM_DESC(audioloop_instances,
19 "\n"
20 "audioloop_instances: Number of instances (client/server pairs) to create.\n"
21 "\n");
22
23