summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa/module-alsa-sink.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary #includesMaarten Bosmans2011-06-221-1/+0
|
* Update PA_MODULE_USAGE to be in line with actual implementationMaarten Bosmans2011-03-181-1/+3
|
* alsa: Take syncronized HW volume infra into use for alsa-sinkJyri Sarha2010-10-161-2/+8
| | | | | | Signed-off-by: Jyri Sarha <jyri.sarha@nokia.com> Reviewed-by: Tanu Kaskinen <tanu.kaskinen@digia.com> Reviewd-by: Colin Guthrie <cguthrie@mandriva.org>
* add rewind-safeguard parameterPierre-Louis Bossart2010-05-081-1/+3
| | | | | | | | | | Rewinding the ring buffer completely causes audible issues with DMAs. Previous solution didn't work with tsched=0, and used tsched_watermark for guardband, which isn't linked to hardware and could become really high if underflows occurred. Added separate parameter that can be tuned to hardware limitations and size of DMA bursts.
* alsa: unify alsa log handling and snd_config_update_free_global() handling ↵Lennart Poettering2009-06-181-4/+2
| | | | in one place
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-281-0/+2
|
* Specifying ALSA mixer controlKyle Cronan2009-03-311-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | On Fri, Mar 27, 2009 at 7:21 AM, Lennart Poettering <lennart@poettering.net> wrote: >> I tried installing the latest git sources on my Ubuntu Jaunty box but >> it just broke sound in all my applications.  For my own purposes, I'm >> going to need to start with the Ubuntu-patched 0.9.14.  However, if >> you are willing to accept this patch I will forward port it so that it >> applies to the latest sources.  It's a completely harmless change, so >> why not apply it? > > Yes, I am happy to apply it. Could you please update it for current git? > Great. An updated patch is attached. For symmetry, I added this option to the alsa source module as well. The Ubuntu folks have customized pulse so much that it is difficult for me to get this version working on my system. For this patch I have only made sure that it compiles. But it does pretty much the same thing as the one for 0.9.14, which is working great for me. Thanks, Kyle
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
|
* add new paramter ignore_dB= to alsa modulesLennart Poettering2009-01-271-1/+3
|
* rework logic how alsa sinks/sources/cards are namedLennart Poettering2009-01-221-0/+2
|
* make implementation of module-alsa-card completeLennart Poettering2009-01-211-1/+1
|
* add an API to create arbitrary alsa sinks/sources dynamically without having ↵Lennart Poettering2009-01-211-1569/+9
| | | | to load/unload modules
* add new call pa_alsa_open_by_device_id_profile()Lennart Poettering2009-01-201-9/+9
|
* Split up pa_alsa_init_proplist into two seperate functions for the card and ↵Lennart Poettering2009-01-171-8/+6
| | | | snd_pcm_t specific parts
* remvoe a bit of duplicate codeLennart Poettering2009-01-161-1/+1
|
* Add SPDIF/HDMI ALSA devices and device descriptions to device search tableLennart Poettering2009-01-151-1/+10
|
* move alsa and oss modules into their own subdirectoriesLennart Poettering2009-01-151-0/+1674