Date: Fri, 12 Apr 2024 01:10:17 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: 7e0c6e00b3c9 - stable/14 - sound: Remove unused SND_DEV_LAST and SND_DEV_MAX constants Message-ID: <202404120110.43C1AHge041971@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=7e0c6e00b3c9087d5e845e48d6009c88ae6844df commit 7e0c6e00b3c9087d5e845e48d6009c88ae6844df Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2024-03-29 15:32:38 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2024-04-12 01:09:51 +0000 sound: Remove unused SND_DEV_LAST and SND_DEV_MAX constants Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D44554 (cherry picked from commit b5e55dbf357472ffa39345b30b8b781e988a440f) --- sys/dev/sound/pcm/sound.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index 0a8144e97c24..51d1624b2d7e 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -287,9 +287,6 @@ struct snd_mixer; #define SND_DEV_DSP_SPDIFOUT 19 /* /dev/dsp_spdifout */ #define SND_DEV_DSP_SPDIFIN 20 /* /dev/dsp_spdifin */ -#define SND_DEV_LAST SND_DEV_DSP_SPDIFIN -#define SND_DEV_MAX PCMMAXDEV - #define DSP_DEFAULT_SPEED 8000 #define ON 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404120110.43C1AHge041971>