index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sound
/
pcm
/
channel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
improve recording behaviour
cg
2001-10-24
1
-5
/
+10
*
Use the passed in thread to selrecord() instead of curthread.
jhb
2001-09-21
1
-1
/
+1
*
add a tunable/sysctl, hw.snd.targetirqrate, to modify the default target
cg
2001-09-18
1
-2
/
+22
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+2
*
add a method for recording of specific channels for devices with more than
cg
2001-09-05
1
-2
/
+2
*
don't try to dump nonexistent data when recording
cg
2001-09-05
1
-1
/
+1
*
tweaks to reduce latency/pauses in output
cg
2001-08-29
1
-3
/
+6
*
add some extra diagnostic info to sndstat output.
cg
2001-08-29
1
-11
/
+19
*
now we have the rate feeder, we don't need to constrain the default channel
cg
2001-08-27
1
-1
/
+3
*
MFS: make SNDCTL_DSP_SETTRIGGER work
cg
2001-08-23
1
-1
/
+1
*
many changes:
cg
2001-08-23
1
-4
/
+4
*
add defines and ifdefs so this code will compile on 4.x
cg
2001-06-23
1
-0
/
+4
*
use a global devclass for all drivers - i'm not entirely sure why this
cg
2001-06-16
1
-10
/
+1
*
various locking fixes, rework open logic and channel registration
cg
2001-06-14
1
-2
/
+1
*
lock sound device when adding/removing channels
cg
2001-06-07
1
-7
/
+17
*
beginnings of virtual playback channel support
cg
2001-05-27
1
-22
/
+113
*
don't unlock the channel in chn_read, msleep will do it for us.
cg
2001-04-29
1
-2
/
+0
*
minor tweaks in speed and format setting routines.
cg
2001-04-08
1
-35
/
+42
*
fix whitespace bogons
cg
2001-03-25
1
-33
/
+33
*
mega-commit.
cg
2001-03-24
1
-848
/
+464
*
make attempts to set unsupported speeds or formats non-sticky. this should
cg
2001-02-13
1
-3
/
+30
*
back out rev 1.49, looks like i committed it from the wrong tree.
cg
2001-02-07
1
-424
/
+803
*
conditionalize "hwptr went backwards" messages
cg
2001-02-07
1
-801
/
+425
*
prevent excessively small buffer sizes resulting in hundreds of irqs per
cg
2001-01-24
1
-13
/
+15
*
fix a panic if the requested blocksize was greater than the data rate,
cg
2000-12-23
1
-0
/
+2
*
fix a typo
cg
2000-12-23
1
-1
/
+1
*
update code dealing with snd_dbuf objects to do so using a functional interface
cg
2000-12-23
1
-189
/
+87
*
kobjify.
cg
2000-12-18
1
-42
/
+45
*
do not blindly assume 8khz is supported on open(). try for 8khz but respect
cg
2000-11-18
1
-3
/
+6
*
slight mods to isa dma and channel flushing code
cg
2000-11-07
1
-24
/
+32
*
add reinit functions to mixers
cg
2000-10-26
1
-13
/
+15
*
prepare for adding a rate conversion feeder.
cg
2000-09-23
1
-26
/
+122
*
detach support
cg
2000-09-09
1
-1
/
+2
*
allow a null setdir implementation
cg
2000-09-05
1
-1
/
+1
*
change mixer api slightly
cg
2000-09-01
1
-2
/
+24
*
make the test for hwptr going backwards more picky- now it only triggers if
cg
2000-08-29
1
-1
/
+1
*
rework feeder sytem to allow feeders in klds
cg
2000-08-20
1
-4
/
+49
*
warn if hwptr goes backwards
cg
2000-08-09
1
-1
/
+7
*
fix a potential local DoS attack
cg
2000-07-30
1
-1
/
+12
*
add record channel irq timeouts too
cg
2000-06-20
1
-2
/
+12
*
fix a bug where opening for write would not fail if channel allocation failed
cg
2000-06-20
1
-5
/
+12
*
replace a line erroneously removed in 1.28, should fix xmms
cg
2000-06-17
1
-3
/
+5
*
handle closing differently - should fix the end-of-sample cutoff bug
cg
2000-06-13
1
-22
/
+25
*
improve recording
cg
2000-06-06
1
-17
/
+27
*
move various fields from pcm_channel to snd_dbuf
cg
2000-05-26
1
-134
/
+152
*
fix the 100% cpu in xmms issue
cg
2000-05-04
1
-1
/
+0
*
implement settrigger according to spec
cg
2000-04-23
1
-21
/
+29
*
more mmap fixes
cg
2000-04-17
1
-14
/
+23
*
make mmap sort-of work. there seem to be interactions with certain hw
cg
2000-04-15
1
-102
/
+129
*
make poll() dtrt, previously when playing it would trigger if there was less
cg
2000-04-05
1
-2
/
+2
[next]