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
*
Add code from Kazuhito HONDA that allows the user to see
julian
2005-04-27
3
-0
/
+157
*
Fix a bug where we call pcm_getbuffersize twice.
matk
2005-04-17
1
-1
/
+0
*
De-dma the uaudio <-> pcm bridge. We were not capable of doing DMA from
matk
2005-04-17
1
-41
/
+35
*
On record only devices, don't fail if we don't have a play channel.
julian
2005-04-17
1
-3
/
+11
*
The maximum allowable alloc is 16K not (16K-1).
julian
2005-04-13
1
-1
/
+1
*
Make it clear that the statement following the conditional is a NOP.
mdodd
2005-04-13
1
-1
/
+2
*
Fix the output ports on the AD1988 codec. From the submitter:
scottl
2005-04-10
1
-0
/
+1
*
Explicitly hold a reference to the cdev we have just cloned. This
phk
2005-03-31
2
-1
/
+4
*
Return BUS_PROBE_DEFAULT in preference to 0.
murray
2005-03-20
1
-1
/
+1
*
Add device id for nForce 4 audio controller.
murray
2005-03-19
1
-0
/
+4
*
Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in
imp
2005-03-01
21
-64
/
+70
*
Use mss_{format,speed}() rather than chn_set{format,speed}() and hold
mdodd
2005-02-27
1
-2
/
+4
*
Use dynamic major number allocation.
phk
2005-02-27
4
-8
/
+0
*
BUS_SPACE_UNRESTRICTED shouldn't be used with the bus_alloc_resource
imp
2005-02-01
2
-6
/
+6
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
74
-98
/
+103
*
Allow selection of a recording source on USB audio devices.
julian
2004-12-25
3
-8
/
+95
*
Allow recording on at least some USB audio devices.
julian
2004-12-25
3
-2
/
+73
*
Allow volume control on more channels/inputs
julian
2004-12-25
1
-18
/
+129
*
MFNetBSD:
julian
2004-12-25
4
-724
/
+1762
*
Don't include vnode.h
phk
2004-12-22
1
-1
/
+0
*
PNP BIOS devices are fundamentally different than ISA PNP devices.
imp
2004-12-07
1
-1
/
+1
*
Fix build.
ru
2004-11-11
1
-2
/
+2
*
Add record capability.
julian
2004-11-10
2
-488
/
+1405
*
Device driver for onboard CS4231 audio controller which is found
yongari
2004-10-25
3
-0
/
+1935
*
Re-add an acpi attachment for the legacy probe that was inadvertently
njl
2004-10-15
1
-0
/
+1
*
Plug possible memory leak in sound DMA buffer handling. It also
yongari
2004-10-15
1
-9
/
+24
*
Limit DMA address space to 1GB since the trident audio cards can't
yongari
2004-10-13
1
-1
/
+11
*
Audio drivers failed to detect failure condition and attempted to
yongari
2004-10-13
18
-23
/
+29
*
* Remove the acpi attachment from the es1888. It has an identify method
njl
2004-10-12
3
-3
/
+2
*
Add acpi attachments for ISA sound drivers. This is needed so they'll
njl
2004-10-11
4
-0
/
+4
*
Add ICH6 support.
ps
2004-09-28
1
-2
/
+8
*
Correct the capitalization of "nVidia".
des
2004-09-21
1
-5
/
+5
*
Add support Nvidia nForce2(audio)
sanpei
2004-09-20
1
-0
/
+4
*
Add support nForce3 250 audio
sanpei
2004-09-20
1
-0
/
+4
*
Backout the code which tries to use undocumented way to determine if
sobomax
2004-09-15
1
-43
/
+5
*
Change sb_lock() calls to sbc_lockassert() and remove the sb_unlock()
truckman
2004-09-12
1
-4
/
+2
*
Convert sndstat_lock from a mutex to an sx lock. sndstat_read()
truckman
2004-09-10
1
-26
/
+29
*
The new contigmalloc code is exposing a lot of misuses of busdma memory
green
2004-08-22
1
-21
/
+15
*
Remove rev 1.50.
obrien
2004-07-24
1
-9
/
+0
*
Rename the sound device drivers:
tanimura
2004-07-16
31
-42
/
+47
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+1
*
Remove DDB. The one user of this macro has been changed to use BVDDB.
marcel
2004-07-10
1
-1
/
+0
*
s/DDB/BVDDB/g
marcel
2004-07-10
1
-1
/
+1
*
Check the return value of bus_dmamem_alloc() correctly.
bms
2004-07-04
1
-2
/
+4
*
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
[next]