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:
parent
96dc69f45b
commit
d0d12e987a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user