summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/awacs.c
AgeCommit message (Expand)Author
2003-11-02Squish some recent compiler warnings.thorpej
2003-07-15__KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-03-04Attach on recent TiBooks.soren
2002-10-13Support 48kHz by using aurateconv.wiz
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-06-19Add/change prototypes so that macpcc builds with -Wstrict-prototypes.simonb
2001-06-08Make macppc compile by default with -Wall -Wmissing-prototype in additionmatt
2001-04-05Support uni-north based models. (XXX not complete)tsubai
2001-04-05Correct input volume settings.tsubai
2001-03-15Accept 8000Hz (XXX).tsubai
2001-03-15Add ulinear16 support.tsubai
2001-03-12Round up block size to at least NBPG bytes.tsubai
2001-02-26add handling for the input channel selection/volume (no recording yet,wiz
2001-01-25Make output selection work -- you can use lineout now instead of thewiz
2000-11-03Don't match if nintr > 12 (more than 3 cells).tsubai
2000-08-25Add (experimental) awacs audio driver. Output (play) only.tsubai