Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/dev/sound/pcm/sound.h 124617 2004-01-17 10:37:11Z phk $
---
> * $FreeBSD: head/sys/dev/sound/pcm/sound.h 124740 2004-01-20 03:58:57Z matk $
101d100
< #include <dev/sound/pcm/dsp.h>
225,226c224,225
< int pcm_chn_add(struct snddev_info *d, struct pcm_channel *ch, int mkdev);
< int pcm_chn_remove(struct snddev_info *d, struct pcm_channel *ch, int rmdev);
---
> int pcm_chn_add(struct snddev_info *d, struct pcm_channel *ch);
> int pcm_chn_remove(struct snddev_info *d, struct pcm_channel *ch);
237,239d235
< int pcm_regdevt(dev_t dev, unsigned unit, unsigned type, unsigned channel);
< dev_t pcm_getdevt(unsigned unit, unsigned type, unsigned channel);
< int pcm_unregdevt(unsigned unit, unsigned type, unsigned channel);
288a285,289
> int chan_num;
> dev_t dsp_devt;
> dev_t dspW_devt;
> dev_t audio_devt;
> dev_t dspr_devt;
291,297d291
< struct snddev_devt {
< SLIST_ENTRY(snddev_devt) link;
< dev_t dev;
< unsigned channel;
< unsigned type;
< };
<
300d293
< SLIST_HEAD(, snddev_devt) devs;