summaryrefslogtreecommitdiff
path: root/src/modules/module-lirc.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-15volume: Clamp volume to PA_VOLUME_MAXArun Raghavan1-3/+3
2009-11-05lirc,mmkvd: added module parameters volume_limit, volume_stepVladimir Kokarev1-5/+21
2009-08-19lirc: replace manual code by pa_cvolume_{inc|dec}()Lennart Poettering1-18/+4
2009-08-19sink: volume handling rework, new flat volume logicLennart Poettering1-1/+1
2009-08-19udev: allow passing of ignore_dB= parameter to alsa modulesLennart Poettering1-2/+2
2009-06-17alsa: rework mixer logicLennart Poettering1-6/+6
2009-04-13core: introduce new 'reference' volume for sinksLennart Poettering1-3/+3
2009-04-13lirc: fix logic behind mute buttonsLennart Poettering1-2/+2
2009-04-13mmkbd,lirc: make use of pa_assert_not_reached()Lennart Poettering1-1/+1
2009-04-13lirc, mmkbd: extend controllable volume range to PA_VOLUME_MAXLennart Poettering1-5/+5
2009-04-13lirc: drop lirc_in_use, it's made redundant by PA_MODULE_LOAD_ONCELennart Poettering1-11/+0
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-01-27move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering1-2/+2
2009-01-15kill autoload stuff as plannedLennart Poettering1-1/+1
2008-08-13pass force_refresh=FALSE to all volume/mute read invocationsLennart Poettering1-2/+2
2008-08-09don't use PA_GCC_UNUSED anymoreLennart Poettering1-1/+1
2008-08-05fix shutdown when --disallow-module-loading=1 is passedLennart Poettering1-1/+1
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2007-11-09tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering1-4/+5
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-24/+26
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+2
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-21/+21
2006-08-18remove all occurences of Lennart Poettering1-10/+10
2006-06-19big s/polyp/pulse/gLennart Poettering1-11/+11
2006-05-17modify lirc module to use pa_sink_mute() for muting and unmutingLennart Poettering1-23/+35
2006-05-17Move xmalloc to the public side (libpolyp).Pierre Ossman1-1/+2
2006-02-23change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering1-10/+10
2006-02-16Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman1-0/+241