1SND_INFO_CREATE_CARD(9)          Proc Info API         SND_INFO_CREATE_CARD(9)
2
3
4

NAME

6       snd_info_create_card_entry - create an info entry for the given card
7

SYNOPSIS

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

ARGUMENTS

15       card
16           the card instance
17
18       name
19           the file name
20
21       parent
22           the parent directory
23

DESCRIPTION

25       Creates a new info entry and assigns it to the given card.
26

RETURN

28       The pointer of the new instance, or NULL on failure.
29
31Kernel Hackers Manual 3.10         June 2019           SND_INFO_CREATE_CARD(9)
Impressum