summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/dev/snapper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-261-3/+1
* Move PowerBook5,4 audio from aoa(4) to snapper(4).gkoehler2020-06-061-1/+6
* Remove unused getdev() audio driver functions.ratchov2016-09-191-16/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-13/+2
* Do not do strncmp comparisons on dv_xname because longer device names whichderaadt2009-10-261-3/+3
* input and volume twiddlestodd2008-11-061-5/+6
* * use uint8_t instead of int to hold the value of an 8-bit register.jakemsr2008-11-051-3/+10
* native default parameters for i2s devices instead of 8kHzjakemsr2008-10-291-2/+9
* how about i commit what was actually approved? wrong tree, bad todd ;-(todd2008-08-251-2/+2
* o implement proper volume control table based on chipset docstodd2008-08-241-9/+193
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-1/+2
* rename drivers with numbers in them; ok gwk drahnderaadt2007-04-231-7/+7
* Fix totally bogus previous commit.kettenis2005-12-281-3/+3
* Make sure we match the correct driver for newer macppc systems.kettenis2005-12-171-5/+9
* some driver cleanup, ANSI/KNF and more consistency between the drivers.brad2005-11-051-34/+16
* update datasheet URL.brad2005-10-311-5/+3
* - add needed bass & treble glue in i2s;joris2005-10-311-1/+111
* add aoa audio support, found in several macppc machinesjoris2005-10-311-3/+2
* kill unneeded node argument in snapper_init()joris2005-10-281-6/+4
* add an i2s framework, which can be reused in new audio driversjoris2005-10-261-1183/+36
* revert to revision 1.16 for now, 1.17 and 1.18 broke audiojoris2005-10-201-15/+4
* Dont reset the registers if the same speed is programmed. helps reducedrahn2005-10-111-7/+9
* Stop and restart the i2s clock when changing the snapper speed, otherwisedrahn2005-10-071-1/+10
* Dont hardcode the speed, allows mplayer to work.drahn2005-05-261-2/+2
* on the iBook G3, there are too many devices with the same gpio name;jason2005-05-261-6/+15
* pin the sample rate at 44.1k, PB's don't seem to get the 8k or 48k samplejason2005-05-231-10/+8
* define our own conversion function which does mono-to-stereo withjason2005-05-221-2/+17
* whoops, wrong conversion functionjason2005-05-221-2/+2
* more encodingsjason2005-05-221-91/+79
* fix names of ulinear, toojason2005-05-221-3/+3
* add memory clobber to prevent reorderingjason2005-05-221-27/+91
* ALAW is called AudioEalaw not AudioEmulawjason2005-05-221-2/+2
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-251-2/+2
* strncmp() the correct size when looking for ki2c companion.miod2004-12-251-2/+2
* Slightly better messages, fix a typo, and a few strlcpy() botches.miod2004-01-141-7/+7
* Completely remove the device name from this print, not just the %s.drahn2004-01-121-2/+2
* Better defaults on snapper, fixes xmms problem reported by joshua steindrahn2004-01-121-6/+8
* $OpenBSD$ tagsdrahn2004-01-111-1/+1
* Audio support for some newer macppc machines, any 'snapper' based systems.drahn2004-01-111-0/+1528