summaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.1 to release/8.1.0 for 8.1-RELEASE.release/8.1.0_cvsKen Smith2010-07-17131-131/+131
* MFC: r207330, r207620Jung-uk Kim2010-05-102-25/+11
* MFC r207077Andrew Thompson2010-04-291-11/+11
* MFC r205734:Alexander Motin2010-03-311-0/+1
* MFC r205413:Alexander Motin2010-03-311-1/+15
* MFC r204351:Alexander Motin2010-03-011-2/+2
* MFC r203678:Rebecca Cran2010-02-182-78/+78
* MFC r202150, r202170:Alexander Motin2010-02-142-42/+36
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,Matt Jacob2010-02-111-1/+1
* MFC r202789, r202796:Alexander Motin2010-02-051-60/+94
* MFC r202736:Alexander Motin2010-02-051-7/+7
* MFC r201145 to stable/8:Antoine Brodin2010-01-302-2/+2
* MFC r202127, r202156:Alexander Motin2010-01-222-44/+107
* MFC r202267:Alexander Motin2010-01-222-11/+16
* MFC r202166:Alexander Motin2010-01-221-3/+9
* MFC r200825Andrew Thompson2009-12-311-70/+146
* MFC r200375:Alexander Motin2009-12-221-0/+8
* MFC r199846:Alexander Motin2009-12-111-0/+10
* MFC r199677Andrew Thompson2009-12-091-0/+7
* MFC r199576Andrew Thompson2009-12-091-13/+7
* MFC r199060Andrew Thompson2009-12-091-121/+120
* MFC r196487Andrew Thompson2009-12-091-2/+2
* MFC r199258:Alexander Motin2009-11-231-1/+23
* MFC r197611, r197640:Alexander Motin2009-11-232-13/+102
* MFC r197018:Alexander Motin2009-11-231-0/+8
* MFC r197017:Alexander Motin2009-11-231-2/+4
* MFC r196762:Alexander Motin2009-11-233-6/+10
* MFC: r197401Marius Strobl2009-09-251-18/+78
* MFC 196403: Temporarily revert the new-bus locking for 8.0 release.John Baldwin2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+2
* USB audio:Alfred Perlstein2009-07-301-38/+40
* Disable MSI by default for nVidia MCP55 chipset.Alexander Motin2009-07-141-1/+1
* - Do aggresive saturation on various polynomial interpolators.Ariff Abdullah2009-07-141-88/+93
* Isochronous transfers only have 1 frame buffer, but multipleMarcel Moolenaar2009-07-121-1/+1
* Rearrange shift operation to increase interpolation accuracy,Ariff Abdullah2009-07-091-60/+60
* - Increase dynamic range of filter coefficients from 28bit to 30bit.Ariff Abdullah2009-07-051-10/+10
* Use the correct mutex in umidi_open()Andrew Thompson2009-06-271-4/+4
* Change the type of uio_resid member of struct uio from int to ssize_t.Konstantin Belousov2009-06-252-6/+6
* Some DMA related changes:Alexander Motin2009-06-241-33/+35
* Slight comment fix.Ariff Abdullah2009-06-241-5/+4
* Fix a typeo in the frame len function to unbreak the build, make it shorterAndrew Thompson2009-06-231-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-95/+122
* - Add a way to change filter oversampling factor throughAriff Abdullah2009-06-151-1/+1
* Remap type of polynomial interpolators for better polyphaseAriff Abdullah2009-06-151-5/+3
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-74/+74
* Fix type of lowaddr variable.Alexander Motin2009-06-141-2/+2
* Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE()Ariff Abdullah2009-06-115-55/+11
* Move machine dependant AFMT_* definition from sound.hAriff Abdullah2009-06-101-30/+0
* Fix compile time warning on sparc64, thanks to strict kobj signatures checking.Ariff Abdullah2009-06-081-10/+9
* Fix powerpc build failure due to strict kobj signatures checking.Ariff Abdullah2009-06-082-6/+6