| Commit message (Expand) | Author | Age | Files | Lines |
* | try to bypass alsa softvol, since it is broken when used with snd_pcm_rewind() | Lennart Poettering | 2008-07-16 | 1 | -1/+2 |
* | make user of pa_channel_map_init_extend() wherever it makes sense | Lennart Poettering | 2008-06-18 | 1 | -20/+2 |
* | get rid of svn $ keywords | Lennart Poettering | 2008-06-18 | 1 | -2/+0 |
* | merge glitch-free branch back into trunk | Lennart Poettering | 2008-05-15 | 1 | -24/+363 |
* | deal with a possibly failing pa_channel_map_init_auto() correctly | Lennart Poettering | 2008-02-13 | 1 | -1/+3 |
* | Rework ALSA mixer channel detection code. This time we actually care about th... | Lennart Poettering | 2007-11-13 | 1 | -4/+128 |
* | Completely rework ALSA device selection code: choose the device to open depen... | Lennart Poettering | 2007-11-13 | 1 | -18/+234 |
* | add support for 32bit integer samples | Lennart Poettering | 2007-11-09 | 1 | -3/+11 |
* | merge 'lennart' branch back into trunk. | Lennart Poettering | 2007-10-28 | 1 | -94/+108 |
* | Add copyright notices to all relevant files. (based on svn log) | Pierre Ossman | 2007-02-13 | 1 | -0/+3 |
* | Huge trailing whitespace cleanup. Let's keep the tree pure from here on, | Pierre Ossman | 2007-01-04 | 1 | -14/+14 |
* | remove all occurences of | Lennart Poettering | 2006-08-18 | 1 | -11/+11 |
* | fix bad memory access and a leak when detructing ALSA fd lists | Lennart Poettering | 2006-08-11 | 1 | -2/+1 |
* | change order of the ALSA event dispatch code to make sure that the code survi... | Lennart Poettering | 2006-08-11 | 1 | -2/+2 |
* | big s/polyp/pulse/g | Lennart Poettering | 2006-06-19 | 1 | -7/+7 |
* | * make hw param settings easier to debug by splitting up long if | Lennart Poettering | 2006-06-17 | 1 | -6/+18 |
* | if S16NE is not supported, fall back to S16RE. If FLOAT32NE is not supported,... | Lennart Poettering | 2006-06-16 | 1 | -14/+70 |
* | decrease maximum allowed sample frequency for ALSA devices to 5%, since 48000... | Lennart Poettering | 2006-05-31 | 1 | -1/+1 |
* | downgrade a log message | Lennart Poettering | 2006-05-30 | 1 | -1/+1 |
* | * alsa-sink: if "PCM" is not found as mixer track name, fallback to "Master" | Lennart Poettering | 2006-05-30 | 1 | -6/+17 |
* | * if an ALSA device doesn't support the channel count requested, use what ALS... | Lennart Poettering | 2006-05-30 | 1 | -3/+14 |
* | Move xmalloc to the public side (libpolyp). | Pierre Ossman | 2006-05-17 | 1 | -1/+2 |
* | * modify pa_channel_map_init_auto() to take an extra argument specifying the ... | Lennart Poettering | 2006-05-16 | 1 | -44/+0 |
* | first set buffer size, and afterwards period size | Lennart Poettering | 2006-05-13 | 1 | -1/+1 |
* | use default alsa channel map for alsa devices | Lennart Poettering | 2006-05-13 | 1 | -0/+44 |
* | Zero the fd list since we do a memcmp on it later. | Pierre Ossman | 2006-04-28 | 1 | -1/+1 |
* | fix a couple of issues I found when compiling polypaudio with gcc 2.95 | Lennart Poettering | 2006-04-18 | 1 | -2/+2 |
* | Fix ALSA fd handling to be compatible with blocking deferred events. | Pierre Ossman | 2006-04-16 | 1 | -2/+4 |
* | It's safer to set buffer size than to try setting number of periods. | Pierre Ossman | 2006-03-05 | 1 | -1/+3 |
* | Return the proper error code so that we get a correct error message. | Pierre Ossman | 2006-03-05 | 1 | -12/+12 |
* | Get notifications about mixer changes from ALSA. | Pierre Ossman | 2006-02-26 | 1 | -7/+37 |
* | Handle ALSA file descriptors more correctly. This means a bit more overhead, | Pierre Ossman | 2006-02-26 | 1 | -43/+182 |
* | Hardware volume support in ALSA modules. | Pierre Ossman | 2006-02-26 | 1 | -0/+39 |
* | change pa_log() and friends to not require a trailing \n on all logged strings | Lennart Poettering | 2006-02-23 | 1 | -1/+1 |
* | fix snd_pcm_hw_params_set_rate_near() usage | Lennart Poettering | 2006-02-20 | 1 | -1/+6 |
* | move alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch] to the modules director... | Lennart Poettering | 2006-02-16 | 1 | -0/+125 |