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
/
usb
/
uaudio.c
Age
Commit message (
Expand
)
Author
2021-11-13
Release interrupt lock while allocating ressources in trigger
mlelstv
2021-06-19
Relax identification of interfaces and endpoints. Now also attaches
mlelstv
2021-06-13
Don't use aprint* for non-autoconf errors. Also print status value.
mlelstv
2021-06-13
Don't ignore detach errors from children.
mlelstv
2021-02-15
Fix my copy-and-paste bug in rev1.160.
isaki
2021-01-10
Add whitespace after comma
ryoon
2021-01-10
Fix a typo in debug message
ryoon
2020-12-29
During detach, re-use the functions that halt playback and record DMA.
jdc
2020-03-14
revert the 0x% -> %# change for fixed width formats pointed out by uwe.
christos
2020-03-13
PR/55068: sc.dying: Fix printf formats:
christos
2019-12-01
localify
maxv
2019-11-04
Use kmem_zalloc() instead of kmem_alloc() to initialize structure.
isaki
2019-06-06
Return correct properties.
isaki
2019-05-08
Merge isaki-audio2 branch, the overhaul of audio subsystem.
isaki
2019-05-05
remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h
mrg
2019-03-16
Use C99 style struct initializer to audio_hw_if.
isaki
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-06-16
Change aprint_error_dev to aprint_normal_dev for normal completion case.
nakayama
2017-07-26
uaudio: don't block suspend.
maya
2017-06-09
Start as half as many transfers for recording. This fixes recording and
nat
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-05-23
Revert locking changes back to rev 1.149. Dropping and reaquiring the
nat
2017-05-19
Fix locking around calls to [p/r]int with a patch from skrll@.
nat
2017-05-19
Release sc_intr_lock between successive calls to audio[p/r]int to allow
nat
2017-05-19
Fix locking botch. Ensure that sc_lock is still held when exiting
nat
2017-05-16
Drop sc_lock whilst doing uaudio_chan_open uaudio[pr]transfer.
nat
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-04-23
Merge nick-nhusb
skrll
2016-03-13
KNF
skrll
2015-01-26
Fix URLs of USB audio specs
gson
2015-01-26
Don't crash with a division by zero if a bControlSize field is 0.
gson
2015-01-26
When dumping iot[] contents to the console for debugging, don't crash
gson
2015-01-26
Include opt_usb.h so that "options UAUDIO_DEBUG" works.
gson
2014-09-22
Fix trouble setting recording parameters.
nat
2013-09-27
Don't call mutex_spin_exit on already released lock.
skrll
2013-09-15
Avoid unused variable warnings
martin
2013-08-15
In the error paths where uaudio_chan_free_buffers() has to be called, acquire
aymeric
2013-05-12
Atomicly swap out pipe pointer before closing the pipe.
wiz
2013-01-24
oops, turn uaudiodebug off by default again.
mrg
2013-01-22
- Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCK
jmcneill
2012-06-10
merge the jmcneill-usbmp branch. many thanks to jared for the
mrg
2012-05-18
Increase the number of frequencies in the usb_audio_streaming_type1_descriptor
jdc
2012-04-22
Use usbd_get_device_descriptor() instead of groping for it directly
jakllsch
2012-03-15
Also print and bail out if the hardware returned a too large bSamFreqType,
bouyer
2012-02-24
remove any remnants of freebsd/openbsd code.
mrg
2011-12-23
Revert previous due to active usbmp branch(es).
jakllsch
2011-12-22
Adjust-away inconsistent and trailing whitespace.
jakllsch
2011-12-13
- convert the audio softintr's to SOFTINT_SERIAL. right now they're on
mrg
2011-12-09
from the usbmp branch:
mrg
2011-11-27
also apply the previous spin mutex hack to uaudio_trigger_input()
mrg
[next]