Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | alsa: properly convert return values of snd_strerror() to utf8 | Lennart Poettering | 2009-04-19 | 1 | -12/+12 |
| | |||||
* | alsa: include the alsa mixer control that is used in the property list | Lennart Poettering | 2009-04-13 | 1 | -1/+1 |
| | |||||
* | alsa: store mixer controls to use in profile data | Lennart Poettering | 2009-04-13 | 1 | -1/+1 |
| | | | | | This allows us to easily use different mixer controls for analog and spdif output. | ||||
* | make sure we never overflow when calculating sleep time | Lennart Poettering | 2009-04-13 | 1 | -2/+14 |
| | | | | Issue pointed out by Jaroslav Kysela | ||||
* | set fixed latencies at more places where appropriate | Lennart Poettering | 2009-04-10 | 1 | -3/+4 |
| | |||||
* | alsa: when printing warning about bogus data from alsa include snd_pcm_dump() | Lennart Poettering | 2009-04-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio | Lennart Poettering | 2009-04-05 | 1 | -0/+5 |
|\ | |||||
| * | refuse to initialize on modem devices | Lennart Poettering | 2009-04-04 | 1 | -0/+5 |
| | | |||||
* | | Modify smoothing code to make cubic interpolation optional and allow 'quick ↵ | Lennart Poettering | 2009-04-05 | 1 | -3/+9 |
|/ | | | | | | | | | | | | | | | 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 control | Kyle Cronan | 2009-03-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 devices | Lennart Poettering | 2009-03-30 | 1 | -0/+5 |
| | |||||
* | use u->use_tsched everywhere | Lennart Poettering | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | set latency range only in tsched mode | Lennart Poettering | 2009-03-25 | 1 | -9/+8 |
| | |||||
* | introduce new flag that marks sinks/sources which can adjust the latency ↵ | Lennart Poettering | 2009-03-25 | 1 | -1/+1 |
| | | | | dynamically | ||||
* | simplify latency range by not allowing stored 'wildcard' ranges anymore | Lennart Poettering | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | various smaller cleanups | Lennart Poettering | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | fix device reservation for system mode | Lennart Poettering | 2009-03-03 | 1 | -0/+3 |
| | |||||
* | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | Merge commit 'coling/master' | Lennart Poettering | 2009-03-02 | 1 | -1/+1 |
|\ | |||||
| * | Don't assume that device reservation is enabled. | Colin Guthrie | 2009-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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 name | Lennart Poettering | 2009-03-01 | 1 | -1/+1 |
| | | |||||
* | | get additional device data from udev | Lennart Poettering | 2009-03-01 | 1 | -0/+2 |
|/ | |||||
* | when alsa tweaks our sample_spec make sure we adjust the watermark accordingly | Lennart Poettering | 2009-02-27 | 1 | -2/+3 |
| | |||||
* | when an underrun happens, increase watermark by 10ms instead of doubling it | Lennart Poettering | 2009-02-27 | 1 | -3/+18 |
| | |||||
* | set reserve interface application device name | Lennart Poettering | 2009-02-24 | 1 | -0/+15 |
| | |||||
* | implement device reservation scheme | Lennart Poettering | 2009-02-24 | 1 | -0/+81 |
| | |||||
* | in case alsa lies to use don't spin forever | Lennart Poettering | 2009-02-24 | 1 | -0/+18 |
| | |||||
* | use pa_alsa_safe_delay() where appropriate | Lennart Poettering | 2009-02-23 | 1 | -1/+1 |
| | |||||
* | print driver name when we encounter driver bugs | Lennart Poettering | 2009-02-23 | 1 | -6/+12 |
| | |||||
* | print warnings about driver bugs at most once | Lennart Poettering | 2009-02-21 | 1 | -8/+12 |
| | |||||
* | introduce default channel map in addition to the default sample spec | Lennart Poettering | 2009-02-21 | 1 | -0/+1 |
| | |||||
* | big alsa module rework to make things more robust to broken sound drivers ↵ | Lennart Poettering | 2009-02-20 | 1 | -120/+181 |
| | | | | and make it easier to debug them | ||||
* | make profile names translatable | Lennart Poettering | 2009-02-20 | 1 | -6/+7 |
| | |||||
* | split out mixer setup into seperate functions to make things more readable | Lennart Poettering | 2009-02-19 | 1 | -81/+89 |
| | |||||
* | simplify pa_alsa_init_proplist_pcm() a bit and include resolution bits in ↵ | Lennart Poettering | 2009-02-18 | 1 | -9/+1 |
| | | | | alsa device props | ||||
* | unify ALSA mixer initialization | Lennart Poettering | 2009-02-14 | 1 | -37/+1 |
| | |||||
* | rate limit underrun messages | Lennart Poettering | 2009-02-04 | 1 | -1/+2 |
| | |||||
* | fix two typos | Lennart Poettering | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | print the right software volume | Lennart Poettering | 2009-01-28 | 1 | -2/+2 |
| | |||||
* | add new paramter ignore_dB= to alsa modules | Lennart Poettering | 2009-01-27 | 1 | -3/+8 |
| | |||||
* | move flat volume logic into the core. while doing so add n_volume_steps ↵ | Lennart Poettering | 2009-01-27 | 1 | -25/+18 |
| | | | | field to sinks/sources | ||||
* | include a few HAL properties in our card/sink/source properties for ALSA devices | Lennart Poettering | 2009-01-24 | 1 | -1/+1 |
| | |||||
* | use pa_log_ratelimit() at a few places | Lennart Poettering | 2009-01-24 | 1 | -3/+3 |
| | |||||
* | include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut up | Lennart Poettering | 2009-01-22 | 1 | -0/+1 |
| | |||||
* | rework logic how alsa sinks/sources/cards are named | Lennart Poettering | 2009-01-22 | 1 | -16/+27 |
| | |||||
* | mark a few more ALSA dB values as 'valid' for valgrind | Lennart Poettering | 2009-01-22 | 1 | -0/+8 |
| | |||||
* | make implementation of module-alsa-card complete | Lennart Poettering | 2009-01-21 | 1 | -6/+10 |
| | |||||
* | fill in dev_id properly | Lennart Poettering | 2009-01-21 | 1 | -1/+6 |
| | |||||
* | add an API to create arbitrary alsa sinks/sources dynamically without having ↵ | Lennart Poettering | 2009-01-21 | 1 | -0/+1450 |
to load/unload modules |