| Commit message (Expand) | Author | Age | Files | Lines |
* | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 2020-08-26 | 1 | -3/+1 |
* | Move PowerBook5,4 audio from aoa(4) to snapper(4). |  gkoehler | 2020-06-06 | 1 | -1/+6 |
* | Remove unused getdev() audio driver functions. |  ratchov | 2016-09-19 | 1 | -16/+1 |
* | Remove drain(), query_encoding(), mappage() and get_default_params() |  ratchov | 2016-09-14 | 1 | -13/+2 |
* | Do not do strncmp comparisons on dv_xname because longer device names which |  deraadt | 2009-10-26 | 1 | -3/+3 |
* | input and volume twiddles |  todd | 2008-11-06 | 1 | -5/+6 |
* | * use uint8_t instead of int to hold the value of an 8-bit register. |  jakemsr | 2008-11-05 | 1 | -3/+10 |
* | native default parameters for i2s devices instead of 8kHz |  jakemsr | 2008-10-29 | 1 | -2/+9 |
* | how about i commit what was actually approved? wrong tree, bad todd ;-( |  todd | 2008-08-25 | 1 | -2/+2 |
* | o implement proper volume control table based on chipset docs |  todd | 2008-08-24 | 1 | -9/+193 |
* | allow low level audio drivers to specify a default sample format, |  jakemsr | 2008-04-21 | 1 | -1/+2 |
* | rename drivers with numbers in them; ok gwk drahn |  deraadt | 2007-04-23 | 1 | -7/+7 |
* | Fix totally bogus previous commit. |  kettenis | 2005-12-28 | 1 | -3/+3 |
* | Make sure we match the correct driver for newer macppc systems. |  kettenis | 2005-12-17 | 1 | -5/+9 |
* | some driver cleanup, ANSI/KNF and more consistency between the drivers. |  brad | 2005-11-05 | 1 | -34/+16 |
* | update datasheet URL. |  brad | 2005-10-31 | 1 | -5/+3 |
* | - add needed bass & treble glue in i2s; |  joris | 2005-10-31 | 1 | -1/+111 |
* | add aoa audio support, found in several macppc machines |  joris | 2005-10-31 | 1 | -3/+2 |
* | kill unneeded node argument in snapper_init() |  joris | 2005-10-28 | 1 | -6/+4 |
* | add an i2s framework, which can be reused in new audio drivers |  joris | 2005-10-26 | 1 | -1183/+36 |
* | revert to revision 1.16 for now, 1.17 and 1.18 broke audio |  joris | 2005-10-20 | 1 | -15/+4 |
* | Dont reset the registers if the same speed is programmed. helps reduce |  drahn | 2005-10-11 | 1 | -7/+9 |
* | Stop and restart the i2s clock when changing the snapper speed, otherwise |  drahn | 2005-10-07 | 1 | -1/+10 |
* | Dont hardcode the speed, allows mplayer to work. |  drahn | 2005-05-26 | 1 | -2/+2 |
* | on the iBook G3, there are too many devices with the same gpio name; |  jason | 2005-05-26 | 1 | -6/+15 |
* | pin the sample rate at 44.1k, PB's don't seem to get the 8k or 48k sample |  jason | 2005-05-23 | 1 | -10/+8 |
* | define our own conversion function which does mono-to-stereo with |  jason | 2005-05-22 | 1 | -2/+17 |
* | whoops, wrong conversion function |  jason | 2005-05-22 | 1 | -2/+2 |
* | more encodings |  jason | 2005-05-22 | 1 | -91/+79 |
* | fix names of ulinear, too |  jason | 2005-05-22 | 1 | -3/+3 |
* | add memory clobber to prevent reordering |  jason | 2005-05-22 | 1 | -27/+91 |
* | ALAW is called AudioEalaw not AudioEmulaw |  jason | 2005-05-22 | 1 | -2/+2 |
* | Use list and queue macros where applicable to make the code easier to read; |  miod | 2004-12-25 | 1 | -2/+2 |
* | strncmp() the correct size when looking for ki2c companion. |  miod | 2004-12-25 | 1 | -2/+2 |
* | Slightly better messages, fix a typo, and a few strlcpy() botches. |  miod | 2004-01-14 | 1 | -7/+7 |
* | Completely remove the device name from this print, not just the %s. |  drahn | 2004-01-12 | 1 | -2/+2 |
* | Better defaults on snapper, fixes xmms problem reported by joshua stein |  drahn | 2004-01-12 | 1 | -6/+8 |
* | $OpenBSD$ tags |  drahn | 2004-01-11 | 1 | -1/+1 |
* | Audio support for some newer macppc machines, any 'snapper' based systems. |  drahn | 2004-01-11 | 1 | -0/+1528 |