Lines Matching defs:card
30 strcpy(ff->card->driver, "Fireface");
31 strcpy(ff->card->shortname, name);
32 strcpy(ff->card->mixername, name);
33 snprintf(ff->card->longname, sizeof(ff->card->longname),
39 static void ff_card_free(struct snd_card *card)
41 struct snd_ff *ff = card->private_data;
56 &ff->card);
59 ff->card->private_free = ff_card_free;
60 ff->card->private_data = ff;
86 err = snd_card_register(ff->card);
94 snd_card_free(ff->card);
96 "Sound card registration failed: %d\n", err);
117 /* Register this sound card later. */
143 * Confirm to stop the work for registration before the sound card is
151 snd_card_free(ff->card);