Age | Commit message (Expand) | Author |
2008-12-23 | enable beep and CD mixer controls on alc88x codecs if appropriate | Jacob Meuser |
2008-12-23 | add small quirks for certain codecs | Jacob Meuser |
2008-12-23 | remove static mixer configurations wholesale, to make next commit | Jacob Meuser |
2008-12-23 | - recognize some more codecs | 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-22 | create "_source" mixer items for single connections, but be careful | Jacob Meuser |
2008-12-22 | disable unusable converters | Jacob Meuser |
2008-12-22 | new function azalia_pin_config_ov, used to override configuration | Jacob Meuser |
2008-12-21 | label converter widgets for their place in the converter group. | Jacob Meuser |
2008-12-21 | add mixer_class member to struct widget_t, and define the mixer | Jacob Meuser |
2008-11-30 | oops. don't continue on to the next widget here. there may be other | Jacob Meuser |
2008-11-30 | only put a control in the record class if it is the sole input to | Jacob Meuser |
2008-11-30 | don't rebuild the list of supported formats if it isn't going | Jacob Meuser |
2008-11-30 | - don't access nonexistent converter goups | Jacob Meuser |
2008-11-28 | don't create a _source control on mixers if none of the sources are | Jacob Meuser |
2008-11-28 | AZ_TARGET_PINSENSE -> MI_TARGET_PINSENSE | Jacob Meuser |
2008-11-28 | - remove a couple unneeded checks | Jacob Meuser |
2008-11-28 | - use switch() instead of multiple if else | Jacob Meuser |
2008-11-28 | - DACs don't have connection lists like ADCs do | Jacob Meuser |
2008-11-28 | add paranoia helper function, azalia_nid_to_index. the nid is | Jacob Meuser |
2008-11-27 | widget initialization cleanup: | Jacob Meuser |
2008-11-27 | finally, generic converter grouping that fits our needs and works | Jacob Meuser |
2008-11-19 | Many ALC88x codecs have a fifth DAC at NID 0x25 for 7.1+2 multistreaming. | Christian Weisgerber |
2008-11-19 | the jack sense automatic muting code has many problems, including | Jacob Meuser |
2008-11-17 | - recognize some Conexant codecs. | Jacob Meuser |
2008-11-17 | use the generic mixer configuration for all Realtek ALC codecs. | Jacob Meuser |
2008-11-16 | don't create a virtual inputs.dac, as this will be a duplicate of | Jacob Meuser |
2008-11-16 | expand the usefulness of azalia_generic_mixer_create_virtual by | Jacob Meuser |
2008-11-16 | make lists of what widgets are directly connected to DACc and ADCs. | Jacob Meuser |
2008-11-16 | '.' is a special character in mixer item names. it's the separator | Jacob Meuser |
2008-11-14 | oops. not yet. sorry for the noise. | Jacob Meuser |
2008-11-14 | * readability improvement in azalia_codec_connect_stream | Jacob Meuser |
2008-11-05 | * remove two custom unsolicited event handlers in favor of generic | Jacob Meuser |
2008-11-04 | volume scaling/setting cleanup: | Jacob Meuser |
2008-10-28 | Add the MacBookPro4,1 to the list of systems with GPIO quirks and | Brad Smith |
2008-10-27 | for the AD1984 codec, connect headphones to a proper DAC. | Jacob Meuser |
2008-10-25 | Add proper DAC/ADC grouping for AD1984 (from NetBSD). | Jacob Meuser |
2008-10-23 | - new function azalia_generic_mixer_pin_sense - configures pin direction, | Jacob Meuser |
2008-10-16 | Add S/PDIF support. From NetBSD. | Jacob Meuser |
2008-10-16 | Some pins are not connected and dead-end. This diff removes such pins | Jacob Meuser |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-13 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2008-04-10 | Add support for recording through the mic jack on AD1984. | Deanna Phillips |
2007-12-16 | Put inamp gain and inamp mute controls under AudioCinputs. This | Deanna Phillips |
2007-12-06 | Remove AD1981HD code, since the generic mixer init can do all of this | Deanna Phillips |
2007-11-24 | The Sigmatel codec id 7662 looks identical to STAC7661 and works fine with | Deanna Phillips |
2007-11-21 | Collect subid #defines at the top. | Deanna Phillips |
2007-11-14 | less obnoxious dmesg | Deanna Phillips |
2007-11-06 | Generalize most of the apple-specific code, since it works fine on | Deanna Phillips |
2007-10-14 | audio(4)-compatible mixer items for ALC883. | Deanna Phillips |