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
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove obsolete typedefs.
cg
2001-07-03
3
-7
/
+5
*
Correct obviously wrong mistakes.
green
2001-07-02
2
-2
/
+2
*
make it compile again in -current
mjacob
2001-07-02
1
-1
/
+1
*
Make all this compile on 4.3, modulus sbuf.
green
2001-07-02
3
-1
/
+13
*
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
*
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 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
1
-2
/
+2
*
use a global devclass for all drivers - i'm not entirely sure why this
cg
2001-06-16
8
-829
/
+878
*
various locking fixes, rework open logic and channel registration
cg
2001-06-14
5
-144
/
+317
*
sbuf_new(9) now returns a struct sbuf * instead of an int. If the caller
des
2001-06-10
1
-1
/
+1
*
"Fix" the previous initial attempt at fixing TUNABLE_INT(). This time
peter
2001-06-08
1
-1
/
+1
*
lock sound device when adding/removing channels
cg
2001-06-07
4
-20
/
+102
*
Back out part of my previous commit. This was a last minute change
peter
2001-06-07
1
-1
/
+1
*
Make the TUNABLE_*() macros look and behave more consistantly like the
peter
2001-06-06
1
-2
/
+2
*
beginnings of virtual playback channel support
cg
2001-05-27
10
-212
/
+927
*
add a new method for retrieving feeder parameters
cg
2001-05-27
3
-4
/
+39
*
don't erase info in sndbuf_setup()
cg
2001-05-27
2
-6
/
+24
*
this file has been unused for some time now
cg
2001-05-05
1
-167
/
+0
*
don't unlock the channel in chn_read, msleep will do it for us.
cg
2001-04-29
1
-2
/
+0
*
comment out a boot-time debug message
cg
2001-04-09
1
-1
/
+1
*
add a software sample rate conversion feeder. this uses linear
cg
2001-04-08
1
-0
/
+175
*
minor tweaks in speed and format setting routines.
cg
2001-04-08
3
-62
/
+69
*
fix feeder initialisation methods to return correct result codes.
cg
2001-04-08
1
-3
/
+3
*
if the feeder chain returned no data, do not try to acquire the data.
cg
2001-04-08
1
-1
/
+2
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
fix whitespace bogons
cg
2001-03-25
2
-37
/
+37
*
mega-commit.
cg
2001-03-24
20
-1324
/
+1512
*
* power up the external amplifier
cg
2001-03-23
1
-1
/
+2
*
add/correct a bunch of codec ids
cg
2001-03-22
1
-9
/
+40
*
don't leak memory allocated for feeders at module unload
cg
2001-03-16
3
-1
/
+22
*
fix a panic triggerable by anyone with read/write access to the audio
cg
2001-03-13
3
-1
/
+11
*
MFS: add kobj.h to reduce diffs from -stable
cg
2001-03-05
1
-0
/
+1
*
MFS: don't pagefault in sndbuf_clear
cg
2001-03-05
1
-19
/
+9
*
MFS: #ifdef dynamic sysctl stuff to reduce diffs from -stable
cg
2001-03-05
1
-0
/
+2
*
MFS: add '# KOBJ' as the first line of each .m file to reduce diffs from
cg
2001-03-05
4
-0
/
+4
*
enable per-device sysctls unconditionally
cg
2001-03-05
1
-1
/
+1
*
nuke the splstack stuff, snd_mtx* will now be no-ops on 4.x
cg
2001-03-05
1
-29
/
+1
*
add functions for sound drivers to use for locking and setting up interrupt
cg
2001-02-27
2
-0
/
+107
*
MFS: 4.x/5.x compatibility #ifdefs
cg
2001-02-27
2
-2
/
+22
*
MFS: 4.x/5.x compatibility #defines
cg
2001-02-27
1
-0
/
+6
*
add a format feeder for conversion from alaw to ulaw and vice versa.
cg
2001-02-13
1
-0
/
+93
*
make attempts to set unsupported speeds or formats non-sticky. this should
cg
2001-02-13
1
-3
/
+30
[next]