summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/envy24ht.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-6/+6
* Sound: fix typos in user visible messages etc.Baptiste Daroussin2015-01-151-1/+1
* Remove check for obsolete FreeBSD versionsBaptiste Daroussin2014-11-031-4/+0
* Fix various bugs with freeing static DMA allocations in sound drivers:John Baldwin2014-06-171-8/+9
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-5/+1
* Some fixes to snd_envy24ht(4) driver:Alexander Motin2013-05-051-30/+13
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Fix a brain-o: wrong case statement semantics.Rui Paulo2010-10-131-1/+2
* Start copyright notices with /*-Joel Dahl2010-03-291-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-23/+26
* - Unlock softc mutex on failure.Stanislav Sedov2009-04-201-8/+15
* All open fixes and improvements from Konstantin for which users had toAlexander Leidinger2009-02-111-3/+12
* Spelling fix for interupt -> interruptKevin Lo2007-10-121-1/+1
* Use standard pcm_get/setflags() rather than dereferencing softc whileAriff Abdullah2007-06-021-4/+1
* - Enable soft pcm volume flag early to ensure it not being clobberedAriff Abdullah2007-05-281-4/+4
* Bring in a bunch of bug fixes and some code to support more chipsets.Joel Dahl2007-05-271-9/+72
* Turn off the AK452X De-emphasis filter for 44.1KHz. This should fix someJoel Dahl2007-05-191-1/+1
* Unbreak module / driver attach breakage. Both snd_envy24 and snd_envy24htAriff Abdullah2007-04-201-1/+1
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountAriff Abdullah2007-03-151-3/+2
* - Revert arguments for several functions to pre bus_get_dma_tag()Ariff Abdullah2007-02-231-3/+4
* MFp4 (114068):Alexander Leidinger2007-02-231-3/+4
* Fix compilation for statically linked snd_envy24{ht}/spicds. Use explicitAriff Abdullah2007-02-141-1/+1
* Latest updates for Envy24/24HT. Fix various issues with LOR and panicAriff Abdullah2006-12-171-17/+39
* Driver for Envy24HT (ICE1724 or VT1724)-based cards likeAlexander Leidinger2006-09-301-756/+758
* - fix memory leak after "kldunload snd_ak452x.ko"Alexander Leidinger2006-07-281-5/+13
* - fix compatibility with newer versions of FreeBSDAlexander Leidinger2006-06-171-26/+89
* dd the envy24 driver as is to the tree. It's not connected to the buildAlexander Leidinger2006-06-171-0/+2445