Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/dev/sound/pci/cs4281.c 73770 2001-03-05 17:30:43Z cg $
---
> * $FreeBSD: head/sys/dev/sound/pci/cs4281.c 74763 2001-03-24 23:10:29Z cg $
71,72c71,72
< snd_dbuf *buffer;
< pcm_channel *channel;
---
> struct snd_dbuf *buffer;
> struct pcm_channel *channel;
137c137
< static pcmchan_caps cs4281_caps = {6024, 48000, cs4281_fmts, 0};
---
> static struct pcmchan_caps cs4281_caps = {6024, 48000, cs4281_fmts, 0};
313c313
< cs4281chan_init(kobj_t obj, void *devinfo, snd_dbuf *b, pcm_channel *c, int dir)
---
> cs4281chan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir)
440c440
< static pcmchan_caps *
---
> static struct pcmchan_caps *
813c813
< if (bus_setup_intr(dev, sc->irq, INTR_TYPE_TTY, cs4281_intr, sc, &sc->ih)) {
---
> if (snd_setup_intr(dev, sc->irq, 0, cs4281_intr, sc, &sc->ih)) {
965c965
< sizeof(snddev_info),
---
> sizeof(struct snddev_info),