Searched refs:snd_cards (Results 1 – 6 of 6) sorted by relevance
31 if (snd_cards[idx] != NULL) { in alsa_sound_last_init()32 printk(KERN_INFO " #%i: %s\n", idx, snd_cards[idx]->longname); in alsa_sound_last_init()
52 struct snd_card *snd_cards[SNDRV_CARDS]; variable53 EXPORT_SYMBOL(snd_cards);410 snd_cards[card->number] = NULL; in snd_card_disconnect()543 if (snd_cards[i] && snd_cards[i] != card && in card_id_ok()544 !strcmp(snd_cards[i]->id, id)) in card_id_ok()749 if (snd_cards[card->number]) { in snd_card_register()766 snd_cards[card->number] = card; in snd_card_register()787 if ((card = snd_cards[idx]) != NULL) { in snd_card_info_read()811 if ((card = snd_cards[idx]) != NULL) { in snd_card_info_read_oss()833 if ((card = snd_cards[idx]) != NULL) in snd_card_module_info_read()
139 if (snd_cards[card] == NULL) in autoload_device()
1403 if (snd_cards[idx]) in alsa_mixer_oss_init()1404 snd_mixer_oss_notify_handler(snd_cards[idx], SND_MIXER_OSS_NOTIFY_REGISTER); in alsa_mixer_oss_init()1415 if (snd_cards[idx]) in alsa_mixer_oss_exit()1416 snd_mixer_oss_notify_handler(snd_cards[idx], SND_MIXER_OSS_NOTIFY_FREE); in alsa_mixer_oss_exit()
243 extern struct snd_card *snd_cards[SNDRV_CARDS];
1896 if (snd_cards[i] && !strcmp(snd_cards[i]->id, card->id)) in snd_emu10k1_create()