Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-20 | fix array filling; alaric@MIT.EDU | Theo de Raadt | |
2001-06-17 | Set the delta for the particular source so telling mixerctl to decrease the | Michael Shalayeff | |
volume (using --) adjusts it far enough to stick. from Eric Haszlakiewicz <erh@netbsd.org> | |||
2001-05-16 | add surrond, center and lfe ports (per 2.2 spec). | Michael Shalayeff | |
provide set_rate function, per 2.2 spec. | |||
2001-05-16 | call malloc w/ NOWAIT and check for NULL return | Michael Shalayeff | |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-05-16 | shorten by one byte :-) | Theo de Raadt | |
2001-05-16 | split codec vendor/product into separate tables, | Michael Shalayeff | |
provide meaning for codec revision. some other size improvelances. | |||
2001-05-15 | partial KNF | Theo de Raadt | |
2001-05-15 | a few more codecs, a few more consts, trailing spaces | Michael Shalayeff | |
2001-04-15 | another | Theo de Raadt | |
2001-03-03 | new AC97_HOST_DONT_READANY flag for ac97 chipsets that are _really_ on drugs | Theo de Raadt | |
2000-07-27 | if avoiding ac97_read because of AC97_HOST_DONT_READ, still permit access to ↵ | Theo de Raadt | |
AC97_REG_VENDOR* and AC97_REG_RESET | |||
2000-07-20 | more guesses at tritech codecs | Theo de Raadt | |
2000-07-19 | Added shadow registers. This adds two capabilities: | Constantine Sapuntzakis | |
- 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 | |||
2000-06-27 | Move ac97 register defines into ac97.h | Artur Grabowski | |
2000-05-30 | a few more codes ids from vendor docs | Michael Shalayeff | |
2000-05-27 | add a few more codecs | Michael Shalayeff | |
2000-04-12 | Disable DAC, Output, and Record mute by default | Constantine Sapuntzakis | |
1999-10-05 | Don't define AUDIO_DEBUG | Constantine Sapuntzakis | |
1999-09-21 | Add get_portnum_by_name to ac97 vtbl. | Constantine Sapuntzakis | |
get_portnum_by_name returns the mixer port # given a (class, device, qualifier) tuple. | |||
1999-09-19 | AC-97 CODEC support. Some help from FreeBSD, esp. on nice printing of | Constantine Sapuntzakis | |
features. |