[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.103 and 1.104

version 1.103, 2021/11/01 14:43:24 version 1.104, 2022/03/15 05:53:37
Line 1776 
Line 1776 
   
 found:  found:
         /* open device, this may change opt's device */          /* open device, this may change opt's device */
         if (!opt_ref(s->opt))          if (!opt_ref(opt))
                 return NULL;                  return NULL;
         s->opt = opt;          s->opt = opt;
         s->ops = ops;          s->ops = ops;

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104