summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa/module-alsa-card.c
Commit message (Collapse)AuthorAgeFilesLines
* alsa-card: Print the profile set configuration when loading the card.Tanu Kaskinen2011-03-111-0/+1
|
* alsa-mixer: Add DecibelFix section to the profile set config file format.Tanu Kaskinen2011-03-111-0/+8
| | | | | This commit only implements the parser, the decibel fix data is not yet used for anything.
* alsa-card: Add a new modarg "profile_set" for giving the card a custom ↵Tanu Kaskinen2011-02-251-1/+8
| | | | profile set configuration file.
* alsa: Take syncronized HW volume infra into use for alsa-sinkJyri Sarha2010-10-161-1/+3
| | | | | | Signed-off-by: Jyri Sarha <jyri.sarha@nokia.com> Reviewed-by: Tanu Kaskinen <tanu.kaskinen@digia.com> Reviewd-by: Colin Guthrie <cguthrie@mandriva.org>
* module-alsa-card: New argument: namereg_fail.Tanu Kaskinen2010-08-241-0/+15
| | | | | | This is added so that module-udev-detect can load multiple module-alsa-card instances with the same card name - forcing namereg_fail to false allows the name registry to mangle the card names to be unique.
* alsa: when probing for profiles configure buffer/period sizes since some ↵Lennart Poettering2009-09-091-1/+1
| | | | broken drivers apparently need that
* alsa: unify alsa log handling and snd_config_update_free_global() handling ↵Lennart Poettering2009-06-181-4/+2
| | | | in one place
* alsa: rework mixer logicLennart Poettering2009-06-171-115/+146
| | | | | | | | | | | | 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.
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-281-3/+15
|
* alsa: fix wording, we are speaking of card profiles, not output profilesLennart Poettering2009-05-261-1/+1
|
* alsa: properly convert return values of snd_strerror() to utf8Lennart Poettering2009-04-191-1/+1
|
* don't try to unref reserve stuff if we don't use itLennart Poettering2009-03-201-1/+2
|
* fix device reservation for system modeLennart Poettering2009-03-031-2/+3
|
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
|
* add logic for initializing a useful icon nameLennart Poettering2009-03-011-1/+1
|
* get additional device data from udevLennart Poettering2009-03-011-0/+1
|
* set reserve interface application device nameLennart Poettering2009-02-241-0/+5
|
* implement device reservation schemeLennart Poettering2009-02-241-1/+15
|
* prefer profiles that match the default channel mapLennart Poettering2009-02-211-5/+26
|
* Make sure we actually call _() for translating profile namesLennart Poettering2009-02-201-4/+6
|
* when changing volume, store whether it is worth remembering or noLennart Poettering2009-01-271-2/+2
|
* add new paramter ignore_dB= to alsa modulesLennart Poettering2009-01-271-1/+3
|
* include a few HAL properties in our card/sink/source properties for ALSA devicesLennart Poettering2009-01-241-1/+1
|
* make module-alsa-card move streams between the old and new sink/source, ↵Lennart Poettering2009-01-231-2/+29
| | | | allowing 'hot' switching between profiles
* rework logic how alsa sinks/sources/cards are namedLennart Poettering2009-01-221-2/+34
|
* make implementation of module-alsa-card completeLennart Poettering2009-01-211-12/+94
|
* add priority logic to find best default profileLennart Poettering2009-01-201-0/+1
|
* always add 'disabled' profileLennart Poettering2009-01-201-1/+20
|
* fix profile names to include input/output specifierLennart Poettering2009-01-201-2/+3
|
* actually create pa_card object in module-alsa-cardLennart Poettering2009-01-171-7/+147
|
* add card profile proberLennart Poettering2009-01-161-0/+56