summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/ac97.c
Commit message (Expand)AuthorAgeFilesLines
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-13/+18
* Remap and virtualize mixer controls for HP nx6110 withariff2007-10-261-2/+26
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-4/+1
* - Do triple reads on reset register to detect read register bug. 2 readsariff2007-06-051-12/+15
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* Use standard pcm_get/setflags() rather than dereferencing softc whileariff2007-06-021-4/+2
* Fix broken "rec" and "igain" introduced by previous commit. Convertariff2007-05-281-1/+1
* Fix broken binary issues with latest gcc 4.x due to bitfield signessariff2007-05-271-1/+1
* - AC97 quirk / patch cleanups. Most quirks doesn't work in general senseariff2007-04-191-11/+18
* Spring cleanup on irrelevant NULL checking over M_WAITOK allocations.ariff2007-03-151-7/+0
* Enable tone / 3D controls for YAMAHA YMF743, 753 and 752 (partially).ariff2007-03-061-0/+17
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-18/+86
* Backout remaining changes that make most AD1981B users unhappy.ariff2006-10-021-0/+2
* Various fixups, especially for the upcomming High Definition Audioariff2006-09-281-40/+50
* Add codec id support for Analog Device AD1986 AC'97 codec.ariff2006-01-071-0/+1
* Few codec such as Conexant CX20468-21 does have this controlariff2005-12-301-0/+7
* Add codec ID for Avance Logic ALC203yongari2005-11-301-0/+1
* Added codec id for Avance Logic (ALC250)ariff2005-11-261-0/+1
* ac97.c:ariff2005-11-141-2/+2
* sys/dev/sound/pcm/ac97.c:netchild2005-10-021-1/+42
* - Few buggy codecs (STAC9704, probably others) return inconsistentnetchild2005-09-101-24/+83
* * Slightly new method to detect mixer capabilities and resolution.netchild2005-07-311-9/+41
* Fix the output ports on the AD1988 codec. From the submitter:scottl2005-04-101-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add support CS4294sanpei2004-05-081-0/+1
* Sync with DFBSD v.1.16. Add new codecs IDs, fix some spelling.matk2004-01-231-3/+21
* Add ID for ALC658 CODEC.kuriyama2003-11-111-0/+1
* Recognize the Avance Logic ALC655 codec found on some ICH4/5-baseddes2003-10-121-0/+1
* update my email address.cg2003-09-071-1/+1
* Add Creative EV1938.orion2003-08-291-0/+2
* When present use ogain instead of master for surround sound channels.orion2003-08-231-14/+14
* Additional VT1616 id.orion2003-08-211-1/+1
* Apply Rudolf Cejka's patch for:orion2003-08-211-46/+41
* Comment out the mixer entry for igain for the mic 20dB boost for now sincejhb2003-04-231-0/+2
* Add eMicro codec ids.orion2003-04-211-1/+4
* Use SOUND_MIXER_IGAIN to toggle 20dB mic boost for want of a betterorion2003-04-211-18/+50
* Additional codec ids.orion2003-04-041-0/+6
* Correct vendor id for ALC101.orion2003-03-201-1/+1
* Correct CS4205 base vendor id.orion2003-03-121-1/+1
* o Move vendor ids into separate table.orion2003-02-281-62/+139
* Add the ID for the CS4205 codec found in Dell laptops. Obtained fromscottl2003-02-271-0/+1
* Add SigmaTel STAC9750 entry.cognet2003-02-261-0/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Print ac97 name/id on normal boot.orion2003-02-031-6/+9
* Add ac97_patch.[ch] that provide space for ac97 codec specific patches.orion2003-01-251-74/+83
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Add Realtek ALC650 id.orion2003-01-131-0/+1
* (hopefully) fix build breakage some people are seeingcg2002-11-261-9/+9
* s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}.orion2002-08-231-4/+35
OpenPOWER on IntegriCloud