Age | Commit message (Expand) | Author |
2009-01-04 | try to get better default outputs.master.slaves by not including | Jacob Meuser |
2009-01-03 | - configure volume knob widgets for indirect mode, which means they no | Jacob Meuser |
2009-01-02 | - get rid of the function that was mostly just a wrapper for the old | Jacob Meuser |
2009-01-02 | this is what I really wanted with r1.100 of azalia.c - fixed mics | Jacob Meuser |
2009-01-02 | - store information about relevant volume controls along both | Jacob Meuser |
2008-12-31 | the channel_mask field of struct audio_format is unused, so removed | Jacob Meuser |
2008-12-31 | rewrite azalia_codec_connect_stream | Jacob Meuser |
2008-12-31 | actually find the speakers and headphones | Jacob Meuser |
2008-12-31 | builtin speakers and headphone jacks have an interesting relationship. | Jacob Meuser |
2008-12-31 | a fixed mic isn't very useful as an output device, and a fixed | Jacob Meuser |
2008-12-31 | - rearrange to be able to return earlier if nothing left to | Jacob Meuser |
2008-12-31 | - always check that max channels isn't exceeded | Jacob Meuser |
2008-12-30 | - if widget X will be named for widget Y and widget Y is disabled, | Jacob Meuser |
2008-12-25 | currently azalia only supports one codec. instead of using simply the | Jacob Meuser |
2008-12-25 | before naming a widget after a pin because the widget is the only thing | Jacob Meuser |
2008-12-25 | - one "default" direction is enough | Jacob Meuser |
2008-12-23 | gather up most of the code for printing debug info in dmesgs and | Jacob Meuser |
2008-12-23 | line-in is now "line-in", line-out is still "line". S/PDIF-out is | Jacob Meuser |
2008-12-23 | a) a widget's nid is always it's index in the codec's widget list. | Jacob Meuser |
2008-12-23 | backout previous. changing the index of valid nids breaks things. | Jacob Meuser |
2008-12-23 | don't add invalid widgets to connection lists. | Jacob Meuser |
2008-12-22 | hex for unused widget names | Jacob Meuser |
2008-12-22 | set a default name for widgets (u-wid$NID) and don't try to give | Jacob Meuser |
2008-12-22 | special case after general case. it's better to be named after | Jacob Meuser |
2008-12-22 | - expand/add macros for pin configuration manipulation | Jacob Meuser |
2008-12-21 | move the codec specific widget initialization out of | Jacob Meuser |
2008-12-21 | if a widget is the sole connection to another widget, name the | Jacob Meuser |
2008-12-21 | label converter widgets for their place in the converter group. | Jacob Meuser |
2008-12-21 | a little rearranging: | Jacob Meuser |
2008-12-21 | add function azalia_widget_sole_conn, which determines if the | Jacob Meuser |
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 |