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
*
Rename the sound device drivers:
tanimura
2004-07-16
2
-11
/
+16
*
Remove DDB. The one user of this macro has been changed to use BVDDB.
marcel
2004-07-10
1
-1
/
+0
*
Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want to
netchild
2004-07-02
1
-0
/
+10
*
Fix uninitialized variable, that breaks the build.
josef
2004-06-25
1
-2
/
+2
*
Change the possibility to configure pcm(4) via boot/loader.conf
josef
2004-06-24
1
-8
/
+7
*
Enable pcm to read kenv variables to set default values for
josef
2004-06-20
1
-2
/
+11
*
Second half of the dev_t cleanup.
phk
2004-06-17
2
-2
/
+2
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
5
-36
/
+36
*
Nuke a cryptic and useless diagnostic printf().
truckman
2004-06-07
1
-1
/
+0
*
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
*
The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AV
green
2004-04-14
1
-8
/
+3
*
Augment /dev/sndstat with the module names, if applicable.
matk
2004-03-06
1
-0
/
+6
*
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 4/6:
phk
2004-02-21
3
-0
/
+6
*
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
*
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
5
-55
/
+170
*
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
2
-83
/
+88
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-1
/
+1
*
Recognize the Avance Logic ALC655 codec found on some ICH4/5-based
des
2003-10-12
1
-0
/
+1
*
update my email address.
cg
2003-09-07
19
-20
/
+20
*
Add Creative EV1938.
orion
2003-08-29
1
-0
/
+2
*
When present use ogain instead of master for surround sound channels.
orion
2003-08-23
1
-14
/
+14
*
Fix an off-by-one error in feed_monotostereo16() that caused the
iedowse
2003-08-23
1
-1
/
+1
*
Additional VT1616 id.
orion
2003-08-21
1
-1
/
+1
*
Apply Rudolf Cejka's patch for:
orion
2003-08-21
2
-47
/
+42
*
Add patch for AD198x.
orion
2003-08-21
2
-0
/
+7
*
handle locking when creating or destroying vchans better
cg
2003-08-18
2
-38
/
+104
*
try to make really sshort sounds actually play
cg
2003-08-18
1
-16
/
+43
*
modify comments
cg
2003-08-15
1
-3
/
+11
*
Change gcc-specific aggregate initialization member specifiers
dds
2003-08-05
2
-12
/
+12
*
* add a function to display a complete feeder chain on the console, for
cg
2003-07-07
2
-1
/
+18
*
Set a lower bound on fragment size rather than returning a failure
mdodd
2003-06-26
1
-4
/
+2
*
Fix lock order reversal when opening device and chn_reset fails.
orion
2003-05-01
1
-5
/
+4
*
Comment out the mixer entry for igain for the mic 20dB boost for now since
jhb
2003-04-23
1
-0
/
+2
*
Add eMicro codec ids.
orion
2003-04-21
1
-1
/
+4
*
Use SOUND_MIXER_IGAIN to toggle 20dB mic boost for want of a better
orion
2003-04-21
1
-18
/
+50
*
Additional malloc failure checks.
orion
2003-04-20
3
-4
/
+15
*
Additional codec ids.
orion
2003-04-04
1
-0
/
+6
[next]