summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
...
* Add NVidia MCP89 HDA controller IDs.mav2009-09-091-0/+8
* Add Intel 82801JD (one more ICH10) HDA controller ID.mav2009-09-091-2/+4
* Improve HDA controller capabilities logging.mav2009-09-023-6/+10
* Remove redundant Giant reference. Giant will be droppedalfred2009-08-241-2/+2
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+2
* USB audio:alfred2009-07-301-38/+40
* Disable MSI by default for nVidia MCP55 chipset.mav2009-07-141-1/+1
* - Do aggresive saturation on various polynomial interpolators.ariff2009-07-141-93/+98
* Isochronous transfers only have 1 frame buffer, but multiplemarcel2009-07-121-1/+1
* Rearrange shift operation to increase interpolation accuracy,ariff2009-07-091-60/+60
* - Increase dynamic range of filter coefficients from 28bit to 30bit.ariff2009-07-051-10/+10
* Use the correct mutex in umidi_open()thompsa2009-06-271-4/+4
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-252-6/+6
* Some DMA related changes:mav2009-06-241-33/+35
* Slight comment fix.ariff2009-06-241-5/+4
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-231-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-96/+123
* - Add a way to change filter oversampling factor throughariff2009-06-151-1/+1
* Remap type of polynomial interpolators for better polyphaseariff2009-06-151-5/+3
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-74/+74
* Fix type of lowaddr variable.mav2009-06-141-2/+2
* Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE()ariff2009-06-115-55/+11
* Move machine dependant AFMT_* definition from sound.hariff2009-06-101-30/+0
* Fix compile time warning on sparc64, thanks to strict kobj signatures checking.ariff2009-06-081-10/+9
* Fix powerpc build failure due to strict kobj signatures checking.ariff2009-06-082-6/+6
* Fix build on sparc64.ariff2009-06-071-1/+1
* Bump driver revision (should have bumped it earlier).ariff2009-06-071-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-0785-5778/+11014
* revert r162516. We only support 1 or 2 channels per streamthompsa2009-06-041-1/+3
* Comment out old Realtek ALC883 quirk, that was disabling phantop power onmav2009-06-011-1/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-11/+11
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-282-66/+66
* Provide a workaround for USB devices that do not support mono or stereothompsa2009-05-271-3/+5
* Slightly adjust copyright text.joel2009-05-271-1/+1
* Slightly adjust copyright text.joel2009-05-271-1/+1
* Separate comments from the license text.joel2009-05-273-3/+9
* Fix a few variable renames of usb2_mode outside dev/usb.thompsa2009-05-211-6/+6
* Slightly adjust copyright text.joel2009-05-201-1/+1
* Remove license clauses 3 and 4 as per rev. 1.65 of midi.c in NetBSD.joel2009-05-201-7/+0
* Remove license clauses 3 and 4 as per rev. 1.65 of auvia.c in NetBSD.joel2009-05-201-7/+0
* Remove license clauses 3 and 4 as per rev. 1.112 of uaudio.c and rev. 1.15 ofjoel2009-05-202-14/+0
* Remove license clauses 3 and 4 as per rev. 1.12 of cs4231reg.h in NetBSD.joel2009-05-201-7/+0
* Add one more board ID with inverted external amplifier control.mav2009-05-081-0/+1
* - Unlock softc mutex on failure.stas2009-04-201-8/+15
* - Properly unlock mutex on failure in channel_trigger. Before thisstas2009-04-201-8/+15
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-35/+35
* Add some more logic for AD1986A codec input tracing. Use mic preamplifiermav2009-04-011-5/+42
* Fixup relative pointers after channel realloc. It fixes crash on systemsmav2009-03-291-8/+11
* Remove CD input hack for ALC268 based Acer systems. Latest systems does notmav2009-03-161-5/+7
OpenPOWER on IntegriCloud