Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-05 | audio encoding conversion cleanup | Jacob Meuser | |
- the endianness of the conversions don't depend on the endianness of machine the conversions are built on, but the endianness of the audio data itself. choose encoding conversions explicitly, instead of relying on #defines based on the endianness of the machine. - replace home-grown conversions with comparable conversions in auconv.c and mulaw.c - use the proper conversion for ulinear_be:16 -> slinear_le:16 in auixp(4) thanks ajacoutot@ and sthen@ for !x86 testing | |||
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski | |
eyeballed by krw@ | |||
2005-04-15 | make sure aligment does not return zero block size | Michael Shalayeff | |
2004-01-09 | remove uvm_extern.h | Brad Smith | |
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@ | |||
2003-06-08 | Do not hardcode the dma channel to 1, use the softc settings instead. | Miod Vallat | |
mickey@ ok | |||
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson | |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff | |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-01-20 | make all audio drivers use the new allocm and round_buffersize decl's. | Eric Jackson | |
will ease porting, and generally cleans up a bit | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski | |
as the mmap offset. | |||
2001-04-12 | Call isa_malloc with drq < 4, in case 8-bit DMA channels with more | Constantine Sapuntzakis | |
restrictive boundaries are used | |||
2000-03-02 | protect more reads and rights^Wwrites w/ spl; avoid inline which blows the ↵ | Michael Shalayeff | |
code in twice | |||
1999-07-29 | A probe that fails on an otherwise working card, removed | Niklas Hallqvist | |
1999-07-19 | further fixes for strange wss isapnp cards; apollo@slcnet.net | Theo de Raadt | |
1999-05-03 | support another version of the chipset | Theo de Raadt | |
1999-01-24 | remove unneeded pio.h inclusion | Michael Shalayeff | |
1999-01-07 | Die, NEWCONFIG | Niklas Hallqvist | |
1998-12-29 | work around some ugly glitches | Theo de Raadt | |
1998-07-16 | recognize CS4236B; netbsd | Theo de Raadt | |
1998-07-15 | Fix the name of the ulinear_be mode; netbsd | Theo de Raadt | |
1998-05-08 | Cleaned up AD1848 driver and added driver for Yamaha OPL3-SA3 to tree. | Constantine Sapuntzakis | |
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-01-18 | move to current OpenBSD isadma API | Niklas Hallqvist | |
1997-07-10 | sync with NETBSD 30/3/97 + adapating aria.c | Niels Provos | |
1996-08-23 | silence probe more | Theo de Raadt | |
1996-07-04 | fix recording; from jabaker@grail.cba.csuohio.edu | Theo de Raadt | |
1996-05-07 | sync with 0504 -- prototypes and bus.h | Theo de Raadt | |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-03-08 | From NetBSD: merge of 960217 | Niklas Hallqvist | |
1995-12-14 | from netbsd; Convert IRQ, DRQ, and port numbers to int | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |