Date: Tue, 5 Nov 2024 21:45:37 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: 136c2b5a8e7c - stable/14 - sound: Remove unused pcm_channel->data fields Message-ID: <202411052145.4A5LjbO0095637@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=136c2b5a8e7cf88f712f93453b7168094d15429b commit 136c2b5a8e7cf88f712f93453b7168094d15429b Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2024-11-03 19:03:53 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2024-11-05 21:45:07 +0000 sound: Remove unused pcm_channel->data fields No functional change intended. Sponsored by: The FreeBSD Foundation MFC after: 1 week Reviewed by: dev_submerge.ch Differential Revision: https://reviews.freebsd.org/D47360 (cherry picked from commit 829951f857b73faaf28cbfcf09e861668692d8a1) --- sys/dev/sound/pcm/channel.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/sound/pcm/channel.h b/sys/dev/sound/pcm/channel.h index 0788fbe42a5a..79a8d35b22f7 100644 --- a/sys/dev/sound/pcm/channel.h +++ b/sys/dev/sound/pcm/channel.h @@ -166,8 +166,6 @@ struct pcm_channel { int16_t volume[SND_VOL_C_MAX][SND_CHN_T_VOL_MAX]; int8_t muted[SND_VOL_C_MAX][SND_CHN_T_VOL_MAX]; - - void *data1, *data2; }; #define CHN_HEAD(x, y) &(x)->y.head
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411052145.4A5LjbO0095637>