Home
last modified time | relevance | path

Searched refs:idx2 (Results 1 – 1 of 1) sorted by relevance

/sound/core/
Dinit.c154 int err, idx2; in snd_card_create() local
170 for (idx2 = 0; idx2 < SNDRV_CARDS; idx2++) in snd_card_create()
172 if (~snd_cards_lock & idx & 1<<idx2) { in snd_card_create()
173 if (module_slot_match(module, idx2)) { in snd_card_create()
174 idx = idx2; in snd_card_create()
180 for (idx2 = 0; idx2 < SNDRV_CARDS; idx2++) in snd_card_create()
182 if (~snd_cards_lock & idx & 1<<idx2) { in snd_card_create()
183 if (!slots[idx2] || !*slots[idx2]) { in snd_card_create()
184 idx = idx2; in snd_card_create()