summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/snapper.c
AgeCommit message (Expand)Author
2011-11-24put back IPL_AUDIO and splaudio(), at the request of rmind. they aremrg
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2010-11-12Get the dma registers from the soundbus property. This should work with allphx
2010-10-16Find all GPIOs in OF also on newer PowerBooks.phx
2010-09-09get rid of custom PMF event handlers, instead do what the upper layer expectsmacallan
2009-11-05In awacs(4) and snapper(4), use deviter(9) instead of accessingdyoung
2009-03-18bzero -> memsetcegger
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-09-26use access functions to mess with obio's registersmacallan
2008-09-26use min(255, blah) to cap volume instead of masking the upper bits outmacallan
2008-05-16sprinkle staticmacallan
2008-05-15listen to PMF volume control eventsmacallan
2008-05-15struct device -> device_tmacallan
2007-11-07Convert macppc to shared ofw_autoconf.c. Compile tested only.garbled
2007-10-18cleanup, various fixes and TAS3001 / Tumbler supportmacallan
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-09-27struct cfattach -> CFATTACH_DECL; compiles again.dogcow
2007-09-17add support for the "tumbler" as found at least on iBook G3/600.aymeric
2007-04-04Simplify sw volume control, attach to AOAK2 as well, make mono work asjmcneill
2007-04-03In the AOAKeylargo case, there is no hardware volume control. Instead,jmcneill
2007-04-03Match AOAKeylargo, and don't make finding deq a requirement. Sound nowjmcneill
2007-03-25fix typomacallan
2007-02-28TRUE -> true, FALSE -> falsethorpej
2006-12-17don't pretend to support 8kHz since the chip really doesn'tmacallan
2006-12-11actually change the sample rate when asked to.macallan
2006-09-24Don't use // for comments.jmcneill
2006-08-23use gain table for master volume as wellmacallan
2006-08-23fix some KNF nitsmacallan
2006-08-11Add audio input support. From Magnus Henoch, fixes PR 32664macallan
2006-02-23Use device_parent().thorpej
2005-12-24bare asm -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-08-10- don't call ki2c private functions anymore, use iic_exec() to be a good i2c ...macallan
2005-01-25Ensure i/o commands are allocated on 16-byte boundary by allocating 15briggs
2005-01-15ansify and KNFkent
2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent
2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt
2003-12-27add support for the Keywest I2C and snapper audio device, as found ongrant