summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa
Commit message (Collapse)AuthorAgeFilesLines
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-131-1/+1
| | | | | | | | | | | | | | | The reference volume is to be used as reference volume for stored stream volumes. Previously if a new stream was created the relative volume was taken relatively to the virtual device volume. Due to the flat volume logic this could then be fed back to the virtual device volume. Repeating the whole story over and over would result in a device volume that would go lower, and lower and lower. This patch introduces a 'reference' volume for each sink which stays unmodified by stream volume changes even if flat volumes are used. It is only modified if the sink volumes are modified directly by the user. For further explanations see http://pulseaudio.org/wiki/InternalVolumes
* alsa: include the alsa mixer control that is used in the property listLennart Poettering2009-04-134-4/+7
|
* alsa: store mixer controls to use in profile dataLennart Poettering2009-04-134-19/+48
| | | | | This allows us to easily use different mixer controls for analog and spdif output.
* alsa: when passing emptry mixer control name, force sw volumeLennart Poettering2009-04-131-0/+5
|
* make sure we never overflow when calculating sleep timeLennart Poettering2009-04-132-4/+28
| | | | Issue pointed out by Jaroslav Kysela
* set fixed latencies at more places where appropriateLennart Poettering2009-04-102-8/+9
|
* alsa: when printing warning about bogus data from alsa include snd_pcm_dump()Lennart Poettering2009-04-104-6/+10
|
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-054-4/+28
|\
| * refuse to initialize on modem devicesLennart Poettering2009-04-044-0/+24
| |
| * various spelling fixesMaarten Bosmans2009-04-042-3/+3
| |
| * downgrade a few messagesLennart Poettering2009-04-031-1/+1
| |
* | Modify smoothing code to make cubic interpolation optional and allow 'quick ↵Lennart Poettering2009-04-052-9/+18
|/ | | | | | | | | | | | | | | fixups' on resuming The primary reason for this change is to allow time graphs that do not go through the origin and hence smoothing starting from the origin is not desired. This change will allow passing time data into the smoother while paused and then abruptly use that data without smoothing using the 'quick fixup' flag when resuming. Primary use case is allowing recording time graphs where the data recorded originates from a time before the stream was created. The resulting graft will be shifted and should not be smoothened to go through the origin.
* Specifying ALSA mixer controlKyle Cronan2009-03-316-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* don't enabled tsched on software ALSA devicesLennart Poettering2009-03-304-1/+26
|
* use u->use_tsched everywhereLennart Poettering2009-03-252-2/+2
|
* set latency range only in tsched modeLennart Poettering2009-03-252-19/+19
|
* introduce new flag that marks sinks/sources which can adjust the latency ↵Lennart Poettering2009-03-252-2/+2
| | | | dynamically
* set request/rewind sizes only via accessor functionsLennart Poettering2009-03-241-1/+1
|
* simplify latency range by not allowing stored 'wildcard' ranges anymoreLennart Poettering2009-03-242-2/+2
|
* don't try to unref reserve stuff if we don't use itLennart Poettering2009-03-201-1/+2
|
* fix channel mapping for a52 devices. Closes #508Lennart Poettering2009-03-201-3/+3
|
* various smaller cleanupsLennart Poettering2009-03-042-18/+7
|
* fix device reservation for system modeLennart Poettering2009-03-033-2/+9
|
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-039-9/+9
|
* Merge commit 'coling/master'Lennart Poettering2009-03-022-2/+2
|\
| * Don't assume that device reservation is enabled.Colin Guthrie2009-02-282-2/+2
| | | | | | | | | | | | | | In the case when the alsa 'device' is not a physical card, it wont have an index and thus the reservation name will be NULL and therefore we will not initialise the reservation system. Fixes #498
* | add logic for initializing a useful icon nameLennart Poettering2009-03-015-20/+11
| |
* | get additional device data from udevLennart Poettering2009-03-015-11/+46
|/
* when alsa tweaks our sample_spec make sure we adjust the watermark accordinglyLennart Poettering2009-02-272-4/+6
|
* when an underrun happens, increase watermark by 10ms instead of doubling itLennart Poettering2009-02-272-10/+39
|
* set reserve interface application device nameLennart Poettering2009-02-243-0/+35
|
* don't put both the card and the pcm name in the description of a device if ↵Lennart Poettering2009-02-241-3/+3
| | | | one contains the other
* implement device reservation schemeLennart Poettering2009-02-245-1/+204
|
* in case alsa lies to use don't spin foreverLennart Poettering2009-02-242-0/+37
|
* if ALSA gives us nonsensical data at least try to fix it up a littleLennart Poettering2009-02-241-4/+15
|
* use pa_alsa_safe_delay() where appropriateLennart Poettering2009-02-232-2/+2
|
* print driver name when we encounter driver bugsLennart Poettering2009-02-233-18/+38
|
* add new wrapper pa_alsa_safe_delay() around snd_pcm_delay()Lennart Poettering2009-02-232-0/+38
|
* add new function pa_alsa_get_driver_name_by_pcm()Lennart Poettering2009-02-232-0/+17
|
* initialize selem indexLennart Poettering2009-02-221-1/+2
|
* prefer profiles that match the default channel mapLennart Poettering2009-02-211-5/+26
|
* print warnings about driver bugs at most onceLennart Poettering2009-02-213-22/+36
|
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-212-0/+2
|
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-02-201-4/+8
|\
| * alsa-util: check if mixer_poll_descriptors_count() < 0Marc-André Lureau2009-02-191-2/+6
| |
| * alsa-util: make sure we check an initialized cn variableMarc-André Lureau2009-02-191-2/+2
| |
* | big alsa module rework to make things more robust to broken sound drivers ↵Lennart Poettering2009-02-204-275/+393
| | | | | | | | and make it easier to debug them
* | Make sure we actually call _() for translating profile namesLennart Poettering2009-02-201-4/+6
| |
* | make profile names translatableLennart Poettering2009-02-204-28/+31
|/
* split out mixer setup into seperate functions to make things more readableLennart Poettering2009-02-192-163/+177
|