Lines Matching defs:card
33 strcpy(dg00x->card->driver, "Digi00x");
34 strcpy(dg00x->card->shortname, model);
35 strcpy(dg00x->card->mixername, model);
36 snprintf(dg00x->card->longname, sizeof(dg00x->card->longname),
44 static void dg00x_card_free(struct snd_card *card)
46 struct snd_dg00x *dg00x = card->private_data;
62 &dg00x->card);
65 dg00x->card->private_free = dg00x_card_free;
66 dg00x->card->private_data = dg00x;
94 err = snd_card_register(dg00x->card);
102 snd_card_free(dg00x->card);
104 "Sound card registration failed: %d\n", err);
112 /* Allocate this independent of sound card instance. */
127 /* Allocate and register this sound card later. */
160 * Confirm to stop the work for registration before the sound card is
168 snd_card_free(dg00x->card);