1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00

remove autostart attribute

This commit is contained in:
Alexandre Ratchov 2014-03-05 09:16:57 +01:00
parent cbecd3ea8d
commit 8914029a2f

View File

@ -1038,7 +1038,6 @@ dev_new(char *path, struct aparams *par,
d->reqrate = rate;
d->hold = hold;
d->autovol = autovol;
d->autostart = 0;
d->refcnt = 0;
d->pstate = DEV_CFG;
d->serial = 0;