Searched refs:snd_cards (Results 1 – 6 of 6) sorted by relevance
32 if (snd_cards[idx] != NULL) { in alsa_sound_last_init()33 printk(KERN_INFO " #%i: %s\n", idx, snd_cards[idx]->longname); in alsa_sound_last_init()
50 struct snd_card *snd_cards[SNDRV_CARDS]; variable51 EXPORT_SYMBOL(snd_cards);364 snd_cards[card->number] = NULL; in snd_card_disconnect()521 if (snd_cards[i] && snd_cards[i] != card && in card_id_ok()522 !strcmp(snd_cards[i]->id, id)) in card_id_ok()701 if (snd_cards[card->number]) { in snd_card_register()718 snd_cards[card->number] = card; in snd_card_register()750 if ((card = snd_cards[idx]) != NULL) { in snd_card_info_read()775 if ((card = snd_cards[idx]) != NULL) { in snd_card_info_read_oss()798 if ((card = snd_cards[idx]) != NULL) in snd_card_module_info_read()
137 if (snd_cards[card] == NULL) in autoload_device()
1402 if (snd_cards[idx]) in alsa_mixer_oss_init()1403 snd_mixer_oss_notify_handler(snd_cards[idx], SND_MIXER_OSS_NOTIFY_REGISTER); in alsa_mixer_oss_init()1414 if (snd_cards[idx]) in alsa_mixer_oss_exit()1415 snd_mixer_oss_notify_handler(snd_cards[idx], SND_MIXER_OSS_NOTIFY_FREE); in alsa_mixer_oss_exit()
279 extern struct snd_card *snd_cards[SNDRV_CARDS];
1833 if (snd_cards[i] && !strcmp(snd_cards[i]->id, card->id)) in snd_emu10k1_create()