summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa/mixer/paths
Commit message (Collapse)AuthorAgeFilesLines
* alsa: cover 'Analog Output' controlLennart Poettering2009-11-111-0/+17
| | | | http://pulseaudio.org/ticket/702
* alsa: create a seperate mixer path for Speaker elementsLennart Poettering2009-11-112-6/+99
| | | | | | | 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-115-4/+22
|
* alsa: lower priority for Headphone2 pathLennart Poettering2009-11-111-1/+1
|
* alsa: cover Input Source:AUX INLennart Poettering2009-11-111-0/+4
| | | | | | As seen on some HDA chips: https://bugzilla.redhat.com/attachment.cgi?id=359804
* alsa: cover Headphone2 mixer elementLennart Poettering2009-11-112-0/+83
| | | | | | As seen on some drivers: https://bugzilla.redhat.com/show_bug.cgi?id=498612
* alsa: cover 'Digital Input Source' elementLennart Poettering2009-11-111-0/+14
| | | | | | As used by some HDA devices: https://bugzilla.redhat.com/attachment.cgi?id=365290
* alsa: cover Mic Jack Mode elementLennart Poettering2009-11-111-1/+12
| | | | | | As used by some HDA chips: https://bugzilla.redhat.com/attachment.cgi?id=366816
* alsa: fix Surround mixer element nameLennart Poettering2009-09-183-3/+3
| | | | | | s/Sourround/Surround/ Spotted by Colin Guthrie
* alsa: add more input sources to path setLennart Poettering2009-09-031-0/+8
|
* alsa: leave headphone jack enabled in normal mixer pathsLennart Poettering2009-08-213-6/+15
|
* alsa: enable ext. amplifier by defaultLennart Poettering2009-08-121-2/+2
|
* build-sys: add a couple of stub MakefilesLennart Poettering2009-07-231-0/+1
|
* alsa: control 'Speaker' element as wellLennart Poettering2009-07-234-0/+22
|
* alsa: document alsa mixer path/profile sets a bit moreLennart Poettering2009-06-191-0/+8
|
* alsa: add copyright blobs and comments to all mixer paths/profile setsLennart Poettering2009-06-1915-57/+400
|
* alsa: merge mic boost into volume sliderLennart Poettering2009-06-181-0/+2
|
* alsa: rework mixer logicLennart Poettering2009-06-1715-0/+858
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.