Age | Commit message (Expand) | Author |
2008-05-29 | specify alternate default audio parameters to make the default expansion | Jacob Meuser |
2008-05-13 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2008-04-28 | Sync PCI ids. | Brad Smith |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-03-02 | Clear interrupts on detach. Fixes interrupt storm on digital-only | Deanna Phillips |
2007-12-16 | Count line-in as line-out, and label both as AudioNline. This is what | Deanna Phillips |
2007-11-25 | typo; ok jmc@, deanna@ | Martynas Venckus |
2007-11-23 | Check for invalid dev indices, which could get here through ioctl. | Deanna Phillips |
2007-11-16 | No need to mention which codec is being used if there's only one. | Deanna Phillips |
2007-11-14 | Unknown codecs don't have a name field, so print what we read from | Deanna Phillips |
2007-11-14 | less obnoxious dmesg | Deanna Phillips |
2007-11-03 | quiet a noisy printf, requested by deraadt | Deanna Phillips |
2007-11-02 | Label widgets based on default device or type rather than color+node | Deanna Phillips |
2007-10-28 | Enable pcie snoop for SB600 and MCP51. Fixes a variety of noise, | Deanna Phillips |
2007-10-26 | Add emulated mono support. | Deanna Phillips |
2007-10-14 | The spec says to wait 40 microseconds for the run bit to clear before | Deanna Phillips |
2007-10-10 | Rework the debug dmesg to perform a more complete codec dump. | Deanna Phillips |
2007-09-10 | Use M_ZERO. | Deanna Phillips |
2007-09-10 | Fix a copy/pasto from last year. CMI9880 should work now. | Deanna Phillips |
2007-09-10 | If 44.1kHz sample rate isn't supported, use 48kHz instead. | Deanna Phillips |
2007-09-10 | Some pin widgets default to off, so make sure they're all enabled, not | Deanna Phillips |
2007-09-06 | Clean up some debug messages and wrap them in DPRINTF. From Alexey | Deanna Phillips |
2007-08-02 | print the vendor id string for unknown azalia codecs if we find it in | Reyk Floeter |
2007-06-19 | Handle interrupts for the record stream as well. Recording now works. | Deanna Phillips |
2007-06-13 | Don't attempt multichannel playback. This workaround allows a stream | Deanna Phillips |
2007-05-03 | Fix a typo that was preventing the full device name from being printed. | Deanna Phillips |
2007-05-02 | - Add support for handling unsolicited events (based on NetBSD). | Deanna Phillips |
2006-09-21 | missing args for printf; some from Aurelien <aurelien26 at free dot fr>. | Federico G. Schwindt |
2006-07-21 | Do not check if CORBRPST is set for any chipsets. | Brad Smith |
2006-07-20 | Don't check the CORBRPRST flag for the NVidia MCP51/55 and ALI M5461. | Brad Smith |
2006-06-30 | fix comment, pointed out by kettenis | Theo de Raadt |
2006-06-30 | do not master enable, already done elsewhere | Theo de Raadt |
2006-06-28 | * azalia_pci_detach() | Brad Smith |
2006-06-25 | If the encoding of an audio converter is 0, refer to | Brad Smith |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-06-21 | make sure to return and indicate an error when an invalid PCM format | Brad Smith |
2006-06-17 | check return values of azalia_init_corb() and azalia_init_rirb(). | Brad Smith |
2006-06-16 | - generic_mixer_default() | Brad Smith |
2006-06-16 | * support for multi-channel (>=3) recording with ALC880, ALC882, or STAC9221 | Brad Smith |
2006-06-14 | - If the codec has support for a modem then print that there is no | Brad Smith |
2006-06-14 | * move mixer functions from azalia.c to azalia_codec.c, and | Brad Smith |
2006-06-07 | shut up and play the music. | Jason Wright |
2006-06-06 | - general cleaning, removing unneeded vars, spelling, etc | Jason Wright |
2006-05-11 | use the PCI multimedia subclass type HD audio define from pcireg.h | Brad Smith |
2006-05-08 | fix printf. | Brad Smith |
2006-05-08 | sync NetBSD RCS ids | Brad Smith |
2006-05-08 | Don't crash when a connection list has invalid NIDs. | Brad Smith |
2006-05-08 | add some trace messages in azalia_mixer_init(). | Brad Smith |
2006-05-08 | - make this compile with AZALIA_DEBUG | Brad Smith |
2006-05-08 | - Don't assume the device always has PCI_MAPREG_MEM_TYPE_64BIT. [1] | Brad Smith |