mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
sound: Fix mis-sorted CHN_F_BITS line
Fixes: 5317480967 ("sound: Remove CHN_F_SLEEPING")
Reported by: jhb
Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: jhb, emaste
Differential Revision: https://reviews.freebsd.org/D47781
This commit is contained in:
parent
5a217a8d7d
commit
29ba0cc4d9
1 changed files with 1 additions and 1 deletions
|
|
@ -381,8 +381,8 @@ enum {
|
|||
"\002ABORTING" \
|
||||
"\003RUNNING" \
|
||||
"\004TRIGGERED" \
|
||||
/* \006 */ \
|
||||
"\005NOTRIGGER" \
|
||||
/* \006 */ \
|
||||
"\007NBIO" \
|
||||
"\010MMAP" \
|
||||
"\011BUSY" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue