Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2025 00:51:48 GMT
From:      Christos Margiolis <christos@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 65c1264625e3 - stable/15 - sound: Retire unused snd_dbuf->dir
Message-ID:  <202511180051.5AI0pmVW044777@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch stable/15 has been updated by christos:

URL: https://cgit.FreeBSD.org/src/commit/?id=65c1264625e3bcde278d5069e7a973a03795737a

commit 65c1264625e3bcde278d5069e7a973a03795737a
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-11-11 12:04:58 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-11-18 00:51:21 +0000

    sound: Retire unused snd_dbuf->dir
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Reviewed by:    markj
    Differential Revision:  https://reviews.freebsd.org/D53518
    
    (cherry picked from commit 3ba4e3d352e5fbc550645a76064ca16460616d86)
---
 sys/dev/sound/pcm/buffer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/sound/pcm/buffer.h b/sys/dev/sound/pcm/buffer.h
index ddf4083ec19f..841bfb85af3c 100644
--- a/sys/dev/sound/pcm/buffer.h
+++ b/sys/dev/sound/pcm/buffer.h
@@ -41,7 +41,7 @@ struct snd_dbuf {
 	volatile int rl; /* length of ready area */
 	volatile int hp;
 	volatile u_int64_t total, prev_total;
-	int dmachan, dir;       /* dma channel */
+	int dmachan;       /* dma channel */
 	u_int32_t fmt, spd, bps, align;
 	unsigned int blksz, blkcnt;
 	int xrun;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511180051.5AI0pmVW044777>