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
*
Clean up viachan_init.
orion
2003-02-21
1
-9
/
+13
*
Fix assignment of record sgd_addr and clean up via8233chan_init.
orion
2003-02-21
1
-10
/
+13
*
Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().
cognet
2003-02-20
18
-65
/
+100
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
14
-25
/
+25
*
Sound devices were being leaked by dsp_open() not actually releasing the
green
2003-02-11
1
-1
/
+6
*
Include <isa/isavar.h> to fix building on alpha.
nyan
2003-02-08
1
-0
/
+2
*
- Clean up ISA DMA supports.
nyan
2003-02-07
11
-144
/
+177
*
Fix comment typo.
orion
2003-02-06
1
-18
/
+28
*
Avoid zero padding when feeding read channels. chn_rdfeed has no way
orion
2003-02-03
1
-0
/
+4
*
Remove mono encodings from vchan format and mixer description. Fixes
orion
2003-02-03
1
-2
/
+0
*
Print ac97 name/id on normal boot.
orion
2003-02-03
1
-6
/
+9
*
remove MIN now that it's a standard kernel define
alfred
2003-02-02
2
-3
/
+0
*
Consolidate MIN/MAX macros into one place (param.h).
alfred
2003-02-02
1
-3
/
+0
*
o Constrain inputs to 25Hz granularity so interpolator can operate
orion
2003-01-30
1
-64
/
+97
*
Disable DRA to fix problems with recording.
orion
2003-01-26
1
-14
/
+19
*
Add ac97_patch.[ch] that provide space for ac97 codec specific patches.
orion
2003-01-25
4
-74
/
+158
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
14
-25
/
+25
*
Re-implemention of the interpolation code used for sample rate
orion
2003-01-20
1
-53
/
+308
*
- GC a few more hand-rolled 'abs' macros.
mdodd
2003-01-15
1
-1
/
+0
*
Don't call destroy_dev it a channel has children.
cognet
2003-01-14
1
-1
/
+1
*
Add Realtek ALC650 id.
orion
2003-01-13
1
-0
/
+1
*
Add nForce2 device id.
orion
2003-01-13
1
-0
/
+4
*
- Add acpi module binding.
mdodd
2003-01-08
1
-3
/
+12
*
Fix the duplicate unlock of the pcm read channel in certain cases.
green
2003-01-05
1
-1
/
+0
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
3
-3
/
+3
*
Do not return(foo()) in void function.
semenu
2002-12-18
8
-22
/
+24
*
(hopefully) fix build breakage some people are seeing
cg
2002-11-26
13
-23
/
+23
*
various fixes to eliminate locking warnings
cg
2002-11-25
9
-57
/
+79
*
various fixes to eliminate locking warnings
cg
2002-11-25
1
-1
/
+1
*
if the list of supported formats is empty, fail the attach instead of
cg
2002-11-25
1
-4
/
+8
*
Packed structures are defined differently in older gcc's, like the one
joe
2002-11-06
1
-4
/
+0
*
Call pcm_chn_destroy() in pcm_killchan() so that channel mutexes are destroye...
cognet
2002-11-04
1
-1
/
+7
*
Suppress the uninitialized variable warning on ia64 introduced by
marcel
2002-10-17
1
-0
/
+4
*
Fix support for the ALi M5451 (rev 0.2) chip.
cognet
2002-10-14
1
-5
/
+47
*
Fixed breakage from removing the used include of <sys/buf.h> in the
bde
2002-09-15
1
-0
/
+3
*
FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.
phk
2002-09-14
1
-3
/
+2
*
Sigh. The fix to the suspend code wasn't complete, since the resume
scottl
2002-09-04
1
-2
/
+2
*
- Improve AC97 presence check and move it from fm801_attach() to fm801_probe();
sobomax
2002-09-03
1
-14
/
+93
*
Whitespace-only: don't mix tabs and spaces for doing identation.
sobomax
2002-08-30
1
-16
/
+16
*
Fix a silly off my one error that caused crashes on resume in certain
scottl
2002-08-29
1
-2
/
+2
*
Marginally simplify dsp_open error handling by adding an early test to
orion
2002-08-28
1
-68
/
+51
*
Add suspend and resume support.
orion
2002-08-25
1
-8
/
+45
*
Fixed editing errors in rev.1.4 which manifested as printf format errors
bde
2002-08-25
1
-2
/
+2
*
Be sure to unregister from sndstat on unregister. Gets rid of phantom
nsayer
2002-08-24
1
-0
/
+1
*
Make sure channel buffer start is associated with channel, otherwise
orion
2002-08-23
1
-3
/
+3
*
s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}.
orion
2002-08-23
3
-6
/
+39
*
Replace (ab)uses of "NULL" where "0" is really meant.
archie
2002-08-22
1
-1
/
+1
*
Back out last commit. Needs slightly more subtle handling.
orion
2002-08-20
1
-33
/
+35
*
Cater for ich4 quirks.
orion
2002-08-19
2
-9
/
+29
*
Apply reference counting patch. Fixes problem of two applications
orion
2002-08-18
1
-35
/
+33
[next]