1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00
freebsd/sys/dev/sound
Ariff Abdullah 9c271f79d6 Insert NULL pointer checking around devclass_get_maxunit(pcm_devclass, ..) .
Things can get ugly without it due to uninitialized class. RELENG_6 need
a simmilar, but different treatment as well.

err.. perhaps we should teach devclass_get_maxunit() to return -1 ?

MFC after:	1 day
2007-06-03 10:56:22 +00:00
..
isa Fix broken binary issues with latest gcc 4.x due to bitfield signess 2007-05-27 20:12:51 +00:00
midi Disable seq_modevent(). The implementation is incomplete, and causing 2007-04-02 06:03:47 +00:00
pci Use standard pcm_get/setflags() rather than dereferencing softc while 2007-06-02 17:28:26 +00:00
pcm Insert NULL pointer checking around devclass_get_maxunit(pcm_devclass, ..) . 2007-06-03 10:56:22 +00:00
sbus sndbuf_alloc() now accept dmaflags argument which will be forwarded to 2007-04-18 18:26:41 +00:00
usb Use standard pcm_get/setflags() rather than dereferencing softc while 2007-06-02 17:28:26 +00:00
chip.h
clone.c Remove (accidentally) included types.h . 2007-06-02 17:36:11 +00:00
clone.h Last major commit and updates for RELENG_7: 2007-05-31 18:35:24 +00:00
driver.c s/WHETHERIN/WHETHER IN/ & s/THEPOSSIBILITY/THE POSSIBILITY/ in the 2007-01-31 08:53:45 +00:00
unit.c Last major commit and updates for RELENG_7: 2007-05-31 18:35:24 +00:00
unit.h Last major commit and updates for RELENG_7: 2007-05-31 18:35:24 +00:00
version.h Last major commit and updates for RELENG_7: 2007-05-31 18:35:24 +00:00