freebsd-nq/sys/dev/sound
Alexander Kabaev 8cf27a3330 Restore the check for non-NULL dmatag in sndbuf_free.
The sound drivers that use own buffer management can use sndbuf_setup
and not do any busdma allocation, so the driver will end up with the
managed buffer but no valid dma map and tag for it. Avoid calling
bus_dmamem_free in such cases.

Reported by: ache
Missed in review by: kan
2014-06-23 03:45:39 +00:00
..
isa
macio Add a new sound driver for PowerMacs, found here on my Quad G5. 2012-08-19 19:40:33 +00:00
midi
pci Fix various bugs with freeing static DMA allocations in sound drivers: 2014-06-17 16:07:57 +00:00
pcm Restore the check for non-NULL dmatag in sndbuf_free. 2014-06-23 03:45:39 +00:00
sbus Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
usb Make sure the USB audio driver is loaded last. This is important when 2014-05-14 11:25:59 +00:00
chip.h
clone.c
clone.h
driver.c
unit.c
unit.h
version.h