mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mixer(3): Fix spelling in comment.
s/MIX_STATUS_XXX/MIX_MODE_XXX/g Differential Revision: https://reviews.freebsd.org/D32548 Submitted by: christos@ Sponsored by: NVIDIA Networking
This commit is contained in:
parent
fd8ad2128d
commit
790b526488
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ mixer_set_dunit(struct mixer *m, int unit)
|
|||
|
||||
/*
|
||||
* Get sound device mode (none, play, rec, play+rec). Userland programs can
|
||||
* use the MIX_STATUS_* flags to determine the mode of the device.
|
||||
* use the MIX_MODE_* flags to determine the mode of the device.
|
||||
*/
|
||||
int
|
||||
mixer_get_mode(int unit)
|
||||
|
|
|
|||
Loading…
Reference in a new issue