Make the mixer kobj class static. This brings it inline with the channel or

ac97 classes.

Tested with:	es137x based sound hardware
This commit is contained in:
Alexander Leidinger 2006-07-15 20:11:16 +00:00
parent 75d7240e18
commit d66551806b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160385

View File

@ -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)