summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa/module-alsa-source.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* remove leftover defineLennart Poettering2009-01-211-2/+0
|
* add an API to create arbitrary alsa sinks/sources dynamically without having ↵Lennart Poettering2009-01-211-1360/+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-7/+5
| | | | 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/+1491