summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Add support for Apple Intel/Mac.ariff2006-12-021-10/+48
* Add inverted amplifier sense quirk for HP Compaq nx4300.ariff2006-12-011-0/+1
* Fix support for Medion MD MD95257 (GPIO2 quirk).ariff2006-11-291-7/+12
* - LNV -> LENOVOariff2006-11-271-4/+10
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-2627-2642/+5579
* MFP4 (109713):netchild2006-11-261-0/+3
* MFP4:netchild2006-10-281-2/+2
* - Inverted EAPD quirk for ASUS A8Jc.ariff2006-10-161-17/+17
* Wrap debug printfs into SEQ_DEBUG() to avoid kernel messages clutterariff2006-10-151-19/+19
* - Fix support for ASUS U5F laptop. This laptop (and possibly others)ariff2006-10-121-3/+23
* Fix support for IBM/Lenovo Thinkcentre M52 series. Its vendorid / 0x1014ariff2006-10-121-16/+44
* Added few more pci ids for Intel, ATI, NVidia, VIA and SiS.ariff2006-10-081-2/+30
* Remove unnecessary test case. (As written, that branch will nevernetchild2006-10-081-2/+0
* - Fix wrong id for ALC882, add ALC883 id.ariff2006-10-062-281/+484
* Backout remaining changes that make most AD1981B users unhappy.ariff2006-10-021-0/+2
* - Streamline quirks management for a better future.ariff2006-10-021-96/+122
* Disable ad1981_patch for now until the real solution can be foundariff2006-10-021-0/+2
* Make this buildable on IA64.ariff2006-10-021-0/+2
* snd_ak452x is replaced by snd_spicds and snd_envy24ht is new.netchild2006-10-011-1/+2
* Various cleanups. Revert DMA alignmnet back to 2 since the originalariff2006-10-012-96/+167
* Connect snd_hda(4) to build process...ariff2006-10-011-0/+1
* Add support for Intel High Definition Audio Controller.ariff2006-10-015-0/+6480
* Driver for Envy24HT (ICE1724 or VT1724)-based cards likenetchild2006-09-302-1186/+889
* Remove the ak452x code, superseeded by spicds.netchild2006-09-302-338/+0
* - fix memory leak, when "number of adcs" != "number of dacs"netchild2006-09-301-24/+17
* After repo copy from ak452x.[ch]: SPIcds is the I2S SPI audio codec codenetchild2006-09-302-72/+192
* Nuke OSSV4_EXPERIMENT ifdefs from kludgy MIXER_SIZE definitionariff2006-09-301-4/+0
* The addition of few more 32bit integer into struct snd_mixer causingariff2006-09-301-2/+2
* Fix pointer dereference before NULL pointer checking.ariff2006-09-291-1/+3
* SNDCTL_TMR_{START,STOP,CONTINUE} don't take an argument.ru2006-09-291-4/+8
* The SNDCTL_DSP_NONBLOCK ioctl doesn't take an argument, fromru2006-09-291-3/+3
* Various fixups, especially for the upcomming High Definition Audioariff2006-09-288-80/+264
* Fix uninitialized variable warning.netchild2006-09-241-0/+1
* MFp4 the sound Google Summer of Code project:netchild2006-09-2311-7/+2072
* Fix the check where we want to use the end of the supported range if thenetchild2006-09-091-1/+1
* Catch up to USB changes.scottl2006-09-071-149/+149
* Add inverted amplifier sense quirks for Compaq Presario B3800yongari2006-08-151-0/+1
* Use a low probe-priority to ensure that the emu10kx driver has a highernetchild2006-08-071-1/+1
* "Fix typos in volume control DSP code."netchild2006-08-071-2/+2
* "Fixe playback of mono files on stereo outputs. In previous versionnetchild2006-08-071-1/+20
* "Change type for flags bitmap to let use 1 as flag value withoutnetchild2006-08-071-1/+1
* "Workaround for sound lag in current snd_emu10kx driver. Real problemnetchild2006-08-073-19/+23
* - fix memory leak after "kldunload snd_ak452x.ko"netchild2006-07-282-10/+26
* Rename some variables. This fixes some (but not all) problems on the waynetchild2006-07-174-8/+8
* Prepend temporary sysctls with an underscore.netchild2006-07-171-1/+6
* Fix a compile time problem on amd64. I'm not sure if the fix is correctnetchild2006-07-162-4/+6
* - Connect the snd_emu10kx driver to the build. [1]netchild2006-07-151-1/+1
* Make the mixer kobj class static. This brings it inline with the channel ornetchild2006-07-151-1/+1
* Make the MIDI kobj class static. This brings it inline with the channel ornetchild2006-07-153-3/+3
* Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy seriesnetchild2006-07-154-0/+4416
OpenPOWER on IntegriCloud