From d0d12e987a4139ae861ac11340ec26890a8303ea Mon Sep 17 00:00:00 2001 From: netchild Date: Sat, 15 Jul 2006 20:11:16 +0000 Subject: Make the mixer kobj class static. This brings it inline with the channel or ac97 classes. Tested with: es137x based sound hardware --- sys/dev/sound/pcm/mixer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/sound') diff --git a/sys/dev/sound/pcm/mixer.h b/sys/dev/sound/pcm/mixer.h index 2c8dff7..f4be41f 100644 --- a/sys/dev/sound/pcm/mixer.h +++ b/sys/dev/sound/pcm/mixer.h @@ -47,4 +47,4 @@ void *mix_getdevinfo(struct snd_mixer *m); */ #define MIXER_SIZE (512 + sizeof(struct kobj)) -#define MIXER_DECLARE(name) DEFINE_CLASS(name, name ## _methods, MIXER_SIZE) +#define MIXER_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, MIXER_SIZE) -- cgit v1.1