Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | a couple more codec ids from people | 2003-04-07 | 1 | -1/+3 | ||
| | ||||||
* | add ad1981a id; from hunter@dg.net.ua | 2002-09-17 | 1 | -1/+2 | ||
| | ||||||
* | Use the value from AUDIO_CTRL, later to be or'ed with VRM or VRA, not | 2002-09-05 | 1 | -7/+9 | ||
| | | | | | | AUDIO_ID which contains what the codec supports, and do it only if the codec supports VRM or VRA. discussed with mickey@ a while ago. | |||||
* | minor things from ac97 rev 2.3; mickey@ ok | 2002-07-28 | 1 | -2/+2 | ||
| | ||||||
* | add flag to swap channels. from netbsd. | 2002-04-08 | 1 | -6/+19 | ||
| | | | | ok deraadt@ | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -12/+12 | ||
| | ||||||
* | add ess1921 codec id | 2002-01-09 | 1 | -1/+4 | ||
| | ||||||
* | be more accurate in enabling variable rate bits | 2001-12-17 | 1 | -3/+6 | ||
| | ||||||
* | fix realtek codec ids. fxi codec id decode -- from krw@ | 2001-12-01 | 1 | -7/+8 | ||
| | ||||||
* | it appears that some non-vra compatible codecs implement part | 2001-10-28 | 1 | -13/+19 | ||
| | | | | | | | of vra protocol by rounding all rates to 48kHz, but some return 0. fix this by reporting 48kHz for all codecs w/o vra. problem (finally) identified by hunter@dg.net.ua, diff by me. also, while here a/AC97_SOUND_ENHANCEMENT/AC97_CAPS_ENHANCEMENT/ . | |||||
* | replace strings w/ defined names, missing initializer for pcbeep and split tone into bass/treble | 2001-10-24 | 1 | -10/+13 | ||
| | ||||||
* | add several more codecs, from elsa | 2001-10-24 | 1 | -5/+36 | ||
| | ||||||
* | fix unknown codec id printout | 2001-09-15 | 1 | -3/+3 | ||
| | ||||||
* | fix array filling; alaric@MIT.EDU | 2001-06-20 | 1 | -4/+4 | ||
| | ||||||
* | Set the delta for the particular source so telling mixerctl to decrease the | 2001-06-17 | 1 | -1/+11 | ||
| | | | | | volume (using --) adjusts it far enough to stick. from Eric Haszlakiewicz <erh@netbsd.org> | |||||
* | add surrond, center and lfe ports (per 2.2 spec). | 2001-05-16 | 1 | -8/+78 | ||
| | | | | provide set_rate function, per 2.2 spec. | |||||
* | call malloc w/ NOWAIT and check for NULL return | 2001-05-16 | 1 | -2/+4 | ||
| | ||||||
* | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | 2001-05-16 | 1 | -4/+1 | ||
| | ||||||
* | shorten by one byte :-) | 2001-05-16 | 1 | -4/+4 | ||
| | ||||||
* | split codec vendor/product into separate tables, | 2001-05-16 | 1 | -123/+155 | ||
| | | | | | provide meaning for codec revision. some other size improvelances. | |||||
* | partial KNF | 2001-05-15 | 1 | -165/+167 | ||
| | ||||||
* | a few more codecs, a few more consts, trailing spaces | 2001-05-15 | 1 | -108/+112 | ||
| | ||||||
* | another | 2001-04-15 | 1 | -25/+26 | ||
| | ||||||
* | new AC97_HOST_DONT_READANY flag for ac97 chipsets that are _really_ on drugs | 2001-03-03 | 1 | -17/+20 | ||
| | ||||||
* | if avoiding ac97_read because of AC97_HOST_DONT_READ, still permit access to AC97_REG_VENDOR* and AC97_REG_RESET | 2000-07-27 | 1 | -2/+4 | ||
| | ||||||
* | more guesses at tritech codecs | 2000-07-20 | 1 | -1/+4 | ||
| | ||||||
* | Added shadow registers. This adds two capabilities: | 2000-07-19 | 1 | -74/+144 | ||
| | | | | | | | | | - support devices that crash when reading CODEC registers - a flags interface was added to the host interface and one flags AC97_HOST_DONT_READ defined. - new API restore_ports restores the user's settings. This can be useful for resume after suspend to disk | |||||
* | Move ac97 register defines into ac97.h | 2000-06-27 | 1 | -24/+1 | ||
| | ||||||
* | a few more codes ids from vendor docs | 2000-05-30 | 1 | -2/+8 | ||
| | ||||||
* | add a few more codecs | 2000-05-27 | 1 | -2/+12 | ||
| | ||||||
* | Disable DAC, Output, and Record mute by default | 2000-04-12 | 1 | -2/+26 | ||
| | ||||||
* | Don't define AUDIO_DEBUG | 1999-10-05 | 1 | -3/+2 | ||
| | ||||||
* | Add get_portnum_by_name to ac97 vtbl. | 1999-09-21 | 1 | -6/+30 | ||
| | | | | | get_portnum_by_name returns the mixer port # given a (class, device, qualifier) tuple. | |||||
* | AC-97 CODEC support. Some help from FreeBSD, esp. on nice printing of | 1999-09-19 | 1 | -0/+718 | ||
features. |