Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | alsa: synthesize volume values more sensibly for channels that are not ↵ | Lennart Poettering | 2009-06-19 | 1 | -3/+21 |
| | | | | controllable in hw | ||||
* | alsa: document alsa mixer path/profile sets a bit more | Lennart Poettering | 2009-06-19 | 2 | -3/+23 |
| | |||||
* | alsa: add copyright blobs and comments to all mixer paths/profile sets | Lennart Poettering | 2009-06-19 | 19 | -62/+430 |
| | |||||
* | alsa: move udev rules file behind the other sound related rules | Lennart Poettering | 2009-06-18 | 2 | -2/+2 |
| | |||||
* | alsa: move mixer config files to subdir in /usr/share | Lennart Poettering | 2009-06-18 | 1 | -2/+2 |
| | |||||
* | alsa: document default profile set a bit better | Lennart Poettering | 2009-06-18 | 1 | -17/+39 |
| | |||||
* | alsa: add profile set for Native Instruments 4 DJ | Lennart Poettering | 2009-06-18 | 3 | -0/+92 |
| | |||||
* | alsa: unify alsa log handling and snd_config_update_free_global() handling ↵ | Lennart Poettering | 2009-06-18 | 7 | -20/+13 |
| | | | | in one place | ||||
* | alsa: merge mic boost into volume slider | Lennart Poettering | 2009-06-18 | 1 | -0/+2 |
| | |||||
* | alsa,core: include mapping name in description strings | Lennart Poettering | 2009-06-18 | 2 | -24/+32 |
| | |||||
* | alsa: add profile set for Native Instruments Audio 8 DJ sound card | Lennart Poettering | 2009-06-18 | 3 | -1/+177 |
| | |||||
* | alsa: properly count mappings of manually defined profiles | Lennart Poettering | 2009-06-18 | 1 | -0/+6 |
| | |||||
* | alsa: fix duplicate mapping detection | Lennart Poettering | 2009-06-18 | 1 | -2/+2 |
| | |||||
* | alsa: when creating alsa sinks/sources include mapping name in device name ↵ | Lennart Poettering | 2009-06-18 | 2 | -6/+14 |
| | | | | to allow profiles mit multiple sinks or multiple sources | ||||
* | device-restore: properly check save_muted flag when storing muted state | Lennart Poettering | 2009-06-18 | 1 | -1/+1 |
| | |||||
* | core: be a bit more verbose when registering a sink/source fails | Lennart Poettering | 2009-06-18 | 2 | -0/+2 |
| | |||||
* | card,stream-restore: minor cleanups | Lennart Poettering | 2009-06-18 | 2 | -12/+6 |
| | |||||
* | device-restore: save last used port in database | Lennart Poettering | 2009-06-18 | 1 | -31/+171 |
| | |||||
* | card-restore: we don't need to save card data that came from the database | Lennart Poettering | 2009-06-18 | 1 | -1/+2 |
| | |||||
* | stream-restore: e don't need to save stream data that came from the database | Lennart Poettering | 2009-06-18 | 1 | -6/+6 |
| | |||||
* | pactl: show list of supported ports | Lennart Poettering | 2009-06-17 | 1 | -0/+24 |
| | |||||
* | native-protocol: allow enumerating ports | Lennart Poettering | 2009-06-17 | 3 | -13/+156 |
| | |||||
* | raop: move all raop files to subdir | Lennart Poettering | 2009-06-17 | 3 | -4/+4 |
| | |||||
* | pactl: implement pactl set-{sink|source}-port | Lennart Poettering | 2009-06-17 | 1 | -5/+52 |
| | |||||
* | libpulse: implement client side for sink/source port selection commands | Lennart Poettering | 2009-06-17 | 3 | -0/+116 |
| | |||||
* | native: implement command to change sink/source port | Lennart Poettering | 2009-06-17 | 2 | -2/+69 |
| | |||||
* | bluetooth: return sensible error code in set_profile() | Lennart Poettering | 2009-06-17 | 2 | -3/+4 |
| | |||||
* | alsa: allow placing device id in alsa device strings at arbitrary positions | Lennart Poettering | 2009-06-17 | 4 | -22/+22 |
| | |||||
* | alsa: rework mixer logic | Lennart Poettering | 2009-06-17 | 54 | -1676/+7011 |
| | | | | | | | | | | | | 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. | ||||
* | pdispatch: fix s/recieve/receive/ typos | Lennart Poettering | 2009-06-17 | 1 | -2/+2 |
| | |||||
* | pstream: fix s/recieve/receive/ typos | Lennart Poettering | 2009-06-17 | 1 | -4/+4 |
| | |||||
* | gdbm: set default block size to 1K | Lennart Poettering | 2009-06-17 | 1 | -2/+5 |
| | |||||
* | card: get rid of description field which is unused | Lennart Poettering | 2009-06-17 | 1 | -2/+1 |
| | |||||
* | card: make sure to always hand failure code back in some calls | Lennart Poettering | 2009-06-17 | 1 | -10/+19 |
| | |||||
* | card: some modernizations | Lennart Poettering | 2009-06-17 | 2 | -10/+8 |
| | |||||
* | rtp: fix s/recieve/receive/ typo | Lennart Poettering | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | core-util: implement pa_maybe_prefix_path() | Lennart Poettering | 2009-06-17 | 2 | -0/+11 |
| | |||||
* | core-util: implement pa_split_spaces_strv() | Lennart Poettering | 2009-06-17 | 2 | -0/+26 |
| | |||||
* | core-util: implement pa_xstrfreev() | Lennart Poettering | 2009-06-17 | 2 | -0/+18 |
| | |||||
* | conf-parse: implement .include directive | Lennart Poettering | 2009-06-17 | 1 | -7/+43 |
| | |||||
* | volume,channelmap: reimplement a couple of calls based on channel masks | Lennart Poettering | 2009-06-17 | 2 | -121/+24 |
| | |||||
* | channelmap: define a couple of standard channel masks | Lennart Poettering | 2009-06-17 | 1 | -0/+59 |
| | |||||
* | malloc: implement pa_xrenew() | Lennart Poettering | 2009-06-17 | 1 | -1/+12 |
| | |||||
* | channelmap: make sure a mask is generated is 64 bit int | Lennart Poettering | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | version: fix prefix in PA_CHECK_VERSION macro | Lennart Poettering | 2009-06-17 | 1 | -2/+2 |
| | |||||
* | channelmap: implement pa_channel_position_from_string() | Lennart Poettering | 2009-06-17 | 3 | -22/+30 |
| | |||||
* | volume: implement functions for multiplicating a cvolume with a scalar | Lennart Poettering | 2009-06-17 | 3 | -3/+47 |
| | |||||
* | hashmap: implement pa_hashmap_last() | Lennart Poettering | 2009-06-17 | 2 | -0/+12 |
| | |||||
* | hashmap: implement api to iterate a hashmap backwards | Lennart Poettering | 2009-06-17 | 2 | -1/+42 |
| | |||||
* | idxset: implement pa_idxset_copy() | Lennart Poettering | 2009-06-17 | 2 | -0/+17 |
| |