diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2026-03-24 10:31:26 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2026-03-24 10:38:40 +0000 |
| commit | 712bd9b2750a71ad7f8b6bebc5177c47d33a6364 (patch) | |
| tree | d3c5fb126fa81824d55ae0c01aa0da27cc9c4432 | |
| parent | bf0e5d987ecd2cbec2200e100bad6d6e724e9315 (diff) | |
| -rw-r--r-- | sys/dev/sound/pcm/matrix.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/sound/pcm/matrix.h b/sys/dev/sound/pcm/matrix.h index ff5f05e477e4..f4a79fdc3b30 100644 --- a/sys/dev/sound/pcm/matrix.h +++ b/sys/dev/sound/pcm/matrix.h @@ -29,8 +29,6 @@ #ifndef _SND_MATRIX_H_ #define _SND_MATRIX_H_ -#define SND_MULTICHANNEL 1 - /* * XXX = unused, but part of the definition (will be used someday, maybe). */ @@ -173,12 +171,7 @@ #define SND_CHN_T_END SND_CHN_T_TBR #define SND_CHN_T_STEP 1 #define SND_CHN_MIN 1 - -#ifdef SND_MULTICHANNEL #define SND_CHN_MAX 8 -#else -#define SND_CHN_MAX 2 -#endif /* * Multichannel interleaved volume matrix. Each calculated value relative |
