summaryrefslogtreecommitdiff
path: root/sys/dev/isa/ad1848.c
AgeCommit message (Collapse)Author
2007-11-05audio encoding conversion cleanupJacob 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-22remove "0x" in front of %p in printfs.Artur Grabowski
eyeballed by krw@
2005-04-15make sure aligment does not return zero block sizeMichael Shalayeff
2004-01-09remove uvm_extern.hBrad Smith
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
2003-06-08Do not hardcode the dma channel to 1, use the softc settings instead.Miod Vallat
mickey@ ok
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-20make 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-06Replace 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-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
as the mmap offset.
2001-04-12Call isa_malloc with drq < 4, in case 8-bit DMA channels with moreConstantine Sapuntzakis
restrictive boundaries are used
2000-03-02protect more reads and rights^Wwrites w/ spl; avoid inline which blows the ↵Michael Shalayeff
code in twice
1999-07-29A probe that fails on an otherwise working card, removedNiklas Hallqvist
1999-07-19further fixes for strange wss isapnp cards; apollo@slcnet.netTheo de Raadt
1999-05-03support another version of the chipsetTheo de Raadt
1999-01-24remove unneeded pio.h inclusionMichael Shalayeff
1999-01-07Die, NEWCONFIGNiklas Hallqvist
1998-12-29work around some ugly glitchesTheo de Raadt
1998-07-16recognize CS4236B; netbsdTheo de Raadt
1998-07-15Fix the name of the ulinear_be mode; netbsdTheo de Raadt
1998-05-08Cleaned up AD1848 driver and added driver for Yamaha OPL3-SA3 to tree.Constantine Sapuntzakis
1998-04-26update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1998-01-18move to current OpenBSD isadma APINiklas Hallqvist
1997-07-10sync with NETBSD 30/3/97 + adapating aria.cNiels Provos
1996-08-23silence probe moreTheo de Raadt
1996-07-04fix recording; from jabaker@grail.cba.csuohio.eduTheo de Raadt
1996-05-07sync with 0504 -- prototypes and bus.hTheo de Raadt
1996-04-18NetBSD 960317 mergeNiklas Hallqvist
1996-03-08From NetBSD: merge of 960217Niklas Hallqvist
1995-12-14from netbsd; Convert IRQ, DRQ, and port numbers to intTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt