Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/dev/sound/pcm/mixer.h 65340 2000-09-01 20:09:24Z cg $
---
> * $FreeBSD: head/sys/dev/sound/pcm/mixer.h 70134 2000-12-18 01:36:41Z cg $
29c29
< extern int mixer_init(device_t dev, snd_mixer *m, void *devinfo);
---
> extern int mixer_init(device_t dev, kobj_class_t cls, void *devinfo);
33,34c33,34
< extern int mixer_busy(snddev_info *d, int busy);
< extern int mixer_isbusy(snddev_info *d);
---
> extern int mixer_busy(snd_mixer *m, int busy);
> extern int mixer_isbusy(snd_mixer *m);
42a43,44
>
> #define MIXER_DECLARE(name) DEFINE_CLASS(name, name ## _methods, sizeof(snd_mixer))