freebsd-skq/sys/dev/sound
phk 39fb4aef3d Device megapatch 5/6:
Remove the unused second argument from udev2dev().

Convert all remaining users of makedev() to use udev2dev().  The
semantic difference is that udev2dev() will only locate a pre-existing
dev_t, it will not line makedev() create a new one.

Apart from the tiny well controlled windown in D_PSEUDO drivers,
there should no longer be any "anonymous" dev_t's in the system
now, only dev_t's created with make_dev() and make_dev_alias()
2004-02-21 21:32:15 +00:00
..
isa
midi Device megapatch 5/6: 2004-02-21 21:32:15 +00:00
pci As previously announced: discontinue use of makedev() call in soundcode. 2004-01-17 10:37:11 +00:00
pcm Device megapatch 4/6: 2004-02-21 21:10:55 +00:00
usb
chip.h
driver.c Add dependency to snd_via8233 2004-01-29 14:11:03 +00:00