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
/
audio.c
Age
Commit message (
Expand
)
Author
2002-03-23
whitespace and folding fix.
kent
2002-03-21
Fix previous commit. modifying cc is only when factor_denom > 1.
isaki
2002-03-17
Fix infinate loop in recoding on vs0.
isaki
2002-03-16
Add factor_denom, a denominator of factor,
isaki
2002-03-15
audio.c: revert a part of previous change.
kent
2002-03-15
Fix a bug of audio_read() in a case that params->factor is not 1.
kent
2002-03-09
Move sampling rate conversion functions to aurateconv.c.
kent
2002-03-09
Fix splaudio/splx botch.
toshii
2002-03-08
Fix printf format on LP64.
thorpej
2002-03-07
Sampling rate and mono-stereo conversion described in
kent
2002-01-18
drop completely superfluous PRINT() macro
jdolecek
2001-11-17
fix a trivial lint warning
perry
2001-11-13
add RCSIDs
lukem
2001-10-03
Fix pasto in type of dev_ioctl method.
augustss
2001-10-03
Add a new optional method, dev_ioctl, to the audio hardware driver interface.
augustss
2001-10-02
ANSIfy.
augustss
2001-09-16
Spell 'occurred' with two 'r's.
wiz
2001-09-03
Allow 24 and 32bit linear audio.
is
2001-06-03
s/printf/DPRINTF/ for kern/13101.
jhawk
2001-05-02
X68k built-in voice synthesizer supports 4bit ADPCM.
minoura
2001-01-25
The previous revision was my fault. audio_calcwater() needs to be
toshii
2001-01-22
Remove the line in audio_open which zeroes sc_[pr]r.blksize.
toshii
2000-12-29
Add a field in mixer_devinfo_t that indicates the minimum delta to
augustss
2000-12-25
Back out changes from 1.124 since the additions of *ports.master=-1 wasn't
jmc
2000-07-19
More printf format munging for off_t: when printing as %lld, cast to long long.
nathanw
2000-07-06
Use device_lookup().
thorpej
2000-06-27
Make it compile with AUDIO_DEBUG after the mmap API change.
augustss
2000-06-27
remove include of <vm/vm.h>
mrg
2000-06-26
Change the kernel mmap interface so that the offset to map is an
simonb
2000-06-25
remove some redundant <vm/vm_xxx.h> includes
mrg
2000-05-02
Support recording conversions that change the sample size. PR 10029, from Gr...
augustss
2000-05-01
Add some more debug output.
augustss
2000-03-26
Avoid a pointless debug message.
augustss
2000-03-01
Change the cmd argument in {audio,mixer}_ioctl() to u_long.
augustss
1999-12-15
Report all AUDIO_PROP_* properties when attaching an audio device.
kleink
1999-11-23
Avoid 0 blocksize.
augustss
1999-11-09
Make sure to call vdevgone() on all devices when deteching.
augustss
1999-11-01
Be cautious about the blocksize returned by the hardware driver to
augustss
1999-09-23
Minor output formatting buglet.
kleink
1999-09-09
Add support for detaching audio devices.
augustss
1999-06-07
Don't clobber the error returned by uiomove() when starting the audio
thorpej
1999-05-30
Fix two small bugs:
nathanw
1999-02-26
Make these compile on the alpha when AUDIO_DEBUG is defined.
nathanw
1999-02-19
Indicate whether the decive is full or half duplex at attach time.
mycroft
1999-02-17
Pass the direction to the allocm and round_buffersize methods.
mycroft
1998-12-27
Make sure recording is started before we return EWOULDBLOCK in a read().
augustss
1998-12-27
Fold lines to 80 chars.
augustss
1998-12-20
Make midi_attach_mi() and audioprint() available also if MIDIBUS
drochner
1998-11-25
Do not permit a class to be recorded as a master or monitor port.
mycroft
1998-11-19
fix problems in many d_mmap routines:
mrg
[next]