summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* - Update ALSA emu10k1.h (it was imported as emu10k1-alsa.h) header file tonetchild2006-07-151-4/+3
* Move debug printfs under the proper macro.njl2006-07-121-3/+3
* Fix a missing unlock operation in interrupt handler.yongari2006-07-061-1/+3
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.netchild2006-06-1810-15/+61
* Load the envy24 driver in the meta-module too.netchild2006-06-171-0/+2
* - fix compatibility with newer versions of FreeBSDnetchild2006-06-174-58/+184
* dd the envy24 driver as is to the tree. It's not connected to the buildnetchild2006-06-178-0/+6530
* Remove the snd_es1888 module now that it isn't build anymore.netchild2006-06-171-1/+0
* Fix build with -Wundef.ru2006-05-292-4/+4
* Use a more appropriate printf format for size_t.netchild2006-05-281-1/+1
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,netchild2006-05-272-0/+165
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,netchild2006-05-2710-0/+4547
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
OpenPOWER on IntegriCloud