summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa/mixer/profile-sets/default.conf
Commit message (Collapse)AuthorAgeFilesLines
* alsa-mixer: Remove passthrough profilesArun Raghavan2011-05-021-7/+0
| | | | | These aren't used any more - we handle passthrough mode in the iec958* profiles now.
* alsa-mixer: Add DecibelFix section to the profile set config file format.Tanu Kaskinen2011-03-111-11/+50
| | | | | This commit only implements the parser, the decibel fix data is not yet used for anything.
* alsa-mixer: Add new paths for Internal Mic, Front Mic, Rear Mic and Dock MicDavid Henningsson2011-02-251-2/+2
| | | | Signed-off-by: David Henningsson <david.henningsson@canonical.com>
* alsa: fix mixer profiles, add passthrough configPierre-Louis Bossart2010-07-131-3/+7
| | | | Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@intel.com>
* alsa: cover "Desktop Speaker" mixer elementsLennart Poettering2010-02-211-7/+7
| | | | As exposed by really old Microsoft USB sound systems
* alsa: create a seperate mixer path for Speaker elementsLennart Poettering2009-10-311-7/+7
| | | | | | | 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: cover Headphone2 mixer elementLennart Poettering2009-10-311-2/+2
| | | | | | As seen on some drivers: https://bugzilla.redhat.com/show_bug.cgi?id=498612
* alsa: document alsa mixer path/profile sets a bit moreLennart Poettering2009-06-191-3/+15
|
* alsa: add copyright blobs and comments to all mixer paths/profile setsLennart Poettering2009-06-191-5/+10
|
* alsa: document default profile set a bit betterLennart Poettering2009-06-181-17/+39
|
* alsa: allow placing device id in alsa device strings at arbitrary positionsLennart Poettering2009-06-171-12/+12
|
* alsa: rework mixer logicLennart Poettering2009-06-171-0/+105
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.