summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/ac97.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ac97_reset function that polls ready bits in power register. Oneorion2002-04-261-7/+16
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-041-1/+1
* Get rid of irritating (bogus) message:guido2001-12-101-2/+5
* Emit a warning if invalid mode passed to ac97_setextmode.orion2001-11-211-3/+6
* add a method for retrieving codec capabilitiescg2001-09-181-0/+6
* many changes:cg2001-08-231-2/+2
* move a private struct definition from ac97.h to ac97.ccg2001-06-231-3/+29
* mega-commit.cg2001-03-241-9/+43
* * power up the external amplifiercg2001-03-231-1/+2
* add/correct a bunch of codec idscg2001-03-221-9/+40
* compensate for broken codecs that return 0xffff on unimplemented registerscg2000-12-241-9/+10
* kobjify.cg2000-12-181-55/+48
* add reinit functions to mixerscg2000-10-261-0/+55
* only probe mandatory channels on known bad codecscg2000-09-231-1/+2
* dynamify- probe codec for supported channelscg2000-09-171-30/+50
* initial support for multiple ac97 codecscg2000-09-051-16/+22
* change mixer api slightlycg2000-09-011-0/+21
* if we have a codec init routine, fail the attach if init failscg2000-05-261-3/+7
* fail in attach if we seem to have no ac97 codeccg2000-04-011-3/+8
* don't check extended features on codecs known to hang. should fix neomagiccg2000-03-241-16/+26
* update the ac97 layer:cg2000-03-201-62/+135
* update ac97 layer to use device_printf when printing messagescg2000-01-181-4/+7
* fix for -fno-builtincg1999-11-211-2/+2
* repo-copied to make way for newmidi, this commit updates include pathscg1999-11-201-2/+2
* $Id$ -> $FreeBSD$peter1999-09-011-1/+1
OpenPOWER on IntegriCloud