Deleted Added
full compact
31c31
< SND_DECLARE_FILE("$FreeBSD: head/sys/dev/sound/pcm/feeder.c 167644 2007-03-16 17:15:33Z ariff $");
---
> SND_DECLARE_FILE("$FreeBSD: head/sys/dev/sound/pcm/feeder.c 170161 2007-05-31 18:43:33Z ariff $");
114c114
< if (snd_verbose < 0 || snd_verbose > 3)
---
> if (snd_verbose < 0 || snd_verbose > 4)
117c117,119
< if (snd_unit < 0 || snd_unit > PCMMAXDEV)
---
> /* initialize unit numbering */
> snd_unit_init();
> if (snd_unit < 0 || snd_unit > PCMMAXUNIT)
347c349
< * See feeder_fmtchain() for the mumbo-jumbo ridiculous explaination
---
> * See feeder_fmtchain() for the mumbo-jumbo ridiculous explanation