Home | History | Annotate | Download | only in generic

Lines Matching defs:de

209     struct dirent *de = NULL;
221 while ((de = readdir(dir))) {
222 if (strncmp(de->d_name, PCM_DEV_STR, sizeof(PCM_DEV_STR) - 1) == 0) {
223 if ((card_nr = first_valid_sound_card(de->d_name, is_out_stream)) != -1) {