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
*
Fix driver to re-enable sound output on AD1816 based cards caused by an
hm
2002-06-09
1
-0
/
+4
*
Fixed printf format errors which apparently crept in while -Wformat was
bde
2002-05-25
1
-1
/
+2
*
Try and solve some cases of labels at end of compound statements that gcc
peter
2002-05-19
2
-10
/
+7
*
No longer attempt to power off the ACLINK during suspend - luigi
orion
2002-05-05
1
-3
/
+0
*
makeobjops.awk is stricter on syntax than the perl version.
obrien
2002-05-01
1
-1
/
+1
*
Remove the trailing ^M's. makeobjops.awk does not like them.
obrien
2002-05-01
3
-153
/
+147
*
add a missing \n to an unregister failure message
cg
2002-04-28
1
-1
/
+1
*
recognise ct5880-e
cg
2002-04-28
1
-1
/
+7
*
Add ac97_reset function that polls ready bits in power register. One
orion
2002-04-26
2
-7
/
+22
*
Cast another bus_addr_t to long long for a printf to quiet a warning on
jhb
2002-04-16
1
-1
/
+2
*
Recognize the AC97 interface to the onboard sound controller on the Nvidia
jhb
2002-04-15
1
-0
/
+4
*
Use bus_addr_t instead of u_int for local variables that are derived from
jhb
2002-04-15
1
-5
/
+5
*
Remove a spurious warning as x is always initialised before use.
roberto
2002-04-15
1
-1
/
+1
*
Fix the play / record rate setting so that it actually works.
jhay
2002-04-14
1
-3
/
+8
*
Fix a warning due to the code assuming sizeof(int) == sizeof(void *) which
jhb
2002-04-11
1
-1
/
+1
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
10
-20
/
+20
*
Add lock type arguments to callers of snd_mtxcreate().
jhb
2002-04-04
10
-10
/
+10
*
Change snd_mtxcreate() to accept a lock type as an extra argument that is
jhb
2002-04-04
2
-4
/
+4
*
Include <machine/limits.h> for definition of ULONG_MAX. Remove a
mike
2002-03-25
1
-1
/
+1
*
Fixes to make select/poll mpsafe.
alfred
2002-03-14
2
-3
/
+3
*
Do not call a synthesizer with a sequencer lock held.
tanimura
2002-03-10
1
-2
/
+12
*
Suspend and resume related patches from Toshikazu Ichinoseki <t.ichinoseki@ni...
orion
2002-03-04
1
-12
/
+85
*
Add support for VT8233.
orion
2002-03-01
2
-75
/
+200
*
Add a sysctl, sysctl hw.snd.report_soft_formats, that controls whether the
des
2002-02-24
1
-1
/
+9
*
Add play (but not record) support for the Sis 7012.
alfred
2002-02-19
1
-3
/
+27
*
Add support for the Aztech 2320 chip.
tg
2002-02-05
1
-0
/
+45
*
- Do not hang if the resource allocation fails.
tanimura
2002-02-05
1
-19
/
+28
*
Recent changes to newpcm require that the CHANNEL_SETFORMAT op return 0
scottl
2002-01-27
2
-3
/
+3
*
* improve error handling
cg
2002-01-26
7
-42
/
+93
*
Fix code that had rotted behind debugging macros.
scottl
2002-01-25
8
-8
/
+10
*
a buffer offset equal to the buffer size is illegal too, fix assertion in
cg
2002-01-25
1
-1
/
+1
*
cosmetic change, free b instead of c->bufhard for consistency within
cg
2002-01-25
1
-1
/
+1
*
improve sndstat output of feederchains so it can be understood without
cg
2002-01-23
1
-11
/
+20
*
print warnings if a pcm*.buffersize hint is out of range or a non-power-of-2
cg
2002-01-23
1
-3
/
+17
*
fix some comments accidentally hit by search/replace several revisions ago
cg
2002-01-23
1
-3
/
+3
*
set the speeds the right way round for recording using the rate feeder
cg
2002-01-23
1
-4
/
+7
*
add more error checking in chn_init() and chn_reset()
cg
2002-01-23
1
-30
/
+61
*
make the feederchain builder work for recording. this has not been tested
cg
2002-01-23
3
-19
/
+64
*
don't bother checking if an unsigned parameter is less than 0 in a KASSERT
cg
2002-01-23
1
-1
/
+1
*
add more error checking to open of /dev/dsp* and /dev/audio* - if the
cg
2002-01-23
1
-2
/
+18
*
don't allow mmap beyond the end of the buffer
cg
2002-01-23
1
-1
/
+7
*
Change ich_calibrate to busy wait on buffer fill level and use a more
orion
2002-01-18
1
-40
/
+77
*
Add the system default timer engine.
tanimura
2002-01-04
2
-0
/
+644
*
- Provide toggles to show debug messages. Set new sysctl variables
tanimura
2002-01-04
12
-374
/
+881
*
- Do not uiomove with a mutex locked.
tanimura
2002-01-01
15
-425
/
+387
*
make mmapped vchans work
cg
2001-12-23
1
-0
/
+2
*
Fixes apparent hang at probe time due to an extremely long timeout
pb
2001-12-21
1
-1
/
+1
*
fix mmapped playback
cg
2001-12-21
1
-7
/
+6
*
Save and restore state for suspend/resume.
orion
2001-12-21
1
-4
/
+35
*
Correct unexpected interrupt detection.
orion
2001-12-19
1
-1
/
+1
[next]