git: 4b01d9267818 - stable/15 - sound: Retire unused pcm_feeder->align
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Jan 2026 23:27:40 UTC
The branch stable/15 has been updated by christos:
URL: https://cgit.FreeBSD.org/src/commit/?id=4b01d92678185a9cbbf5395b3268f4e453d5df65
commit 4b01d92678185a9cbbf5395b3268f4e453d5df65
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2026-01-02 16:55:51 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2026-01-09 23:27:22 +0000
sound: Retire unused pcm_feeder->align
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
(cherry picked from commit 6002ce537b6a0e524da1a60ccd70493d8cd59b9b)
---
sys/dev/sound/pcm/feeder.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/dev/sound/pcm/feeder.h b/sys/dev/sound/pcm/feeder.h
index b479b108ff93..1f106787ee83 100644
--- a/sys/dev/sound/pcm/feeder.h
+++ b/sys/dev/sound/pcm/feeder.h
@@ -54,12 +54,10 @@ struct feeder_class {
struct pcm_feeder {
KOBJ_FIELDS;
- int align;
struct pcm_feederdesc desc;
void *data;
struct feeder_class *class;
struct pcm_feeder *source, *parent;
-
};
void feeder_register(void *p);