]> code.delx.au - pulseaudio/history - src/modules/alsa/alsa-sink.c
sink, source: Assign to s->muted from only one place
[pulseaudio] / src / modules / alsa / alsa-sink.c
2014-05-02 Tanu Kaskinensink, source: Assign to s->muted from only one place
2014-03-14 Pete Beardmorealsa: Use card description in default sink/source prefi...
2013-11-29 Tanu Kaskinenidxset: Allow deep copying with pa_idxset_copy()
2013-10-09 Jan Alexander Stef... alsa: Fix crash when loading bare ALSA sink/source
2013-09-17 Arun Raghavanalsa: Allow sample spec override in mappings
2013-08-27 Tanu Kaskinensink, source: Fix error reporting style for rate updates
2013-07-09 Tanu KaskinenUse pa_(c)volume_snprint_verbose() everywhere
2013-07-04 poljar (Damir Jelić)Remove pa_bool_t and replace it with bool.
2013-06-24 poljar (Damir Jelić)Whitespace cleanup: Remove all multiple newlines
2013-06-24 poljar (Damir Jelić)Style fix: Remove new lines from opening brackets
2013-06-13 David Henningssonalsa: Fix "Scheduling delay of..." message
2013-03-25 Arun Raghavanalsa: Minor debug log addition
2013-03-20 David Henningssoncore, alsa: Better drain reporting
2013-02-15 Tanu Kaskinenidxset: Use pa_free_cb_t instead of pa_free2_cb_t
2013-02-05 David Henningssonalsa-sink/source: Better thread names
2012-12-19 Tanu KaskinenLog the reason for every suspend/resume.
2012-12-05 Arun Raghavanalsa: Try to support non-standard rates in alsa-sink...
2012-11-16 Tanu Kaskinensink: Process rewind requests also when suspended.
2012-11-07 Pierre-Louis Bossartalsa: get avail, delay, timestamps in a single kernel...
2012-10-22 David Henningssonalsa-sink/source: Warn for scheduling delays
2012-07-18 Feng Weialsa: Catch role matched streams to enable/disable...
2012-07-16 Arun Raghavanalsa: Add separate sinks/sources for UCM modifiers...
2012-07-16 Arun Raghavanalsa: Add a proplist to mappings
2012-07-16 Feng Weialsa: Integrate UCM basic functions
2012-07-06 Jarkko Nikulaalsa: Merge pa_alsa_setting_select with pa_alsa_path_select
2012-07-06 Jarkko Nikulaalsa: move pa_alsa_setting_select close to pa_alsa_path...
2012-07-06 Tanu Kaskinenalsa-mixer: Implement a new path option: "mute-during...
2012-06-29 Tanu Kaskinensink, source: Always create a hashmap for ports.
2012-05-31 Eero Nurkkalaalsa-sink: add missing header 'signal.h'
2012-04-11 David Henningssonalsa-sink/source: Make sure volumes are synchronised...
2012-04-04 David Henningssonalsa-sink/source: Really set volumes on port change
2012-03-28 Tanu Kaskinenalsa: Fix SND_MIXER_SCHN_LAST related stuff.
2012-03-11 David Henningssonalsa: Jack detection kcontrol implementation
2012-01-17 David Henningssonalsa: Fix log message "synchronous volume" -> "deferred...
2011-12-01 David Henningssonalsa: add card ports and path probe cache
2011-11-26 David HenningssonNotify port available status changes, and update protoc...
2011-11-14 Arun Raghavanalsa: Minor debug code cleanup
2011-11-03 Lars R. Damerowalsa: support fixed latency range in alsa modules
2011-10-17 Arun Raghavanalsa: Probe sink/source sample rates
2011-10-17 Arun Raghavanalsa: Remove unused variable
2011-10-17 Arun Raghavansink,source: Add the ability to disable alternat sample...
2011-10-17 Pierre-Louis Bossartalsa: support for alternate sampling rate
2011-10-17 Tanu Kaskinenalsa: New modarg "paths_dir" for module-alsa-card
2011-10-17 David HenningssonFix deferred volume not being applied if sink is closed
2011-10-08 Pierre-Louis Bossartalsa: reset watermark to initial values on resume
2011-10-04 Arun Raghavanalsa: Give compressed formats preference over PCM
2011-09-14 David Henningssonsink,source: Avoid crash by not updating volume on...
2011-09-13 Colin Guthrievolume: Rename 'sync volume' to 'deferred volume'.
2011-09-07 Colin Guthriealsa: Tidy up argument descriptions
2011-08-25 Maarten BosmansMore spelling fixes
2011-08-18 Arun Raghavanalsa: Fix bad function name
2011-08-17 Arun Raghavanalsa: Open iec958 device with NONAUDIO bit set in passt...
2011-08-17 Arun Raghavanalsa: Don't always suspend/unsuspend on sink-input...
2011-08-16 Arun Raghavanalsa: Set SET_FORMATS flag when appropriate
2011-08-15 Arun Raghavanalsa: Implement get/set_formats()
2011-08-11 Wang Xingchaoalsa: resets POLLOUT event
2011-08-11 Wang Xingchaoalsa: Update process_usec before going to sleep
2011-08-11 Maarten BosmansMove i18n.[ch] to src/pulsecore
2011-08-11 Colin Guthriealsa: Ensure that volumes are written to the h/w at...
2011-07-20 Colin Guthriealsa: No need to go via sink/source to get the core.
2011-07-20 Colin Guthriealsa-mixer: Detect and then drop pointless paths in...
2011-07-20 Colin Guthriealsa: Reinitialise the mixer on port change.
2011-07-20 Colin Guthriedevices: Set certain sink/source flags automatically.
2011-07-19 Colin Guthriedevices: Use wrapper functions to set the *_volume...
2011-06-28 Wu Fengguangalsa-sink: fix mmap_write() work_done
2011-06-22 Maarten BosmansRemove unnecessary #includes
2011-06-22 Juho Hämäläinenalsa-mixer: select nearest alsa volume step in sync...
2011-06-22 Colin Guthriealsa-sink: Some trivial tidyups
2011-05-15 Colin GuthrieMerge branch 'passthrough'
2011-05-02 Arun Raghavancore: Factor out passthrough checks into their own...
2011-05-02 Arun Raghavanalsa: Reconfigure sink sample rate for passthrough...
2011-05-02 Arun Raghavansink: Remove PASSTHROUGH flag
2011-04-04 Tanu Kaskinenalsa: Fix log output to inform about positive base...
2011-01-31 Colin GuthrieMerge remote branch 'mkbosmans/rate-adjustment'
2011-01-31 Lennart Poetteringratelimit: fix log levels of log suppression messages
2011-01-17 Colin GuthrieMerge commit 'e4979ab5cff84ef64c88bba3a1b6b4c5e02f7777'
2011-01-15 Jyri Sarhaalsa-sink: Don't assume we were able to enable hw-volum...
2011-01-15 Jyri Sarhaalsa-sink: Fix double use of string
2010-12-01 Juho Hämäläinenalsa-sink: take base volume into account when applying...
2010-11-19 Tanu Kaskinenalsa: Print dB values in addition to percentages in...
2010-10-16 Jyri Sarhadaemon-conf: Add sync volume parameters to daemon-conf
2010-10-16 Jyri Sarhaalsa: Take syncronized HW volume infra into use for...
2010-09-14 Colin Guthriealsa: Only set the 'first' flag to false when we actual...
2010-09-14 Colin Guthriealsa: Set the rewind safeguard proportionally to sample...
2010-09-09 Wim Taymansalsa: make defines for smoother configuration
2010-09-09 Wim Taymansalsa: work around slightly broken _delay implementations
2010-08-30 Tanu Kaskinenalsa-sink/source: Use the "namereg_fail" module argument.
2010-08-24 Tanu Kaskinenalsa-sink: Get rid of a compiler warning regarding...
2010-08-12 Pierre-Louis BossartAC3 passthrough support
2010-07-13 Pierre-Louis Bossartalsa: disable rewinds when using ALSA plugins
2010-07-13 Colin Guthriealsa: Fix assertion on mmap_write (triggered via a52...
2010-06-05 Colin GuthrieMerge remote branch 'tanuk2/fixes'
2010-05-10 Tanu Kaskinenalsa: Fix log output to inform about positive base...
2010-05-07 Pierre-Louis Bossartadd rewind-safeguard parameter
2010-05-07 Lennart Poetteringthread: name all threads so that the names appear in...
2010-02-23 Lennart Poetteringalsa: don't make use of tsched related variables when...
2010-02-22 Lennart Poetteringalsa: reset max_rewind/max_request while suspending
2010-02-09 Lennart Poetteringalsa: ignore volume changes from the hw if we are not...
2009-11-30 Colin GuthrieMerge remote branch 'tanuk/master'
2009-11-24 Daniel MackMerge branch 'master' of git://0pointer.de/pulseaudio
next