summaryrefslogtreecommitdiff
path: root/sys/dev/pci/azalia.c
AgeCommit message (Expand)Author
2009-06-26if a codec has multiple line out jacks, and the codec says allJacob Meuser
2009-06-18Remove support for cancelled NVIDIA MCP7B and add initial support forJonathan Gray
2009-06-09AD1981HD output amps are weird. they report 63 volume steps but theJacob Meuser
2009-06-09quirks for MacBookPro3,1 inspired by FreeBSD's snd_hda. problemJacob Meuser
2009-05-31zap _generic from the names of several functions. there are noJacob Meuser
2009-05-31- all codecs now use the same functions, always. call the functionsJacob Meuser
2009-05-29register all GPIO and widget "quirks" in a bitmask instead of usingJacob Meuser
2009-05-29- if a codec is capable of multichannel playback, try to connectJacob Meuser
2009-05-29- try to not choose only input mixers for outputs.master.slavesJacob Meuser
2009-05-29- when a widget will be considered part of a different widget, recordJacob Meuser
2009-05-12- try to identify a "main input mixer"Jacob Meuser
2009-05-01initialize the mic ADC index before possibly setting it.Jacob Meuser
2009-05-01make mic ADC selection a little more like speaker DAC selectionJacob Meuser
2009-05-01try to get built-in speakers connected to a DAC no other output pinJacob Meuser
2009-05-01fix a couple bugs when finding sole connectionsJacob Meuser
2009-04-27it's easier to have the speaker dac in the converter group thanJacob Meuser
2009-04-25explicitely enable the "audio function" widget. it can be a validJacob Meuser
2009-04-25beep generators are input endpoints. but ther are not supposedJacob Meuser
2009-04-24make sure the internal/fixed mic is connected to an adc by defaultJacob Meuser
2009-04-24the internal/fixed speaker is special. the dac it connects toJacob Meuser
2009-04-24create lists of analog and digital input and output pins. storeJacob Meuser
2009-04-24- a function to check if a node is connected to a particular adc byJacob Meuser
2009-04-24after all widgets have been initialized, loop through all widgetsJacob Meuser
2009-04-24"selected" connections don't mean much for mixer widgets. allJacob Meuser
2009-04-04- make sure codec->nsense_pins is initilized to 0Jacob Meuser
2009-02-05Remove the BUS_DMA_NOCACHE flag from all azalia dma mappings.Owain Ainsworth
2009-01-16support 20 and 24-bit sample formats. remove the unneeded "validbits"Jacob Meuser
2009-01-11allow one more level of connections (3 instead of 2) away from DACsJacob Meuser
2009-01-1132-bit mode for s/pdif transmitters/receivers does not reallyJacob Meuser
2009-01-05- a little simplificationJacob Meuser
2009-01-05explicitly check if azalia_codec_find_defdac didn't find a dac instead ofJacob Meuser
2009-01-05if the high bit is set in a connection list entry, it means the entryJacob Meuser
2009-01-04try to get better default outputs.master.slaves by not includingJacob Meuser
2009-01-03- configure volume knob widgets for indirect mode, which means they noJacob Meuser
2009-01-02- get rid of the function that was mostly just a wrapper for the oldJacob Meuser
2009-01-02this is what I really wanted with r1.100 of azalia.c - fixed micsJacob Meuser
2009-01-02- store information about relevant volume controls along bothJacob Meuser
2008-12-31the channel_mask field of struct audio_format is unused, so removedJacob Meuser
2008-12-31rewrite azalia_codec_connect_streamJacob Meuser
2008-12-31actually find the speakers and headphonesJacob Meuser
2008-12-31builtin speakers and headphone jacks have an interesting relationship.Jacob Meuser
2008-12-31a fixed mic isn't very useful as an output device, and a fixedJacob Meuser
2008-12-31- rearrange to be able to return earlier if nothing left toJacob Meuser
2008-12-31- always check that max channels isn't exceededJacob Meuser
2008-12-30- if widget X will be named for widget Y and widget Y is disabled,Jacob Meuser
2008-12-25currently azalia only supports one codec. instead of using simply theJacob Meuser
2008-12-25before naming a widget after a pin because the widget is the only thingJacob Meuser
2008-12-25- one "default" direction is enoughJacob Meuser
2008-12-23gather up most of the code for printing debug info in dmesgs andJacob Meuser
2008-12-23line-in is now "line-in", line-out is still "line". S/PDIF-out isJacob Meuser