sound: Remove some forward declarations from sound.h and uaudio.h

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Christos Margiolis
2026-04-18 12:50:03 +02:00
parent 7e9d974bc0
commit 602249f033
2 changed files with 1 additions and 6 deletions
+1 -4
View File
@@ -75,15 +75,12 @@
#include <sys/mutex.h>
#include <sys/condvar.h>
struct pcm_channel;
struct pcm_feeder;
struct snd_dbuf;
struct snd_mixer;
#include <dev/sound/pcm/buffer.h>
#include <dev/sound/pcm/matrix.h>
#include <dev/sound/pcm/channel.h>
#include <dev/sound/pcm/feeder.h>
#include <dev/sound/pcm/buffer.h>
#include <dev/sound/pcm/mixer.h>
#include <dev/sound/pcm/dsp.h>
-2
View File
@@ -33,9 +33,7 @@
struct uaudio_chan;
struct uaudio_softc;
struct snd_dbuf;
struct snd_mixer;
struct pcm_channel;
extern int uaudio_attach_sub(device_t dev, kobj_class_t mixer_class,
kobj_class_t chan_class);