aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* MFC r200375:Alexander Motin2009-12-221-0/+8
* MFC r199258, r199846:Alexander Motin2009-12-111-1/+33
* MFC r197611, r197640:Alexander Motin2009-12-112-13/+102
* MFC r197017, r197018Alexander Motin2009-12-111-2/+12
* MFC r196762:Alexander Motin2009-12-113-6/+10
* MFC: r197401Marius Strobl2009-09-251-18/+78
* - MFC r191308, r191310:Stanislav Sedov2009-08-152-16/+30
* MFC r188656, r189086, r189127, r190630, r193228, r193642, r194177, r194861,Alexander Motin2009-07-151-95/+152
* MFC rev. 190519:Alexander Motin2009-03-301-8/+11
* MFC rev. 188510, 189876, 189879Alexander Motin2009-03-201-11/+13
* MFC:Olivier Houchard2009-02-121-1/+1
* MFC rev. 187445, 187721, 187944Alexander Motin2009-02-041-2/+13
* MFC 187375 from /headGiorgos Keramidas2009-02-021-0/+4
* MFC rev. 187154, 187196, 187202Alexander Motin2009-01-161-58/+82
* MFC r186851Rong-En Fan2009-01-142-908/+0
* MRC rev. 186912, 187020, 187052:Alexander Motin2009-01-131-10/+96
* Merge updated snd_hda driver version 20081226_0122 from CURRENT.Alexander Motin2009-01-073-2503/+3906
* MFC r182854Remko Lodder2008-09-121-0/+9
* MFC r172568Andrew Thompson2008-07-286-9/+9
* MFC sound(4) subsystem changes r178155,178250,178324,179205,180110,180532,Xin LI2008-07-222-15/+71
* MFC (revision 1.109, requested by kib):Ariff Abdullah2008-05-281-0/+7
* MFC:Kris Kennaway2008-05-161-1/+1
* MFC:Ariff Abdullah2007-12-151-3/+12
* MFC:Ariff Abdullah2007-12-151-1/+6
* MFC:Ariff Abdullah2007-12-151-1/+25
* Fix audio playback aborted with SNDCTL_DSP_SETTRIGGER, affectingAriff Abdullah2007-12-061-2/+2
* Headphone / speakers automute fixup for Acer Aspire 4710 @ ALC268 laptop.Ariff Abdullah2007-12-061-0/+3
* MFC: (revision 1.47, 1.48)Ariff Abdullah2007-11-301-4/+29
* * Fix support for followings:Ariff Abdullah2007-11-271-12/+40
* MFC (revision 1.54):Ariff Abdullah2007-11-151-3/+23
* MFC:Ariff Abdullah2007-11-062-1/+3
* Remap and virtualize mixer controls for HP nx6110 withAriff Abdullah2007-10-291-2/+26
* Enable headphone jack-sense for HP nx6100 with AD1981B AC'97 codec,Ariff Abdullah2007-10-291-0/+1
* - Gigabyte G33-S2H fixup, due to the present of multiple competingAriff Abdullah2007-10-191-13/+71
* Update snd_emu10kx driver with recent perforce changes (and fewAriff Abdullah2007-09-124-512/+1247
* Protect against divide by zero while calculating bus speed due toAriff Abdullah2007-07-111-1/+5
* - Add codec id for Realtek ALC268.Ariff Abdullah2007-07-092-18/+57
* Fix stream suspend/resume activity due to its states beingAriff Abdullah2007-07-091-12/+27
* Properly unlock mutex before returning. There was a slight mishapAriff Abdullah2007-07-051-1/+3
* Be much more forgiving towards applications that requesting ioctlsAriff Abdullah2007-07-041-4/+2
* - Fix input/microphone support for ASUS A8N-VMCSM series.Ariff Abdullah2007-07-012-39/+109
* Fix no-sound issues with ASUS A9T notebook.Ariff Abdullah2007-07-011-1/+7
* s/logprintf/printf/gWarner Losh2007-06-201-35/+35
* Fix headphone jack sensing support for Olivetti Olibook 610-430 XPSE.Ariff Abdullah2007-06-181-1/+4
* Explicitly use usb_port.h to get compat macros.Warner Losh2007-06-181-0/+1
* Spelling nit due to my lamenglishness.Ariff Abdullah2007-06-171-1/+1
* Add sysctl/tunable "hw.snd.default_auto", which is useful (especiallyAriff Abdullah2007-06-171-1/+6
* Reassign default unit to a valid unit, be it during attach or detach.Ariff Abdullah2007-06-172-3/+8
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-1727-128/+29
* Use signed int, since all the samples are in that form.Ariff Abdullah2007-06-161-4/+4