1SND_COMPONENT_ADD(9) Management of Cards and Device SND_COMPONENT_ADD(9)
2
3
4
6 snd_component_add - add a component string
7
9 int snd_component_add(struct snd_card * card, const char * component);
10
12 card
13 soundcard structure
14
15 component
16 the component id string
17
19 This function adds the component id string to the supported list. The
20 component can be referred from the alsa-lib.
21
23 Zero otherwise a negative error code.
24
26Kernel Hackers Manual 3.10 June 2019 SND_COMPONENT_ADD(9)