1SND_INFO_CREATE_CARD(9) Proc Info API SND_INFO_CREATE_CARD(9)
2
3
4
6 snd_info_create_card_entry - create an info entry for the given card
7
9 struct snd_info_entry *
10 snd_info_create_card_entry(struct snd_card * card,
11 const char * name,
12 struct snd_info_entry * parent);
13
15 card
16 the card instance
17
18 name
19 the file name
20
21 parent
22 the parent directory
23
25 Creates a new info entry and assigns it to the given card.
26
27 Returns the pointer of the new instance, or NULL on failure.
28
30Kernel Hackers Manual 2.6. June 2019 SND_INFO_CREATE_CARD(9)