CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/04/24 09:31:18
Modified files:
sys/dev/pci : azalia.h azalia.c
Log message:
after all widgets have been initialized, loop through all widgets
and do some further initialization and information gathering:
- disable mixer and selector widgets that don't have any enabled
connections
- create lists of analog and digital input and output converters
- find the internal/fixed connection microphone and speaker, and
which converters they are connected to by default
- create a list of jack sensing capable pins
some of this was already being done in other places, but moved here
for simplification/better organization