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
...
*
Improve mapping of relative to absolute volume.
josef
2004-06-14
1
-2
/
+15
*
Add PCI identifier for Dell modified SBLive! card
obrien
2004-06-13
1
-0
/
+9
*
Nuke a cryptic and useless diagnostic printf().
truckman
2004-06-07
1
-1
/
+0
*
Make the emu10k1 pcm driver INTR_MPSAFE. The locking is modeled
mux
2004-06-04
1
-28
/
+46
*
Axe the old midi drivers and framework. matk has developed a new
tanimura
2004-06-01
17
-12371
/
+0
*
Devclass have to be shared with same 'pcm' devclass, or
takawata
2004-05-31
1
-1
/
+0
*
Add PCI ID for via 8237.
matk
2004-05-26
1
-0
/
+4
*
Remove extraneous spaces.
truckman
2004-05-13
1
-1
/
+1
*
Implement sbc_lockassert() and sb_lockassert() functions to allow
truckman
2004-05-13
3
-3
/
+19
*
Add support CS4294
sanpei
2004-05-08
1
-0
/
+1
*
Don't do malloc(M_WAITOK) for sound buffers while locks are held.
green
2004-04-29
1
-1
/
+1
*
This driver certainly works fine turning INTR_MPSAFE back on. For those
green
2004-04-21
1
-1
/
+1
*
The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AV
green
2004-04-14
14
-22
/
+17
*
By default, ich4 has NAMBAR and NABMBAR i/o spaces as
matk
2004-03-31
1
-1
/
+12
*
Actually program the list of recording devices in sv_mix_setrecsrc().
marcel
2004-03-20
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
29
-135
/
+169
*
Augment /dev/sndstat with the module names, if applicable.
matk
2004-03-06
24
-44
/
+58
*
Create a new mutex type for virtual channels. This allows us to get
truckman
2004-02-28
4
-29
/
+24
*
Lock channels only as necessary in dsp_ioctl(), and only lock one
truckman
2004-02-28
1
-65
/
+173
*
Device megapatch 5/6:
phk
2004-02-21
1
-1
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
5
-0
/
+10
*
Fix a glitch in my last commit and revert to using selwakeuppri
matk
2004-02-20
1
-1
/
+1
*
Fix a long-standing bug where select on vchans doesn't work
matk
2004-02-19
1
-3
/
+13
*
Add dependency to snd_via8233
mr
2004-01-29
1
-0
/
+1
*
Change KASSERT() in feed_vchan16() into an explicit test and call to
truckman
2004-01-28
8
-140
/
+245
*
Fix a panic in dsp_clone when trying to access a sound
matk
2004-01-25
1
-0
/
+3
*
Sync with DFBSD v.1.16. Add new codecs IDs, fix some spelling.
matk
2004-01-23
1
-3
/
+21
*
Reduce latency when using the SNDCTL_DSP_RESET ioctl by calling
matk
2004-01-20
1
-2
/
+10
*
Fix a panic when kldloading a sound driver. Do this by replacing the
matk
2004-01-20
5
-217
/
+95
*
As previously announced: discontinue use of makedev() call in soundcode.
phk
2004-01-17
6
-56
/
+171
*
Specify the right location of the generated header.
obrien
2004-01-12
1
-1
/
+1
*
Add Audigy support.
obrien
2004-01-11
1
-93
/
+521
*
Remove EMUDEBUG [un]def. This should be done in the Makefile.
obrien
2004-01-11
1
-1
/
+0
*
Sync with Creative's 8010.h rev 1.51.
obrien
2004-01-09
1
-0
/
+7
*
The last argument to mtx_init() should be MTX_DEF, not 0. This is not a
truckman
2003-12-08
2
-2
/
+2
*
Fix some locking violations by creating seperate mutex classes
matk
2003-12-05
1
-3
/
+6
*
Fix a panic due to holding a lock over calls to uiomove.
matk
2003-11-27
3
-30
/
+39
*
Add ID for ALC658 CODEC.
kuriyama
2003-11-11
1
-0
/
+1
*
Fix sound LOR problems:
scottl
2003-11-11
3
-108
/
+113
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
2
-3
/
+3
*
Don't attempt to destroy the driver mutex when it hasn't yet
deischen
2003-10-29
1
-1
/
+1
*
Recognize the Avance Logic ALC655 codec found on some ICH4/5-based
des
2003-10-12
1
-0
/
+1
*
A couple of months' worth of back-burner hacking: restructure to better
des
2003-10-12
2
-89
/
+189
*
Fixed world breakage in previous commit. Somehow the wrong include was
bde
2003-09-17
1
-1
/
+1
*
Don't include another driver's private reg.h file (sioreg.h). Including
bde
2003-09-16
2
-2
/
+0
*
Correctly reset ich[3-5] sound cards on resume. This fixes audio playback
njl
2003-09-15
1
-0
/
+30
*
update my email address.
cg
2003-09-07
36
-37
/
+37
*
Recognize the sound chip on the Opteron-based nForce3 motherboards
obrien
2003-09-03
1
-0
/
+4
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
19
-41
/
+41
*
Add Creative SB AudioPCI CT4730 rev A.
orion
2003-08-29
1
-2
/
+18
[prev]
[next]