git: 42889e8e2f1a - stable/14 - sound: Take dsp_cdevsw out of header file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Mar 2025 18:36:52 UTC
The branch stable/14 has been updated by christos:
URL: https://cgit.FreeBSD.org/src/commit/?id=42889e8e2f1a6d0892923ab87ea59f3cf6ec9a48
commit 42889e8e2f1a6d0892923ab87ea59f3cf6ec9a48
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-03-10 20:47:28 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-03-17 18:28:54 +0000
sound: Take dsp_cdevsw out of header file
Not used outside of pcm/dsp.c.
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Reviewed by: imp, markj
Differential Revision: https://reviews.freebsd.org/D49217
(cherry picked from commit 2fda8597116e760c32f07af43d260041f975b650)
---
sys/dev/sound/pcm/dsp.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/dev/sound/pcm/dsp.h b/sys/dev/sound/pcm/dsp.h
index 1eab42ca91c8..8a4f5f869acc 100644
--- a/sys/dev/sound/pcm/dsp.h
+++ b/sys/dev/sound/pcm/dsp.h
@@ -31,8 +31,6 @@
#ifndef _PCMDSP_H_
#define _PCMDSP_H_
-extern struct cdevsw dsp_cdevsw;
-
int dsp_make_dev(device_t);
void dsp_destroy_dev(device_t);
int dsp_oss_audioinfo(struct cdev *, oss_audioinfo *, bool);