summaryrefslogtreecommitdiffstats
path: root/sys/sunaudio/gstsunaudiomixeroptions.c
Commit message (Collapse)AuthorAgeFilesLines
* sunaudio: Fix switch setting on some devices. Add debug. Fix a FIXME.Jan Schmidt2009-06-051-0/+8
| | | | | | | | | | Fix the setting of toggle switches on some broken audio drivers which report that no audio ports are settable by ignoring the mod_port field there. Add some debug statements. Fix a FIXME now that Good relies on a new enough gst-plugins-base.
* sunaudio: Support new flags for options and actionsJan Schmidt2009-06-051-0/+149
Use new audio mixer flags added in Base 0.10.23 to expose flags and options on the SunAudio devices. Fixes: #583593 Patch By: Brian Cameron <brian.cameron@sun.com> Patch By: Garrett D'Amore <garrett.damore@sun.com>