summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/snapper.c
AgeCommit message (Expand)Author
2005-12-28Fix totally bogus previous commit.Mark Kettenis
2005-12-17Make sure we match the correct driver for newer macppc systems.Mark Kettenis
2005-11-05some driver cleanup, ANSI/KNF and more consistency between the drivers.Brad Smith
2005-10-31update datasheet URL.Brad Smith
2005-10-31- add needed bass & treble glue in i2s;Joris Vink
2005-10-31add aoa audio support, found in several macppc machinesJoris Vink
2005-10-28kill unneeded node argument in snapper_init()Joris Vink
2005-10-26add an i2s framework, which can be reused in new audio driversJoris Vink
2005-10-20revert to revision 1.16 for now, 1.17 and 1.18 broke audioJoris Vink
2005-10-11Dont reset the registers if the same speed is programmed. helps reduceDale Rahn
2005-10-07Stop and restart the i2s clock when changing the snapper speed, otherwiseDale Rahn
2005-05-26Dont hardcode the speed, allows mplayer to work.Dale Rahn
2005-05-26on the iBook G3, there are too many devices with the same gpio name;Jason Wright
2005-05-23pin the sample rate at 44.1k, PB's don't seem to get the 8k or 48k sampleJason Wright
2005-05-22define our own conversion function which does mono-to-stereo withJason Wright
2005-05-22whoops, wrong conversion functionJason Wright
2005-05-22more encodingsJason Wright
2005-05-22fix names of ulinear, tooJason Wright
2005-05-22add memory clobber to prevent reorderingJason Wright
2005-05-22ALAW is called AudioEalaw not AudioEmulawJason Wright
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-25strncmp() the correct size when looking for ki2c companion.Miod Vallat
2004-01-14Slightly better messages, fix a typo, and a few strlcpy() botches.Miod Vallat
2004-01-12Completely remove the device name from this print, not just the %s.Dale Rahn
2004-01-12Better defaults on snapper, fixes xmms problem reported by joshua steinDale Rahn
2004-01-11$OpenBSD$ tagsDale Rahn
2004-01-11Audio support for some newer macppc machines, any 'snapper' based systems.Dale Rahn