[BACK]Return to dev.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / sndiod

Diff for /src/usr.bin/sndiod/dev.c between version 1.106 and 1.107

version 1.106, 2022/12/26 19:16:03 version 1.107, 2023/12/09 22:12:03
Line 1389 
Line 1389 
                 if (s->opt == NULL || s->opt->dev != odev)                  if (s->opt == NULL || s->opt->dev != odev)
                         continue;                          continue;
                 if (s->ops != NULL) {                  if (s->ops != NULL) {
                         s->ops->exit(s);                          s->ops->exit(s->arg);
                         s->ops = NULL;                          s->ops = NULL;
                 }                  }
         }          }

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107