1. NAME

snd_component_add - add a component string

2. SYNOPSIS

int snd_component_add(struct snd_card *  card , const char *  component );

3. ARGUMENTS

card
    soundcard structure

component
    the component id string

4. DESCRIPTION

This function adds the component id string to the supported list. The component can be referred from the alsa-lib.

5. RETURN

Zero otherwise a negative error code.

6. COPYRIGHT