summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/awacs.c
AgeCommit message (Expand)Author
2021-03-05Convert to intr_establish_xname().rin
2021-02-06Calling halt_{input,output} is done by the MI audio layer if necessary.isaki
2021-01-26There is not much point in of_compatible() returning -1 for "no match"thorpej
2019-06-08Clean get_props().isaki
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2016-08-24don't grab the interrupt lock around mixer operationsmacallan
2016-07-15adjust to dbdma changesmacallan
2012-11-02My PowerMac3,1 is using gpio4 to detect a connected headphone, and I would betphx
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
2011-02-20bus_spacify, while there explicitly un-mute the headphone output when usingmacallan
2010-12-22we need uvm_extern.h nowmacallan
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-09-07make this work with PMF hotkey eventsmacallan
2009-11-05In awacs(4) and snapper(4), use deviter(9) instead of accessingdyoung
2008-08-27PR#39414: No audio from awacs on PowerBook G3 (Firewire/Pismo)jmcneill
2008-05-16struct device * -> device_tmacallan
2007-11-04add a mixer control for the loopthrough channel that some awacs have - itmacallan
2007-10-18- make match() return 100 for awacs and only 1 for i2smacallan
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-08-14fix a logic botch in the headphone wiring setup - what was thought to bemacallan
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-25automatically switch between speaker and headphone output, simplify mixermacallan
2007-03-25Handle the input change interrupt, and automatically switch betweenjmcneill
2007-02-28TRUE -> true, FALSE -> falsethorpej
2007-01-17use sgsmix if present and appropriatemacallan
2005-12-11merge ktrace-lwp.christos
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-11-02Squish some recent compiler warnings.thorpej
2003-07-15__KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-03-04Attach on recent TiBooks.soren
2002-10-13Support 48kHz by using aurateconv.wiz
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-06-19Add/change prototypes so that macpcc builds with -Wstrict-prototypes.simonb
2001-06-08Make macppc compile by default with -Wall -Wmissing-prototype in additionmatt
2001-04-05Support uni-north based models. (XXX not complete)tsubai
2001-04-05Correct input volume settings.tsubai
2001-03-15Accept 8000Hz (XXX).tsubai
2001-03-15Add ulinear16 support.tsubai
2001-03-12Round up block size to at least NBPG bytes.tsubai
2001-02-26add handling for the input channel selection/volume (no recording yet,wiz
2001-01-25Make output selection work -- you can use lineout now instead of thewiz
2000-11-03Don't match if nintr > 12 (more than 3 cells).tsubai