summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa/mixer/paths/analog-output.conf
Commit message (Collapse)AuthorAgeFilesLines
* alsa: create a seperate mixer path for Speaker elementsLennart Poettering2009-11-111-6/+5
| | | | | | | On some cards line-out is independant of Sepaker and it is a good idea to cover that so that they can independantly be activated. https://bugzilla.redhat.com/show_bug.cgi?id=520884
* alsa: leave other headphone control enabled if possibleLennart Poettering2009-11-111-0/+4
|
* alsa: leave headphone jack enabled in normal mixer pathsLennart Poettering2009-08-211-2/+5
|
* alsa: control 'Speaker' element as wellLennart Poettering2009-07-231-0/+6
|
* alsa: add copyright blobs and comments to all mixer paths/profile setsLennart Poettering2009-06-191-1/+19
|
* alsa: rework mixer logicLennart Poettering2009-06-171-0/+62
Completely rework mixer logic. This now allows controlling a full set of elements from a single sink's volume slider/mute button. This also introduces sink and source "ports" that can be used to choose different input or output ports with the UI. (i.e. "mic"/"line-in" or "speaker"/"headphones". The mixer paths and device maps are now configered in external configuration files and can be tweaked as necessary.