Date: Fri, 02 Jan 2026 16:58:16 +0000 From: Christos Margiolis <christos@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6002ce537b6a - main - sound: Retire unused pcm_feeder->align Message-ID: <6957f928.23a6d.6db88735@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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);home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6957f928.23a6d.6db88735>
