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
*
- Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.
netchild
2006-06-18
10
-15
/
+61
*
Load the envy24 driver in the meta-module too.
netchild
2006-06-17
1
-0
/
+2
*
- fix compatibility with newer versions of FreeBSD
netchild
2006-06-17
4
-58
/
+184
*
dd the envy24 driver as is to the tree. It's not connected to the build
netchild
2006-06-17
8
-0
/
+6530
*
Remove the snd_es1888 module now that it isn't build anymore.
netchild
2006-06-17
1
-1
/
+0
*
Fix build with -Wundef.
ru
2006-05-29
2
-4
/
+4
*
Use a more appropriate printf format for size_t.
netchild
2006-05-28
1
-1
/
+1
*
Commit the new (old) midi framework. It's based in parts on the NetBSD code,
netchild
2006-05-27
2
-0
/
+165
*
Commit the new (old) midi framework. It's based in parts on the NetBSD code,
netchild
2006-05-27
10
-0
/
+4547
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-3
/
+0
*
Remove the snd_ess identify routine for the sound device in Alpha PWS
jhb
2006-05-12
1
-177
/
+0
*
Add inverted amplifier sense quirks for Sony VAIO VGN B1VP/B1XP.
ariff
2006-05-01
1
-1
/
+2
*
Add support for (latest) VIA VT8251 (rev. 0x07) audio controller.
ariff
2006-04-22
1
-9
/
+45
*
Add device ID for nForce 410 MCP audio controller.
ariff
2006-04-03
1
-0
/
+3
*
MEGA Fixes / Cleanup
ariff
2006-03-31
1
-300
/
+239
*
- Increase snddev refcount earlier while accessing through sysctl interface
ariff
2006-03-31
1
-27
/
+34
*
Remove paranoid thread hijacking check. It cause wierd behaviour
ariff
2006-03-30
1
-8
/
+2
*
Don't set primary resume interrupt flag during channel initialization
ariff
2006-03-22
1
-0
/
+4
*
Misc. fixups:
ariff
2006-03-22
1
-53
/
+49
*
We shouldn't really care about the return value of mixer_uninit(),
ariff
2006-03-22
1
-1
/
+1
*
Pointer align should be generic enough to handle awkward byte size
ariff
2006-03-22
1
-4
/
+7
*
Apply more thorough fixes while dealing with device opening and closing:
ariff
2006-03-21
4
-185
/
+275
*
Recover (?) support for AD1815 based ISA soundcards.
ariff
2006-03-21
1
-0
/
+3
*
Restore CHN_F_BUSY flag which was removed accidentally in previous commit.
ariff
2006-03-16
1
-1
/
+1
*
Fix severe 8bit integer overflow during channel creation and destruction,
ariff
2006-03-16
3
-44
/
+99
*
Add another inverted amplifier sense quirk for Kvazar-Micro Senator 3592XT.
ariff
2006-03-07
1
-0
/
+1
*
Add another inverted amplifier sense quirk for Sony VAIO Type T.
ariff
2006-03-05
1
-0
/
+1
*
Trim unnecessary pointer alignment.
ariff
2006-02-24
1
-1
/
+1
*
Remove some dead code.
jhb
2006-02-23
1
-3
/
+1
*
- Fix severe crackling after long running and abusive module load / unload by
ariff
2006-02-18
1
-15
/
+59
*
Fix random popping while playing in 32bit by increasing default buffer size
ariff
2006-02-18
1
-1
/
+1
*
Fix possible DMA leak and locking violation especially
ariff
2006-02-12
1
-14
/
+15
*
Convert NULL checks into KASSERT (and move them before the first
netchild
2006-02-05
2
-28
/
+31
*
A pointer was checked for NULL after dereferencing it. The check is not
netchild
2006-02-05
1
-4
/
+4
*
Fix memory leak in some failure cases.
netchild
2006-02-05
1
-2
/
+6
*
Fix some potential NULL pointer dereferences.
netchild
2006-01-29
1
-27
/
+59
*
Tune format scoring so (non)stereo format will get better chance
ariff
2006-01-29
1
-9
/
+17
*
Enable full duplex operation since it works and to solve panic issue.
ariff
2006-01-27
1
-1
/
+1
*
Fix typos and clean up some comments.
joel
2006-01-25
3
-10
/
+10
*
channel.c:
ariff
2006-01-24
2
-10
/
+29
*
Sort list of modules.
joel
2006-01-23
1
-1
/
+1
*
Various fixups:
ariff
2006-01-22
5
-46
/
+227
*
Backput the "Dell ID" part of the last commit, it was already tried in
netchild
2006-01-21
1
-5
/
+0
*
Merge rev. 1.5 and 1.6 from DFly:
netchild
2006-01-21
1
-7
/
+12
*
Prevent dereferencing a NULL pointer if the malloc() fails.
netchild
2006-01-21
1
-9
/
+10
*
Remove unused pointer.
joel
2006-01-21
2
-5
/
+0
*
Turn on native 32bit recording (at 48000hz).
ariff
2006-01-20
1
-1
/
+1
*
Ruthless vchan speed workaround against the dreaded sb16 / sb16x. It appear
ariff
2006-01-20
1
-3
/
+9
*
Remove Giant / busdma_lock_mutex from busdma_tag_create().
ariff
2006-01-18
1
-4
/
+4
[next]