aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/ac97.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-13/+18
* Remap and virtualize mixer controls for HP nx6110 withAriff Abdullah2007-10-261-2/+26
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-4/+1
* - Do triple reads on reset register to detect read register bug. 2 readsAriff Abdullah2007-06-051-12/+15
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* Use standard pcm_get/setflags() rather than dereferencing softc whileAriff Abdullah2007-06-021-4/+2
* Fix broken "rec" and "igain" introduced by previous commit. ConvertAriff Abdullah2007-05-281-1/+1
* Fix broken binary issues with latest gcc 4.x due to bitfield signessAriff Abdullah2007-05-271-1/+1
* - AC97 quirk / patch cleanups. Most quirks doesn't work in general senseAriff Abdullah2007-04-191-11/+18
* Spring cleanup on irrelevant NULL checking over M_WAITOK allocations.Ariff Abdullah2007-03-151-7/+0
* Enable tone / 3D controls for YAMAHA YMF743, 753 and 752 (partially).Ariff Abdullah2007-03-061-0/+17
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesAriff Abdullah2006-11-261-18/+86
* Backout remaining changes that make most AD1981B users unhappy.Ariff Abdullah2006-10-021-0/+2
* Various fixups, especially for the upcomming High Definition AudioAriff Abdullah2006-09-281-40/+50
* Add codec id support for Analog Device AD1986 AC'97 codec.Ariff Abdullah2006-01-071-0/+1
* Few codec such as Conexant CX20468-21 does have this controlAriff Abdullah2005-12-301-0/+7
* Add codec ID for Avance Logic ALC203Pyun YongHyeon2005-11-301-0/+1
* Added codec id for Avance Logic (ALC250)Ariff Abdullah2005-11-261-0/+1
* ac97.c:Ariff Abdullah2005-11-141-2/+2
* sys/dev/sound/pcm/ac97.c:Alexander Leidinger2005-10-021-1/+42
* - Few buggy codecs (STAC9704, probably others) return inconsistentAlexander Leidinger2005-09-101-24/+83
* * Slightly new method to detect mixer capabilities and resolution.Alexander Leidinger2005-07-311-9/+41
* Fix the output ports on the AD1988 codec. From the submitter:Scott Long2005-04-101-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add support CS4294MIHIRA Sanpei Yoshiro2004-05-081-0/+1
* Sync with DFBSD v.1.16. Add new codecs IDs, fix some spelling.Mathew Kanner2004-01-231-3/+21
* Add ID for ALC658 CODEC.Jun Kuriyama2003-11-111-0/+1
* Recognize the Avance Logic ALC655 codec found on some ICH4/5-basedDag-Erling Smørgrav2003-10-121-0/+1
* update my email address.Cameron Grant2003-09-071-1/+1
* Add Creative EV1938.Orion Hodson2003-08-291-0/+2
* When present use ogain instead of master for surround sound channels.Orion Hodson2003-08-231-14/+14
* Additional VT1616 id.Orion Hodson2003-08-211-1/+1
* Apply Rudolf Cejka's patch for:Orion Hodson2003-08-211-46/+41
* Comment out the mixer entry for igain for the mic 20dB boost for now sinceJohn Baldwin2003-04-231-0/+2
* Add eMicro codec ids.Orion Hodson2003-04-211-1/+4
* Use SOUND_MIXER_IGAIN to toggle 20dB mic boost for want of a betterOrion Hodson2003-04-211-18/+50
* Additional codec ids.Orion Hodson2003-04-041-0/+6
* Correct vendor id for ALC101.Orion Hodson2003-03-201-1/+1
* Correct CS4205 base vendor id.Orion Hodson2003-03-121-1/+1
* o Move vendor ids into separate table.Orion Hodson2003-02-281-62/+139
* Add the ID for the CS4205 codec found in Dell laptops. Obtained fromScott Long2003-02-271-0/+1
* Add SigmaTel STAC9750 entry.Olivier Houchard2003-02-261-0/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Print ac97 name/id on normal boot.Orion Hodson2003-02-031-6/+9
* Add ac97_patch.[ch] that provide space for ac97 codec specific patches.Orion Hodson2003-01-251-74/+83
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Add Realtek ALC650 id.Orion Hodson2003-01-131-0/+1
* (hopefully) fix build breakage some people are seeingCameron Grant2002-11-261-9/+9