index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
msm6258.c
Age
Commit message (
Expand
)
Author
2019-05-08
Merge isaki-audio2 branch, the overhaul of audio subsystem.
isaki
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2017-09-02
Revert previous local conversion for vs(4).
isaki
2017-08-05
vs(4) became to able to play audio again.
isaki
2017-08-05
Fix typo. 266 -> 256.
isaki
2017-08-02
Use endian conversion macros (and some rearrange for readability).
isaki
2017-07-30
Improve diagnostic code.
isaki
2017-07-27
Also allow SLINEAR_BE on msm6258_linear8_to_adpcm.
isaki
2017-07-15
Add DIAGNOSTIC code.
isaki
2011-11-23
Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From
jmcneill
2011-10-16
Switch to 2-clause license.
isaki
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-06-08
Adapt to compiling with -Wcast-qual by adding const to some pointer casts.
he
2005-01-10
merge kent-audio1 branch, which introduces audio filter pipeline to the MI
kent
2003-09-07
Remove an advertising clause.
isaki
2002-04-13
Fix minor typo in adpcm_estim[].
isaki
2002-04-07
Rewrite encode/decode algorithm completely.
isaki
2002-04-02
initialize codec variables every open().
isaki
2002-04-02
Correct ADPCM -> linear8 conversion routine.
isaki
2002-03-16
Fix mis-increment bug in converter msm6258_ulinear8_to_adpcm().
isaki
2001-11-13
add/cleanup RCSID
lukem
2001-10-16
#include mulaw.h for converter functions prototypes.
minoura
2001-05-03
Correct playing mu-law and linear.
minoura
2001-05-02
Oops, it contained some debug code.
minoura
2001-05-02
Software codec for Oki MSM6258 voice synthesizer.
minoura