Age | Commit message (Expand) | Author |
2008-11-30 | if an input mixer or selector has no usable inputs, disable it, as | Jacob Meuser |
2008-11-30 | - AZ_MAX_SENSE_PINS -> HDA_MAX_SENSE_PINS | Jacob Meuser |
2008-11-30 | - don't access nonexistent converter goups | Jacob Meuser |
2008-11-28 | check the jack detect override bit before creating jack sense mixer | Jacob Meuser |
2008-11-27 | widget initialization cleanup: | Jacob Meuser |
2008-11-27 | intrdoduce DPRINTFN macro so debug messages can be selectively enabled. | Jacob Meuser |
2008-11-19 | the jack sense automatic muting code has many problems, including | Jacob Meuser |
2008-11-14 | * readability improvement in azalia_codec_connect_stream | Jacob Meuser |
2008-11-05 | Remove some PCI macros no longer being used. | Brad Smith |
2008-11-05 | remove unused macros, partly from Alexey Suslikov | Jacob Meuser |
2008-11-04 | implement azalia_create_encodings, which scans through the supported | Jacob Meuser |
2008-11-04 | need to take mode into account when verifying/setting parameters | Jacob Meuser |
2008-11-01 | set the appropriate value (0, not emulated) in the flags field of | Jacob Meuser |
2008-10-31 | clean up error messages as suggested by jakemsr | Theo de Raadt |
2008-10-31 | Handle "jack sense" hp/speaker switching by polling for an interrupt | Jacob Meuser |
2008-10-31 | Support for converter groups where members support non-identical sample | Jacob Meuser |
2008-10-31 | some leftover bits from r1.32 that should have been removed in | Jacob Meuser |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-10-23 | Sve power. Power down codec if it has no audio function groups. | Jacob Meuser |
2008-10-16 | Add S/PDIF support. From NetBSD. | Jacob Meuser |
2008-10-12 | if converters in a group are not needed to satisfy the requirements | Jacob Meuser |
2008-10-12 | add azalia_codec_disconnect_stream(), a function to direct all | Jacob Meuser |
2008-10-10 | Enable PCIe snooping on the remaining ATI/NVIDIA chipsets. | Brad Smith |
2008-10-10 | missing spl() for codec command setting/retrieval | Jacob Meuser |
2008-09-24 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-09-22 | Do not use an uninitialized local for comparison in azalia_rirb_intr(). | Miod Vallat |
2008-09-17 | Update for renamed ATI PCI ids. | Brad Smith |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
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 |