index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
azalia.c
Age
Commit message (
Expand
)
Author
2009-12-24
do not run the unsolicited event queue from the interrupt handler.
Jacob Meuser
2009-12-22
treat the front headphone jack more like a built-in speaker. make it's
Jacob Meuser
2009-12-15
don't make mixer items for vendor widgets. we don't know what they do.
Jacob Meuser
2009-12-15
mono ouputs shouldn't be candidates for exclusive inclusion in the
Jacob Meuser
2009-11-24
implement suspend and resume
Jacob Meuser
2009-11-23
Add azalia(4) suspend/resume stabs, now some laptops can go all the way.
Paul Irofti
2009-11-11
fix memory leak found by parfait
Jacob Meuser
2009-10-27
encode the channels a converter will convert into the converter's
Jacob Meuser
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-10-11
* define a constant for the specification defined maximum number of
Jacob Meuser
2009-10-11
* start all "initialization failure" messages with lowercase letter.
Jacob Meuser
2009-10-11
this driver doesn't yet support HDMI codecs enough for them to be
Jacob Meuser
2009-10-08
set a couple bits in the pci configuration space for nvidia hda
Jacob Meuser
2009-09-14
don't try to manipulate an invalid node. fixes codec detection
Jacob Meuser
2009-09-12
there are machines that have more than one fixed speaker. use
Jacob Meuser
2009-09-12
move code for getting controller capabilities out of azalia_init()
Jacob Meuser
2009-09-10
better to wait for codecs to finish resetting in azalia_reset()
Jacob Meuser
2009-09-09
reorganize attach/initialization into more task specific functions.
Jacob Meuser
2009-09-09
move code to reset the controller from the attach function to it's
Jacob Meuser
2009-09-09
add a few more members to stream_t and use it as a coherent source
Jacob Meuser
2009-09-09
handle mixer get/set requests for class type mixer items in the underlying
Jacob Meuser
2009-09-09
azalia.h:
Jacob Meuser
2009-09-08
cleanup/fix RIRB processing:
Jacob Meuser
2009-08-13
add a shutdown hook to stop unsolicited responses and the CORB and
Jacob Meuser
2009-08-12
fix unused widgets to contain the actual ids; ok jakemsr@
Martynas Venckus
2009-06-26
if a codec has multiple line out jacks, and the codec says all
Jacob Meuser
2009-06-18
Remove support for cancelled NVIDIA MCP7B and add initial support for
Jonathan Gray
2009-06-09
AD1981HD output amps are weird. they report 63 volume steps but the
Jacob Meuser
2009-06-09
quirks for MacBookPro3,1 inspired by FreeBSD's snd_hda. problem
Jacob Meuser
2009-05-31
zap _generic from the names of several functions. there are no
Jacob Meuser
2009-05-31
- all codecs now use the same functions, always. call the functions
Jacob Meuser
2009-05-29
register all GPIO and widget "quirks" in a bitmask instead of using
Jacob Meuser
2009-05-29
- if a codec is capable of multichannel playback, try to connect
Jacob Meuser
2009-05-29
- try to not choose only input mixers for outputs.master.slaves
Jacob Meuser
2009-05-29
- when a widget will be considered part of a different widget, record
Jacob Meuser
2009-05-12
- try to identify a "main input mixer"
Jacob Meuser
2009-05-01
initialize the mic ADC index before possibly setting it.
Jacob Meuser
2009-05-01
make mic ADC selection a little more like speaker DAC selection
Jacob Meuser
2009-05-01
try to get built-in speakers connected to a DAC no other output pin
Jacob Meuser
2009-05-01
fix a couple bugs when finding sole connections
Jacob Meuser
2009-04-27
it's easier to have the speaker dac in the converter group than
Jacob Meuser
2009-04-25
explicitely enable the "audio function" widget. it can be a valid
Jacob Meuser
2009-04-25
beep generators are input endpoints. but ther are not supposed
Jacob Meuser
2009-04-24
make sure the internal/fixed mic is connected to an adc by default
Jacob Meuser
2009-04-24
the internal/fixed speaker is special. the dac it connects to
Jacob Meuser
2009-04-24
create lists of analog and digital input and output pins. store
Jacob Meuser
2009-04-24
- a function to check if a node is connected to a particular adc by
Jacob Meuser
2009-04-24
after all widgets have been initialized, loop through all widgets
Jacob Meuser
2009-04-24
"selected" connections don't mean much for mixer widgets. all
Jacob Meuser
2009-04-04
- make sure codec->nsense_pins is initilized to 0
Jacob Meuser
[next]