| 30fd79b0 | 21-May-2025 |
Christos Margiolis <christos@FreeBSD.org> |
sndctl(8): Fix dp->realtime
Currently it's automatically set to 0 in read_dev() as a result of allocating dp with calloc().
Sponsored by: The FreeBSD Foundation MFC after: 1 day Reviewed by: markj
sndctl(8): Fix dp->realtime
Currently it's automatically set to 0 in read_dev() as a result of allocating dp with calloc().
Sponsored by: The FreeBSD Foundation MFC after: 1 day Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D50400
show more ...
|