summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/i2s.c
AgeCommit message (Expand)Author
2008-11-07different fix for pr5883 than proposed by the submitter, found when glancingTodd T. Fries
2008-11-05return an error when trying to get stereo values from a monoJacob Meuser
2008-10-30patches for macppc to remove more EINVAL returns in the audio codeTodd T. Fries
2008-10-29come on -- this was not even test compiledTheo de Raadt
2008-10-29native default parameters for i2s devices instead of 8kHzJacob Meuser
2008-08-24o implement proper volume control table based on chipset docsTodd T. Fries
2007-12-11remove support for 8kHz sample rates. not all i2s based audioJacob Meuser
2007-11-05audio encoding conversion cleanupJacob Meuser
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-04-22better interrupt names for vmstat -iz; ok miod gwkTheo de Raadt
2007-04-21Add blinkenlights(4) a driver to control the 16 leds found on the frontGordon Willem Klok
2006-01-08Don't provide bass and treble mixer controls if the underlying hardware doesn'tMark Kettenis
2005-12-11Fix mixer for machines that have lineout and/or don't have headphone.Mark Kettenis
2005-11-19Get device resources from soundbus node instead of i2s node. This makes soundMark Kettenis
2005-11-17fix mixer control names.Brad Smith
2005-10-31- add needed bass & treble glue in i2s;Joris Vink
2005-10-26add an i2s framework, which can be reused in new audio driversJoris Vink