git: 6002ce537b6a - main - sound: Retire unused pcm_feeder->align
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jan 2026 16:58:16 UTC
The branch main has been updated by christos:
URL: https://cgit.FreeBSD.org/src/commit/?id=6002ce537b6a0e524da1a60ccd70493d8cd59b9b
commit 6002ce537b6a0e524da1a60ccd70493d8cd59b9b
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2026-01-02 16:55:51 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2026-01-02 16:58:04 +0000
sound: Retire unused pcm_feeder->align
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
---
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);