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 -Wundef from compiling the amd64 LINT.
ru
2005-12-04
1
-4
/
+4
*
Add codec ID for Avance Logic ALC203
yongari
2005-11-30
1
-0
/
+1
*
Support for ATI IXP 200 / 300 / 400 series audio controllers.
ariff
2005-11-27
3
-0
/
+1210
*
Added mono to stereo and stereo to mono feeder functions for both
ariff
2005-11-26
1
-0
/
+170
*
Added codec id for Avance Logic (ALC250)
ariff
2005-11-26
1
-0
/
+1
*
Add a hack to ignore PCR bit for 6300ESB, 82801[D-G]B chips. It seems
yongari
2005-11-21
1
-14
/
+17
*
Unbreak kernel builds.
kan
2005-11-15
1
-2
/
+2
*
Update my email address, so people know where the exact /
ariff
2005-11-14
3
-7
/
+7
*
From luigi:
ariff
2005-11-14
1
-35
/
+71
*
From luigi:
ariff
2005-11-14
1
-2
/
+9
*
ac97.c:
ariff
2005-11-14
2
-2
/
+3
*
Fix a long standing unhandled interrupt bug which can cause
ariff
2005-11-14
1
-2
/
+2
*
- Added few more Intel HDA ids (ICH 6/7) which does have backward
ariff
2005-11-14
1
-104
/
+154
*
Use both (enabled by default) DAC1 and DAC2 to provide 2
ariff
2005-11-14
1
-105
/
+473
*
Fix left/right channel mixed-up during recording by splitting recdev
ariff
2005-11-14
1
-13
/
+22
*
Add support for 24/32 bit audio formats/conversion.
netchild
2005-11-13
3
-113
/
+264
*
Fix recording device selection based on ALS4000 datasheet.
ariff
2005-11-07
1
-21
/
+10
*
Fix kernel panic caused by double mss_unlock().
ariff
2005-11-07
1
-1
/
+1
*
Appropriate NULL pointer checking to avoid mysterious panic during
ariff
2005-11-03
2
-2
/
+2
*
Add some safeguards to AIOSFMT:
des
2005-10-30
1
-2
/
+8
*
Fix vchan speed for hardware with discrete (non-continuous)
ariff
2005-10-18
1
-6
/
+24
*
Added missing comma. This fixes compilation if we need to enable
ariff
2005-10-18
1
-1
/
+1
*
- Locking improvements.
netchild
2005-10-05
3
-22
/
+47
*
Add a comment regarding problems with NForce 2 mainboards and add disabled
netchild
2005-10-05
1
-0
/
+5
*
* Fixed rate operation for es1370 chip to solve conflicting
netchild
2005-10-02
1
-118
/
+222
*
Emulate pcm mixer controller for any uaudio device without it.
netchild
2005-10-02
1
-0
/
+9
*
The cmi9739_patch function which is referenced by ac97.c (rev. 1.56) now...
netchild
2005-10-02
2
-0
/
+11
*
sys/dev/sound/pcm/sndstat.c:
netchild
2005-10-02
3
-51
/
+42
*
General spl* cleanup. It doesn't serve any purpose anymore.
netchild
2005-10-02
1
-34
/
+1
*
sys/dev/sound/pcm/ac97.c:
netchild
2005-10-02
4
-19
/
+112
*
Soft volume implementation for audio devices without pcm mixer controller.
netchild
2005-10-02
1
-0
/
+78
*
Add the KLD to the sndstat info.
netchild
2005-09-18
1
-1
/
+1
*
Merge NetBSD fixes (except for 1.97 there should be no functional change):
netchild
2005-09-18
1
-185
/
+237
*
Fix module unload panic which was caused by missing sx lock release.
yongari
2005-09-14
1
-1
/
+5
*
Unlock driver lock before calling resource_int_value(9).
yongari
2005-09-13
1
-0
/
+3
*
- Fix the locking in dsp.c to prevent a LOR (AFAIK not on the LOR page).
netchild
2005-09-12
2
-5
/
+3
*
more #ifndef PC98. This really fix the pc98 tinderbox.
nyan
2005-09-12
1
-0
/
+4
*
Since opti_detect is now only called on !PC98 machines, only declare
imp
2005-09-12
1
-0
/
+4
*
Fix hang at init for MagicMedia 256A[VX] chips. [1]
netchild
2005-09-11
1
-0
/
+9
*
Power up the external amplifiers additionally to powering up the DAC and ADC.
netchild
2005-09-11
1
-0
/
+8
*
Add some ad_wait_init() calls to fix some problems in some configs (e.g.
netchild
2005-09-11
1
-1
/
+5
*
Allow to record non 8bit-mono formats even in half-duplex configurations.
netchild
2005-09-11
1
-1
/
+2
*
Fix misdetection of the sound chip on PC98 systems. The submitter doesn't
netchild
2005-09-11
1
-0
/
+2
*
Fix a bug in volume calculation, this sometimes gives a USB audio device an
netchild
2005-09-11
1
-2
/
+2
*
- channel.h
netchild
2005-09-10
4
-231
/
+350
*
Release lock for a while during chn_reset() / pcm_chnalloc() operation
netchild
2005-09-10
1
-2
/
+6
*
- fake.c
netchild
2005-09-10
4
-37
/
+233
*
- Few buggy codecs (STAC9704, probably others) return inconsistent
netchild
2005-09-10
2
-24
/
+84
*
Fix panic caused by full duplex operation.
netchild
2005-09-10
1
-2
/
+3
*
Merge the dev_clone and dev_clone_cred event handlers into a single
rwatson
2005-08-08
2
-2
/
+4
[next]