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
*
MFC r309527-309528:
yongari
2017-01-18
3
-0
/
+8
*
MFC r308464, r308471: Add some device IDs found in my new laptop.
mav
2016-11-16
3
-0
/
+10
*
MFC r308437 and r308461:
hselasky
2016-11-12
1
-2
/
+16
*
MFC r307651:
hselasky
2016-10-28
1
-5
/
+30
*
Add support for simplex USB MIDI devices, which only provide BULK or
hselasky
2016-05-31
1
-3
/
+19
*
snd_hda(4): Don't pass bogus sizeof()s to unused sysctl arg2 parameter (again)
cem
2016-05-12
1
-5
/
+5
*
snd_hda(4): Don't pass bogus sizeof()s to unused sysctl arg2 parameter
cem
2016-05-12
1
-14
/
+8
*
Add some device IDs from Intel Sunrise Point chipsets.
mav
2016-05-03
2
-0
/
+4
*
emu10kx: Don't iterate beyond array bounds
cem
2016-04-26
1
-1
/
+1
*
sys/dev: extend use of the howmany() macro when available.
pfg
2016-04-26
1
-4
/
+4
*
Remove slightly used const values that can be replaced with nitems().
pfg
2016-04-21
1
-5
/
+2
*
sound(4): Don't use-after-free in midi module unload
cem
2016-04-20
1
-4
/
+4
*
sys/dev: use our nitems() macro when it is avaliable through param.h.
pfg
2016-04-19
1
-4
/
+4
*
Replace 0 with NULL for pointers in misc. device drivers.
pfg
2016-04-12
17
-48
/
+51
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
2
-6
/
+6
*
Add some device IDs found on AMD FCH shipsets.
mav
2016-03-29
2
-0
/
+6
*
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
jhibbits
2016-03-18
28
-34
/
+34
*
Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().
jhibbits
2016-02-27
3
-18
/
+33
*
Replace several bus_alloc_resource() calls with bus_alloc_resource_any()
jhibbits
2016-02-27
3
-17
/
+13
*
Replace several bus_alloc_resource() calls using default arguments with bus_a...
jhibbits
2016-02-19
4
-22
/
+22
*
To support userspace audio daemons like Virtual OSS, /dev/sndstat is
hselasky
2016-02-09
3
-258
/
+225
*
Convert rman to use rman_res_t instead of u_long
jhibbits
2016-01-27
5
-8
/
+11
*
o Add gain-level control registers.
br
2016-01-23
1
-54
/
+80
*
Create a USB_PNP_INFO and use it to export the existing PNP
imp
2015-12-11
1
-0
/
+1
*
- Plugging a memory leak when malloc() failed during initialisation;
avatar
2015-10-24
1
-4
/
+8
*
Using the error return code documented in the comment.
avatar
2015-08-18
1
-1
/
+1
*
Fixing typo as well as improving readability of a few comments.
avatar
2015-08-18
1
-6
/
+11
*
Increase output amp on ASUS UX31A by +5dB.
mav
2015-07-20
1
-4
/
+22
*
Rename seq_* to mseq_*, to avoid clashes with seq.h (namely, seq_read.)
adrian
2015-06-26
1
-22
/
+22
*
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
6
-6
/
+6
*
Fix an off-by-one error by adding proper range checks when parsing the
hselasky
2015-05-18
1
-1
/
+1
*
Ensure the USB audio driver doesn't attach twice on the same USB
hselasky
2015-05-08
1
-3
/
+13
*
Add support for more than 8 audio channels per PCM stream for USB
hselasky
2015-05-08
1
-14
/
+27
*
Extend the maximum number of allowed PCM channels in a PCM stream to
hselasky
2015-05-08
4
-99
/
+92
*
Allow DSP basename cloning to be disabled or enabled at boot and
hselasky
2015-04-26
1
-3
/
+9
*
snd_hda: add support for the Lenovo X1 20BS model.
rpaulo
2015-04-15
4
-0
/
+16
*
Make all PCM core sysctls tunable and remove redundant TUNABLE()
hselasky
2015-03-24
8
-94
/
+87
*
Use the feedback value from the synchronization endpoint as fallback
hselasky
2015-03-24
1
-0
/
+7
*
The synchronisation value returned by the so-called feedback endpoint
hselasky
2015-03-21
3
-131
/
+277
*
Revert r274918 and make a better solution. Poll the synchronisation
hselasky
2015-02-10
1
-42
/
+54
*
Sound: fix typos in user visible messages etc.
bapt
2015-01-15
4
-4
/
+4
*
Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can
hselasky
2015-01-05
1
-2
/
+2
*
Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.
mav
2014-11-26
2
-0
/
+2
*
Don't use the synchronization endpoint unless referenced by the
hselasky
2014-11-23
1
-2
/
+13
*
Partially fix indentation issues to improve readability helping cooperation with
bapt
2014-11-04
1
-37
/
+40
*
Remove check for obsolete FreeBSD versions
bapt
2014-11-03
16
-89
/
+1
*
Fix multiple incorrect SYSCTL arguments in the kernel:
hselasky
2014-10-21
1
-1
/
+1
*
Instead of creating the full range of possible ports, try to figure
hselasky
2014-09-28
2
-22
/
+45
*
Update mixer description for FastTrackPro.
hselasky
2014-09-07
1
-2
/
+2
*
Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actual
hselasky
2014-08-18
1
-13
/
+2
[next]