Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2024 19:04:12 GMT
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: 829951f857b7 - main - sound: Remove unused pcm_channel->data fields
Message-ID:  <202411031904.4A3J4C6r052956@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411031904.4A3J4C6r052956>