summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa/mixer/profile-sets
Commit message (Collapse)AuthorAgeFilesLines
* alsa-mixer: Whoops, forgot to git-add this in a previous.Colin Guthrie2011-06-261-0/+35
|
* alsa-mixer: Add UAC1.0 Sennheiser Dongle to the usb-headset profile.Colin Guthrie2011-06-261-0/+2
| | | | Reported by Sean McNamara
* alsa-mixer: Add an mixer profile exception for a BT Agile handsetColin Guthrie2011-06-251-0/+4
|
* alsa-mixer: Add workaround for some USB headsetsDavid Henningsson2011-06-251-0/+3
| | | | | | | | | This is a workaround - these usb headsets have one output volume control only, labeled "Speaker". This causes the default profile set to not control the volume at all, which is a bug. Workaround that by creating a separate profile set. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
* 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: Add two more ALSA audio card profilesDaniel Mack2011-03-183-0/+225
| | | | | This adds profiles for Native Instruments recently announced "Trator Audio 6" and "Traktor Audio 10".
* 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>
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-311-20/+0
|
* build-sys: Replace dummy Makefiles with proper Makefile.am'sColin Guthrie2010-12-052-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | This is needed to better support out of tree builds (including distcheck) and to ensure the necessary folders are created in the build tree on configure and also works around an intl-tools bug (https://bugs.launchpad.net/intltool/+bug/605826) The Makefile.am's used are minimal (and in some cases completely blank). At present they do not include anything interesting with the majority of the real work still done by the monolitic src/Makefile.am It may make sense to start splitting out src/Makefile.am into smaller chunks but this commit makes the minimum changes to address the issues that result from using make distcheck and other out of tree builds. Note: This 'breaks' the ability to type make in e.g. the src/modules folder and have all of PA rebuilt accordingly (this is because the static Makefiles previously present just did a "make -C ..") which was purportedly for use in emacs. But I'm sure there will be a better and more robust way to configure emacs to do your builds properly if this behaviour is still desirable.
* alsa-mixer: add profile for Native Instruments KorecontrollerDaniel Mack2010-10-162-0/+86
|
* alsa-mixer: add profile for Traktor Kontrol S4Daniel Mack2010-09-122-0/+82
| | | | | This new audio interface from Native Instruments has 2 stereo channels for both input and output direction. This patch adds mappings for them.
* 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: add profile set for M-Audio FastTrack Pro USBDavid Kågedal2010-01-052-0/+86
|
* 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
* build-sys: add a couple of stub MakefilesLennart Poettering2009-07-231-0/+1
|
* 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-194-5/+30
|
* alsa: move udev rules file behind the other sound related rulesLennart Poettering2009-06-181-0/+0
|
* alsa: document default profile set a bit betterLennart Poettering2009-06-181-17/+39
|
* alsa: add profile set for Native Instruments 4 DJLennart Poettering2009-06-182-0/+90
|
* alsa: add profile set for Native Instruments Audio 8 DJ sound cardLennart Poettering2009-06-182-0/+169
|
* 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.