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:
Christos Margiolis 2024-12-02 17:26:50 +01:00
parent 5a217a8d7d
commit 29ba0cc4d9

View file

@ -381,8 +381,8 @@ enum {
"\002ABORTING" \
"\003RUNNING" \
"\004TRIGGERED" \
/* \006 */ \
"\005NOTRIGGER" \
/* \006 */ \
"\007NBIO" \
"\010MMAP" \
"\011BUSY" \