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
Commit message (
Expand
)
Author
Age
Files
Lines
*
KSE Milestone 2
julian
2001-09-12
14
-84
/
+84
*
Convert the CMedia driver to using a device mutex and INTR_MPSAFE.
green
2001-09-08
1
-2
/
+28
*
add a method for recording of specific channels for devices with more than
cg
2001-09-05
6
-15
/
+64
*
don't try to dump nonexistent data when recording
cg
2001-09-05
1
-1
/
+1
*
Return updated blocksize from setblocksize function.
orion
2001-09-03
1
-1
/
+1
*
Fix return value of cs4281chan_setblocksize.
orion
2001-09-03
1
-1
/
+1
*
Fix return value of svchan_setblocksize.
orion
2001-09-03
1
-6
/
+18
*
Fix return value of setblocksize functions. Recording is interspersed
orion
2001-09-03
2
-2
/
+2
*
tweaks to reduce latency/pauses in output
cg
2001-08-29
2
-8
/
+11
*
Add support for the Acer Labs M5451 chip.
greid
2001-08-29
1
-0
/
+8
*
add some extra diagnostic info to sndstat output.
cg
2001-08-29
3
-18
/
+41
*
* change buffering method a bit
cg
2001-08-29
1
-40
/
+30
*
now we have the rate feeder, we don't need to constrain the default channel
cg
2001-08-27
1
-1
/
+3
*
MFS rev 1.8.2.8:
cg
2001-08-27
1
-2
/
+22
*
Add support for the SiS 7018
greid
2001-08-26
2
-9
/
+39
*
the feederchain builder is currently broken for recording channels. disable
cg
2001-08-23
1
-0
/
+3
*
handle bogus values passed to SOUND_PCM_WRITE_CHANNELS/SNDCTL_DSP_CHANNELS
cg
2001-08-23
1
-4
/
+5
*
make the 4dwave nx chip work
cg
2001-08-23
1
-1
/
+1
*
MFS: make SNDCTL_DSP_SETTRIGGER work
cg
2001-08-23
2
-7
/
+5
*
MFS: allow multiple opens of mixer devices
cg
2001-08-23
1
-8
/
+11
*
many changes:
cg
2001-08-23
40
-407
/
+738
*
Set up the via_chinfo structures properly so we write to the correct
greid
2001-08-02
1
-2
/
+2
*
Limit the device to only one playback channel until I can figure out why
scottl
2001-07-19
1
-1
/
+1
*
Fix an off-by-one error in the dma tag. This was causing the VM system to
scottl
2001-07-19
1
-1
/
+2
*
Somehow I missed this. Use INTR_TYPE_AV (high priority) instead of
peter
2001-07-09
1
-1
/
+1
*
* simplify
cg
2001-07-03
2
-823
/
+325
*
remove obsolete typedefs.
cg
2001-07-03
3
-7
/
+5
*
Correct obviously wrong mistakes.
green
2001-07-02
3
-3
/
+3
*
make it compile again in -current
mjacob
2001-07-02
1
-1
/
+1
*
Detect the device on e.g. Dell OptiPlex GX110s.
green
2001-07-02
1
-0
/
+1
*
Make all this compile on 4.3, modulus sbuf.
green
2001-07-02
4
-3
/
+15
*
intel ich/ich2 driver - this needs some work but is functional enough for
cg
2001-07-01
2
-0
/
+1205
*
add module version/dependancies
cg
2001-07-01
1
-1
/
+4
*
don't set a flag that is already set
cg
2001-07-01
1
-1
/
+3
*
set default 'monitor' volume (ac97 headphones) to 75%
cg
2001-07-01
1
-0
/
+1
*
don't flag the playback hardchan as busy on devices with only one of them.
cg
2001-06-27
3
-19
/
+68
*
tidy up/simplify dsp_clone()
cg
2001-06-27
1
-24
/
+13
*
add a tunable/sysctl, hw.snd.autovchans. if this is set to a value n where
cg
2001-06-26
3
-4
/
+53
*
the turtle beach santacruz implements ac97 eapd in an inverted sense -
cg
2001-06-23
3
-13
/
+15
*
add defines and ifdefs so this code will compile on 4.x
cg
2001-06-23
7
-14
/
+113
*
move a private struct definition from ac97.h to ac97.c
cg
2001-06-23
2
-13
/
+32
*
Use the M_ZERO flag to malloc(9)
greid
2001-06-21
21
-64
/
+32
*
stop csa from panicing in clkrun_hack() - we were using free'd memory
cg
2001-06-18
1
-4
/
+3
*
Call bus_teardown_intr when csa_attach fails after the interrupt has
tmm
2001-06-18
1
-31
/
+29
*
use devclass_get_maxunit() correctly
cg
2001-06-18
3
-4
/
+4
*
revise dsp_clone() to return the first nonbusy channel instead of simply
cg
2001-06-17
4
-15
/
+17
*
fix a potential panic in dsp_clone() if no pcm devices were detected
cg
2001-06-17
1
-0
/
+2
*
Use INTR_TYPE_AV for the interrupt handlers because:
peter
2001-06-16
7
-8
/
+8
*
use a global devclass for all drivers - i'm not entirely sure why this
cg
2001-06-16
30
-929
/
+936
*
various locking fixes, rework open logic and channel registration
cg
2001-06-14
5
-144
/
+317
[next]