aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Margiolis <christos@FreeBSD.org>2025-11-11 12:04:58 +0000
committerChristos Margiolis <christos@FreeBSD.org>2025-11-11 12:04:58 +0000
commit3ba4e3d352e5fbc550645a76064ca16460616d86 (patch)
treec3f7e1b8a33e8fa22aeb4995f3861d7119a01dcf
parentdd81b19ef23622d03d7c75935e11c2b2af3f4cb8 (diff)
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
-rw-r--r--sys/dev/sound/pcm/buffer.h2
1 files changed, 1 insertions, 1 deletions
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;