aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/envy24.c
Commit message (Expand)AuthorAgeFilesLines
* sound: remove PCM_KLDSTRING() and fix status stringsChristos Margiolis2024-01-161-2/+3
* sys: Remove SND_DECLARE_FILEJohn Baldwin2023-08-181-2/+0
* sys: Remove $FreeBSD$: sound driver versionWarner Losh2023-08-161-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-061-1/+1
* pcm envy24: Remove some dead code and associated unused variables.John Baldwin2022-04-081-13/+3
* sound(4): Remove pointless Giant from bus_dma_tag_create().Alexander Motin2021-09-041-4/+6
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-10/+9
* 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-10/+10
* 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-18/+16
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-5/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* 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
* - Properly unlock mutex on failure in channel_trigger. Before thisStanislav Sedov2009-04-201-8/+15
* All open fixes and improvements from Konstantin for which users had toAlexander Leidinger2009-02-111-2/+47
* Spelling fix for interupt -> interruptKevin Lo2007-10-121-1/+1
* Bring in a bunch of bug fixes and some code to support more chipsets.Joel Dahl2007-05-271-6/+129
* 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/+1
* Quick bandaid for possible broken multiple playback channels implementation.Ariff Abdullah2007-03-051-4/+5
* - 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-11/+32
* - fix memory leak, when "number of adcs" != "number of dacs"Alexander Leidinger2006-09-301-24/+17
* - 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