CVSROOT:        /cvs
Module name:    src
Changes by:     ratc...@cvs.openbsd.org 2018/06/26 01:44:35

Modified files:
        usr.bin/sndiod : dev.c dev.h 

Log message:
Remove redundant slot->tstate variable.

It was used to determine whether the slot obeys MMC and is ready
to start. The stop->opt->mmc flag indicates if it obeys MMC and
the slot->pstate == SLOT_READY indicates if it's ready. So
slot->tstate can be safely removed.

Reply via email to