git: 829951f857b7 - main - sound: Remove unused pcm_channel->data fields
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 19:04:12 UTC
The branch main has been updated by christos:
URL: https://cgit.FreeBSD.org/src/commit/?id=829951f857b73faaf28cbfcf09e861668692d8a1
commit 829951f857b73faaf28cbfcf09e861668692d8a1
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2024-11-03 19:03:53 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2024-11-03 19:03:53 +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
---
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