1SND_INFO_CREATE_MODU(9) Proc Info API SND_INFO_CREATE_MODU(9)
2
3
4
6 snd_info_create_module_entry - create an info entry for the given
7 module
8
10 struct snd_info_entry *
11 snd_info_create_module_entry(struct module * module,
12 const char * name,
13 struct snd_info_entry * parent);
14
16 module
17 the module pointer
18
19 name
20 the file name
21
22 parent
23 the parent directory
24
26 Creates a new info entry and assigns it to the given module.
27
29 The pointer of the new instance, or NULL on failure.
30
32Kernel Hackers Manual 3.10 June 2019 SND_INFO_CREATE_MODU(9)