summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /export/git/alsa/alsa-lib/Takashi Iwai2009-04-232-4/+14
|\
| * pcm: more better documentation for snd_pcm_poll_descriptorsJaroslav Kysela2009-04-211-4/+10
| * pcm_hw plugin: show appl_ptr and hw_ptr in dump() callbackJaroslav Kysela2009-04-091-0/+2
| * pcm_hw plugin: preserve monotonic flag also after snd_pcm_hw_params() callJaroslav Kysela2009-04-081-0/+2
* | Add route_policy copy to HDA-Intel.conf for captureTakashi Iwai2009-03-231-0/+2
|/
* Change "%b" to represent bits instead of bytes in PCM file pluginPavel Hofman2009-03-031-2/+2
* Fix typos in ALSA Lib documentationPatricio Paez2009-02-232-24/+24
* Merge branch 'master' of git@git.alsa-project.org:alsa-libTakashi Iwai2009-02-171-10/+3
|\
| * oxygen: remove softvol pluginClemens Ladisch2009-02-171-10/+3
* | Change numid properly with external ctl pluginsTakashi Iwai2009-02-171-3/+15
|/
* Add hint.device = 0 to pcm.default of HDA-Intel.confTakashi Iwai2009-02-131-0/+1
* fix pcm_set_params() documentationClemens Ladisch2009-02-111-1/+1
* Fix misc compile warningsTakashi Iwai2009-02-021-0/+2
* Fix handling of revents in snd_pcm_poll_descriptors_revents()Takashi Iwai2009-02-021-23/+19
* PCM parameters in file pluginPavel Hofman2009-01-291-47/+219
* Remove own "default" PCM config from GUS.confTakashi Iwai2009-01-281-54/+0
* Fix plug conversion with mmap emulationTakashi Iwai2009-01-271-8/+25
* Fix GUS.conf to be usableKrzysztof Helt2009-01-271-7/+14
* Fix build with softfloat optionTakashi Iwai2009-01-211-0/+7
* add softvol for CMI8788Clemens Ladisch2009-01-191-3/+10
* Don't accept an empty string for $ALSA_CONFIG_PATHTakashi Iwai2008-12-101-1/+1
* Fix softvol access refineTakashi Iwai2008-12-041-4/+52
* Fix snd-pcsp default configurationTakashi Iwai2008-11-261-8/+8
* Mark static tables as constant when possible.Diego E. 'Flameeyes' Pettenò2008-11-219-20/+20
* Make string arrays as constant as possible.Diego E. 'Flameeyes' Pettenò2008-11-214-25/+25
* Make all the remaining ops structure constants.Diego E. 'Flameeyes' Pettenò2008-11-218-12/+12
* Make all the PCM plugins ops structure constant.Diego E. 'Flameeyes' Pettenò2008-11-2130-49/+49
* Make snd_pcm_hw_params_names static to pcm_params.c .Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
* Make seq, rawmidi and control operation structures static const.Diego E. 'Flameeyes' Pettenò2008-11-218-8/+8
* Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò2008-11-2113-48/+48
* Check for --no-undefined linker flag and use it.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
* Fix segfault with invalid meter plugin optionTakashi Iwai2008-11-191-1/+1
* Add linear plugin wrapping iec958 PCM for ice1724-based boardsTakashi Iwai2008-11-193-0/+24
* Fix volume/switch updates for global/simple mixer elementsTakashi Iwai2008-11-101-3/+19
* Add iec958 PCM definition for PS3Takashi Iwai2008-10-201-0/+39
* Fix sort-out of non-existing devices in namehintTakashi Iwai2008-10-171-14/+14
* Fix return value of snd_ctl_hw_subscribe_events()Takashi Iwai2008-09-301-1/+1
* Replace some assert() with runtime checksTakashi Iwai2008-09-301-2/+9
* Fix comment typos for snd_pcm_read[in]()Jaroslav Kysela2008-09-091-2/+2
* pcm_softvol plugin: remove access type change for refineJaroslav Kysela2008-09-091-10/+4
* Add snd_pcm_avail() and snd_pcm_avail_delay() functions. Make snd_pcm_hwsync(...Jaroslav Kysela2008-09-011-10/+85
* alsa-lib: Reword doxygen doc for snd_pcm_delay()Lennart Poettering2008-08-311-5/+17
* alsa-lib: Make sure SND_PCM_NO_xxx flags don't get lost when nonblocking mode...Lennart Poettering2008-08-311-1/+7
* Fix non-tread mode with PCM direct pluginsTakashi Iwai2008-07-311-1/+1
* Fix interleave check in pcm_direct.cTakashi Iwai2008-07-291-1/+1
* fix return value of snd_pcm_rewind()/snd_pcm_forward() to return how much act...Lennart Poettering2008-07-201-2/+2
* fix type of internally used sframes variable, to avoid unnecessary castsLennart Poettering2008-07-201-3/+3
* clamp snd_pcm_rewind()/snd_pcm_forward() into the right directionLennart Poettering2008-07-201-2/+2
* Add boolean (mute) functionality to softvol pluginTakashi Iwai2008-07-161-16/+43
* pcm: fix comment for snd_pcm_avail_update()Jaroslav Kysela2008-06-161-4/+1