aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* MFP4:Alexander Leidinger2006-10-281-2/+2
* - Inverted EAPD quirk for ASUS A8Jc.Ariff Abdullah2006-10-161-17/+17
* Wrap debug printfs into SEQ_DEBUG() to avoid kernel messages clutterAriff Abdullah2006-10-151-19/+19
* - Fix support for ASUS U5F laptop. This laptop (and possibly others)Ariff Abdullah2006-10-121-3/+23
* Fix support for IBM/Lenovo Thinkcentre M52 series. Its vendorid / 0x1014Ariff Abdullah2006-10-121-16/+44
* Added few more pci ids for Intel, ATI, NVidia, VIA and SiS.Ariff Abdullah2006-10-081-2/+30
* Remove unnecessary test case. (As written, that branch will neverAlexander Leidinger2006-10-081-2/+0
* - Fix wrong id for ALC882, add ALC883 id.Ariff Abdullah2006-10-062-281/+484
* Backout remaining changes that make most AD1981B users unhappy.Ariff Abdullah2006-10-021-0/+2
* - Streamline quirks management for a better future.Ariff Abdullah2006-10-021-96/+122
* Disable ad1981_patch for now until the real solution can be foundAriff Abdullah2006-10-021-0/+2
* Make this buildable on IA64.Ariff Abdullah2006-10-021-0/+2
* snd_ak452x is replaced by snd_spicds and snd_envy24ht is new.Alexander Leidinger2006-10-011-1/+2
* Various cleanups. Revert DMA alignmnet back to 2 since the originalAriff Abdullah2006-10-012-96/+167
* Connect snd_hda(4) to build process...Ariff Abdullah2006-10-011-0/+1
* Add support for Intel High Definition Audio Controller.Ariff Abdullah2006-10-015-0/+6480
* Driver for Envy24HT (ICE1724 or VT1724)-based cards likeAlexander Leidinger2006-09-302-1172/+875
* Remove the ak452x code, superseeded by spicds.Alexander Leidinger2006-09-302-338/+0
* - fix memory leak, when "number of adcs" != "number of dacs"Alexander Leidinger2006-09-301-24/+17
* After repo copy from ak452x.[ch]: SPIcds is the I2S SPI audio codec codeAlexander Leidinger2006-09-302-72/+192
* Nuke OSSV4_EXPERIMENT ifdefs from kludgy MIXER_SIZE definitionAriff Abdullah2006-09-301-4/+0
* The addition of few more 32bit integer into struct snd_mixer causingAriff Abdullah2006-09-301-2/+2
* Fix pointer dereference before NULL pointer checking.Ariff Abdullah2006-09-291-1/+3
* SNDCTL_TMR_{START,STOP,CONTINUE} don't take an argument.Ruslan Ermilov2006-09-291-4/+8
* The SNDCTL_DSP_NONBLOCK ioctl doesn't take an argument, fromRuslan Ermilov2006-09-291-3/+3
* Various fixups, especially for the upcomming High Definition AudioAriff Abdullah2006-09-288-80/+264
* Fix uninitialized variable warning.Alexander Leidinger2006-09-241-0/+1
* MFp4 the sound Google Summer of Code project:Alexander Leidinger2006-09-2311-7/+2072
* Fix the check where we want to use the end of the supported range if theAlexander Leidinger2006-09-091-1/+1
* Catch up to USB changes.Scott Long2006-09-071-148/+148
* Add inverted amplifier sense quirks for Compaq Presario B3800Pyun YongHyeon2006-08-151-0/+1
* Use a low probe-priority to ensure that the emu10kx driver has a higherAlexander Leidinger2006-08-071-1/+1
* "Fix typos in volume control DSP code."Alexander Leidinger2006-08-071-2/+2
* "Fixe playback of mono files on stereo outputs. In previous versionAlexander Leidinger2006-08-071-1/+20
* "Change type for flags bitmap to let use 1 as flag value withoutAlexander Leidinger2006-08-071-1/+1
* "Workaround for sound lag in current snd_emu10kx driver. Real problemAlexander Leidinger2006-08-073-19/+23
* - fix memory leak after "kldunload snd_ak452x.ko"Alexander Leidinger2006-07-282-10/+26
* Rename some variables. This fixes some (but not all) problems on the wayAlexander Leidinger2006-07-174-8/+8
* Prepend temporary sysctls with an underscore.Alexander Leidinger2006-07-171-1/+6
* Fix a compile time problem on amd64. I'm not sure if the fix is correctAlexander Leidinger2006-07-162-4/+6
* - Connect the snd_emu10kx driver to the build. [1]Alexander Leidinger2006-07-151-1/+1
* Make the mixer kobj class static. This brings it inline with the channel orAlexander Leidinger2006-07-151-1/+1
* Make the MIDI kobj class static. This brings it inline with the channel orAlexander Leidinger2006-07-153-3/+3
* Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy seriesAlexander Leidinger2006-07-154-0/+4416
* - Update ALSA emu10k1.h (it was imported as emu10k1-alsa.h) header file toAlexander Leidinger2006-07-151-4/+3
* Move debug printfs under the proper macro.Nate Lawson2006-07-121-3/+3
* Fix a missing unlock operation in interrupt handler.Pyun YongHyeon2006-07-061-1/+3
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.Alexander Leidinger2006-06-1810-15/+61
* Load the envy24 driver in the meta-module too.Alexander Leidinger2006-06-171-0/+2
* - fix compatibility with newer versions of FreeBSDAlexander Leidinger2006-06-174-58/+184