summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa-util.c
Commit message (Expand)AuthorAgeFilesLines
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-94/+108
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-14/+14
* remove all occurences of Lennart Poettering2006-08-181-11/+11
* fix bad memory access and a leak when detructing ALSA fd listsLennart Poettering2006-08-111-2/+1
* change order of the ALSA event dispatch code to make sure that the code survi...Lennart Poettering2006-08-111-2/+2
* big s/polyp/pulse/gLennart Poettering2006-06-191-7/+7
* * make hw param settings easier to debug by splitting up long ifLennart Poettering2006-06-171-6/+18
* if S16NE is not supported, fall back to S16RE. If FLOAT32NE is not supported,...Lennart Poettering2006-06-161-14/+70
* decrease maximum allowed sample frequency for ALSA devices to 5%, since 48000...Lennart Poettering2006-05-311-1/+1
* downgrade a log messageLennart Poettering2006-05-301-1/+1
* * alsa-sink: if "PCM" is not found as mixer track name, fallback to "Master"Lennart Poettering2006-05-301-6/+17
* * if an ALSA device doesn't support the channel count requested, use what ALS...Lennart Poettering2006-05-301-3/+14
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-161-44/+0
* first set buffer size, and afterwards period sizeLennart Poettering2006-05-131-1/+1
* use default alsa channel map for alsa devicesLennart Poettering2006-05-131-0/+44
* Zero the fd list since we do a memcmp on it later.Pierre Ossman2006-04-281-1/+1
* fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering2006-04-181-2/+2
* Fix ALSA fd handling to be compatible with blocking deferred events.Pierre Ossman2006-04-161-2/+4
* It's safer to set buffer size than to try setting number of periods.Pierre Ossman2006-03-051-1/+3
* Return the proper error code so that we get a correct error message.Pierre Ossman2006-03-051-12/+12
* Get notifications about mixer changes from ALSA.Pierre Ossman2006-02-261-7/+37
* Handle ALSA file descriptors more correctly. This means a bit more overhead,Pierre Ossman2006-02-261-43/+182
* Hardware volume support in ALSA modules.Pierre Ossman2006-02-261-0/+39
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-1/+1
* fix snd_pcm_hw_params_set_rate_near() usageLennart Poettering2006-02-201-1/+6
* move alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch] to the modules director...Lennart Poettering2006-02-161-0/+125