The branch main has been updated by christos:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=29ba0cc4d919243436f1bf73a22a554fa5073a44

commit 29ba0cc4d919243436f1bf73a22a554fa5073a44
Author:     Christos Margiolis <chris...@freebsd.org>
AuthorDate: 2024-12-02 16:26:50 +0000
Commit:     Christos Margiolis <chris...@freebsd.org>
CommitDate: 2024-12-02 16:26:50 +0000

    sound: Fix mis-sorted CHN_F_BITS line
    
    Fixes:          5317480967bf ("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
---
 sys/dev/sound/pcm/channel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/sound/pcm/channel.h b/sys/dev/sound/pcm/channel.h
index cef8aa4e86e5..47089aca0745 100644
--- a/sys/dev/sound/pcm/channel.h
+++ b/sys/dev/sound/pcm/channel.h
@@ -381,8 +381,8 @@ enum {
                                "\002ABORTING"                          \
                                "\003RUNNING"                           \
                                "\004TRIGGERED"                         \
-                               /* \006 */                              \
                                "\005NOTRIGGER"                         \
+                               /* \006 */                              \
                                "\007NBIO"                              \
                                "\010MMAP"                              \
                                "\011BUSY"                              \

Reply via email to