index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
macppc
/
dev
/
i2s.c
Age
Commit message (
Expand
)
Author
2008-11-07
different fix for pr5883 than proposed by the submitter, found when glancing
Todd T. Fries
2008-11-05
return an error when trying to get stereo values from a mono
Jacob Meuser
2008-10-30
patches for macppc to remove more EINVAL returns in the audio code
Todd T. Fries
2008-10-29
come on -- this was not even test compiled
Theo de Raadt
2008-10-29
native default parameters for i2s devices instead of 8kHz
Jacob Meuser
2008-08-24
o implement proper volume control table based on chipset docs
Todd T. Fries
2007-12-11
remove support for 8kHz sample rates. not all i2s based audio
Jacob Meuser
2007-11-05
audio encoding conversion cleanup
Jacob Meuser
2007-09-17
Only the most obvious bzero() -> M_ZERO changes. No cast changes, no
Kenneth R Westerback
2007-04-22
better interrupt names for vmstat -iz; ok miod gwk
Theo de Raadt
2007-04-21
Add blinkenlights(4) a driver to control the 16 leds found on the front
Gordon Willem Klok
2006-01-08
Don't provide bass and treble mixer controls if the underlying hardware doesn't
Mark Kettenis
2005-12-11
Fix mixer for machines that have lineout and/or don't have headphone.
Mark Kettenis
2005-11-19
Get device resources from soundbus node instead of i2s node. This makes sound
Mark Kettenis
2005-11-17
fix mixer control names.
Brad Smith
2005-10-31
- add needed bass & treble glue in i2s;
Joris Vink
2005-10-26
add an i2s framework, which can be reused in new audio drivers
Joris Vink