alsa-lib/src/pcm
Takashi Iwai ff9c030e65 Use snd_config_get_bool()
Clean up the code, using snd_config_get_bool().
2005-01-13 15:46:34 +00:00
..
ext Michel Daenzer <michel@daenzer.net>: 2004-02-05 11:48:19 +00:00
scopes use AM_CFLAGS and AM_LDFLAGS for the recent automake. 2004-02-25 14:32:32 +00:00
atomic.c Moved some prototypes from src/pcm/pcm_plugin.h to include/pcm_plugin.h. 2002-01-12 10:52:42 +00:00
interval.c Removed more asserts 2003-05-28 18:49:15 +00:00
interval.h Added snd_interval_set_min_max()... 2003-02-17 10:21:24 +00:00
interval_inline.h Added snd_interval_set_min_max()... 2003-02-17 10:21:24 +00:00
ladspa.h Added LADSPA plugin (only framework, no implementation yet) 2001-11-25 09:55:53 +00:00
Makefile.am Add softvol PCM plugin 2004-12-27 14:40:19 +00:00
mask.c Updated GNU GPL license (address). 2001-12-30 09:22:54 +00:00
mask.h Enhanced bitmasks in PCM - added support for more formats by Takashi and me 2002-06-26 02:04:11 +00:00
mask_inline.h Removed more asserts 2003-05-28 18:49:15 +00:00
pcm.c Add softvol PCM plugin 2004-12-27 14:40:19 +00:00
pcm_adpcm.c document all PCM plugin parameters 2004-04-26 07:40:12 +00:00
pcm_alaw.c document all PCM plugin parameters 2004-04-26 07:40:12 +00:00
pcm_asym.c - added asym plugin. 2004-01-08 14:05:55 +00:00
pcm_copy.c fixed the missing initialization of poll events for copy plugin. 2003-08-06 15:43:30 +00:00
pcm_direct.c [ALSA-LIB] suppress PAUSE and RESUME for direct plugins 2004-09-15 18:45:51 +00:00
pcm_direct.h Added sync_ptr callback 2004-01-23 13:04:43 +00:00
pcm_dmix.c Fix handling of DISCONNECT state 2005-01-11 17:42:49 +00:00
pcm_dmix_i386.h Fixed wrong jump for 32-bit mixing 2004-05-24 18:40:11 +00:00
pcm_dmix_x86_64.h Don't use stack to save rbx register 2004-03-13 14:24:07 +00:00
pcm_dshare.c Try to fix period_time/period_size problems for direct plugin slaves 2004-10-29 10:56:13 +00:00
pcm_dsnoop.c Try to fix period_time/period_size problems for direct plugin slaves 2004-10-29 10:56:13 +00:00
pcm_file.c - added poll_ask callback to mangle avail_min (rate_plugin as example) 2004-03-17 11:48:14 +00:00
pcm_hooks.c - added poll_ask callback to mangle avail_min (rate_plugin as example) 2004-03-17 11:48:14 +00:00
pcm_hw.c Change error message handling 2004-12-21 14:11:00 +00:00
pcm_iec958.c Add preamble value configuration for iec958 plugin 2004-12-15 15:17:36 +00:00
pcm_ladspa.c fixed debug messages by Erik Inge Bolso. 2004-05-04 15:54:01 +00:00
pcm_lfloat.c document all PCM plugin parameters 2004-04-26 07:40:12 +00:00
pcm_linear.c document all PCM plugin parameters 2004-04-26 07:40:12 +00:00
pcm_local.h - added SYNC_PTR ioctl support for pcm_hw plugin 2004-05-22 10:14:32 +00:00
pcm_meter.c - added poll_ask callback to mangle avail_min (rate_plugin as example) 2004-03-17 11:48:14 +00:00
pcm_misc.c fixed the bit width of IEC958_SUBFRAME_* formats from 24 to 32. 2004-05-04 15:10:38 +00:00
pcm_mmap.c Change error message handling 2004-12-21 14:11:00 +00:00
pcm_mulaw.c document all PCM plugin parameters 2004-04-26 07:40:12 +00:00
pcm_multi.c fixed unneeded cast. 2004-05-21 15:10:58 +00:00
pcm_null.c remove duplicate snd_pcm_null_fwd() function 2004-11-08 08:49:19 +00:00
pcm_params.c Clear sw_params struct at initialization 2005-01-11 15:11:09 +00:00
pcm_plug.c Small optimization 2004-08-27 11:14:21 +00:00
pcm_plugin.c Change error message handling 2004-12-21 14:11:00 +00:00
pcm_plugin.h More changes for dmix plugin: 2003-02-11 18:14:43 +00:00
pcm_rate.c Performance optimization 2005-01-04 13:57:51 +00:00
pcm_route.c document all PCM plugin parameters 2004-04-26 07:40:12 +00:00
pcm_share.c Change error message handling 2004-12-21 14:11:00 +00:00
pcm_shm.c - added poll_ask callback to mangle avail_min (rate_plugin as example) 2004-03-17 11:48:14 +00:00
pcm_simple.c Initial implementation of PCM simple API extension. 2004-03-26 16:08:01 +00:00
pcm_softvol.c Use snd_config_get_bool() 2005-01-13 15:46:34 +00:00
pcm_symbols.c Fix missing declaration 2005-01-03 18:19:23 +00:00
plugin_ops.h - fixed the type punning (compilation warnings with the recent GCC). 2004-01-31 12:16:32 +00:00