1. NAME

snd_card_set_id - set card identification name

2. SYNOPSIS

void snd_card_set_id(struct snd_card *  card , const char *  nid );

3. ARGUMENTS

card
    soundcard structure

nid
    new identification string

4. DESCRIPTION

This function sets the card identification and checks for name collisions.

5. COPYRIGHT