Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser | |
for both structs, the new members are 'bps' and 'msb', which describe the number of bytes per sample and data alignment in the sample, respectively. drivers must properly set these fields in the 'query_encoding', 'set_parameters' and 'get_default_params' hardware interface methods. discussed with ratchov, deraadt | |||
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser | |
instead of 8-bit mono mulaw @ 8kHz. this is just the infrastructure; no drivers are specifying a default yet. ok ratchov@, deanna@ | |||
2004-04-16 | remote splaudio hack, now that all architectures that need it, | Peter Valchev | |
have it in MI includes; ok miod | |||
2004-02-24 | same gory splaudio hack for amd64, sigh | Theo de Raadt | |
2004-01-31 | Arm provides audio interrupt bits, do not default them here. ok deraadt@ | Dale Rahn | |
2003-03-28 | mu-law and A-law spelling; | Jason McIntyre | |
mu-law and u-law are the same, so used mu-law for consistency; ok jason@ | |||
2003-01-25 | hppa provides its own IPL_AUDIO, too | Jason Wright | |
2002-08-26 | space cleanup; some from grendel@zeitbombe.org | Michael Shalayeff | |
2002-07-23 | Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other | Dale Rahn | |
portions of the tree. | |||
2002-05-30 | fallout from the radio attachment fix | Michael Shalayeff | |
2002-05-06 | sync uaudio with NetBSD | Nathan Binkert | |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
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-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski | |
as the mmap offset. | |||
2001-10-01 | sparc64 doesn't need splaudio()/IPL_AUDIO provided here, either | Jason Wright | |
2000-07-19 | As in NetBSD, added direction to allocm/round_buffer_size APIs. | Constantine Sapuntzakis | |
Accomplished by adding functions to audio_hw_if instead of redoing current ones so as to minimize need to change drivers. For Neomagic, tell the AC97 subsystem that we don't support reads. | |||
2000-05-24 | Permit detach of audio devices, such as uaudio. Selected code | Hakan Olsson | |
from NetBSD/Lennart Augustsson. (niklas@ ok) | |||
1999-07-23 | From NetBSD; let i386 run audio at a high IPL | Niklas Hallqvist | |
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist | |
1998-11-03 | Partial sync with NetBSD, adds new trigger methods. | Jason Downs | |
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1997-07-10 | sync with NETBSD 30/3/97 + adapating aria.c | Niels Provos | |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-03-02 | From NetBSD: sync with 960217 sources | Niklas Hallqvist | |
1995-12-27 | from netbsd: | Theo de Raadt | |
The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |