Searched hist:c96151d33509655efb7fb26768cb56a041c176f1 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/sys/ |
H A D | sndstat.h | c96151d33509655efb7fb26768cb56a041c176f1 Wed Mar 17 11:51:58 CET 2021 Ka Ho Ng <khng@FreeBSD.org> Implement sndstat nvlist-based enumeration ioctls.
These ioctl commands aim to provide easier ways for user space applications to enumerate existing audio devices and the node they can potentially use.
The exchange of device lists between user space and kernel is done on nv(9). Some ioctl commands are added to /dev/sndstat node: - SNDSTAT_REFRESH_DEVS - SNDSTAT_GET_DEVS - SNDSTAT_ADD_USER_DEVS - SNDSTAT_FLUSH_USER_DEVS
Bump __FreeBSD_version to reflect the addition of the ioctls.
Sponsored by: The FreeBSD Foundation Reviewed by: hselasky Approved by: philip (mentor) Differential Revision: https://reviews.freebsd.org/D26884
|
H A D | param.h | diff c96151d33509655efb7fb26768cb56a041c176f1 Wed Mar 17 11:51:58 CET 2021 Ka Ho Ng <khng@FreeBSD.org> Implement sndstat nvlist-based enumeration ioctls.
These ioctl commands aim to provide easier ways for user space applications to enumerate existing audio devices and the node they can potentially use.
The exchange of device lists between user space and kernel is done on nv(9). Some ioctl commands are added to /dev/sndstat node: - SNDSTAT_REFRESH_DEVS - SNDSTAT_GET_DEVS - SNDSTAT_ADD_USER_DEVS - SNDSTAT_FLUSH_USER_DEVS
Bump __FreeBSD_version to reflect the addition of the ioctls.
Sponsored by: The FreeBSD Foundation Reviewed by: hselasky Approved by: philip (mentor) Differential Revision: https://reviews.freebsd.org/D26884
|
/freebsd/share/man/man4/ |
H A D | sndstat.4 | c96151d33509655efb7fb26768cb56a041c176f1 Wed Mar 17 11:51:58 CET 2021 Ka Ho Ng <khng@FreeBSD.org> Implement sndstat nvlist-based enumeration ioctls.
These ioctl commands aim to provide easier ways for user space applications to enumerate existing audio devices and the node they can potentially use.
The exchange of device lists between user space and kernel is done on nv(9). Some ioctl commands are added to /dev/sndstat node: - SNDSTAT_REFRESH_DEVS - SNDSTAT_GET_DEVS - SNDSTAT_ADD_USER_DEVS - SNDSTAT_FLUSH_USER_DEVS
Bump __FreeBSD_version to reflect the addition of the ioctls.
Sponsored by: The FreeBSD Foundation Reviewed by: hselasky Approved by: philip (mentor) Differential Revision: https://reviews.freebsd.org/D26884
|
H A D | Makefile | diff c96151d33509655efb7fb26768cb56a041c176f1 Wed Mar 17 11:51:58 CET 2021 Ka Ho Ng <khng@FreeBSD.org> Implement sndstat nvlist-based enumeration ioctls.
These ioctl commands aim to provide easier ways for user space applications to enumerate existing audio devices and the node they can potentially use.
The exchange of device lists between user space and kernel is done on nv(9). Some ioctl commands are added to /dev/sndstat node: - SNDSTAT_REFRESH_DEVS - SNDSTAT_GET_DEVS - SNDSTAT_ADD_USER_DEVS - SNDSTAT_FLUSH_USER_DEVS
Bump __FreeBSD_version to reflect the addition of the ioctls.
Sponsored by: The FreeBSD Foundation Reviewed by: hselasky Approved by: philip (mentor) Differential Revision: https://reviews.freebsd.org/D26884
|
/freebsd/sys/dev/sound/pcm/ |
H A D | sndstat.c | diff c96151d33509655efb7fb26768cb56a041c176f1 Wed Mar 17 11:51:58 CET 2021 Ka Ho Ng <khng@FreeBSD.org> Implement sndstat nvlist-based enumeration ioctls.
These ioctl commands aim to provide easier ways for user space applications to enumerate existing audio devices and the node they can potentially use.
The exchange of device lists between user space and kernel is done on nv(9). Some ioctl commands are added to /dev/sndstat node: - SNDSTAT_REFRESH_DEVS - SNDSTAT_GET_DEVS - SNDSTAT_ADD_USER_DEVS - SNDSTAT_FLUSH_USER_DEVS
Bump __FreeBSD_version to reflect the addition of the ioctls.
Sponsored by: The FreeBSD Foundation Reviewed by: hselasky Approved by: philip (mentor) Differential Revision: https://reviews.freebsd.org/D26884
|
H A D | sound.h | diff c96151d33509655efb7fb26768cb56a041c176f1 Wed Mar 17 11:51:58 CET 2021 Ka Ho Ng <khng@FreeBSD.org> Implement sndstat nvlist-based enumeration ioctls.
These ioctl commands aim to provide easier ways for user space applications to enumerate existing audio devices and the node they can potentially use.
The exchange of device lists between user space and kernel is done on nv(9). Some ioctl commands are added to /dev/sndstat node: - SNDSTAT_REFRESH_DEVS - SNDSTAT_GET_DEVS - SNDSTAT_ADD_USER_DEVS - SNDSTAT_FLUSH_USER_DEVS
Bump __FreeBSD_version to reflect the addition of the ioctls.
Sponsored by: The FreeBSD Foundation Reviewed by: hselasky Approved by: philip (mentor) Differential Revision: https://reviews.freebsd.org/D26884
|