Lines Matching defs:card
44 strcpy(motu->card->driver, "FW-MOTU");
45 strcpy(motu->card->shortname, motu->spec->name);
46 strcpy(motu->card->mixername, motu->spec->name);
47 snprintf(motu->card->longname, sizeof(motu->card->longname),
54 static void motu_card_free(struct snd_card *card)
56 struct snd_motu *motu = card->private_data;
71 &motu->card);
74 motu->card->private_free = motu_card_free;
75 motu->card->private_data = motu;
106 err = snd_card_register(motu->card);
114 snd_card_free(motu->card);
116 "Sound card registration failed: %d\n", err);
124 /* Allocate this independently of sound card instance. */
136 /* Allocate and register this sound card later. */
148 * Confirm to stop the work for registration before the sound card is
156 snd_card_free(motu->card);