summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_plug.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-27Finished lfloat plugin.Jaroslav Kysela1-27/+107
2001-11-26Added code to show the formats when the plug PCM can't find a conversion codeJaroslav Kysela1-0/+14
2001-11-24Proper fix for the overflowJaroslav Kysela1-6/+7
2001-11-23Added hack for rate to avoid overflow in other codeJaroslav Kysela1-1/+8
2001-11-19Configuration:Jaroslav Kysela1-1/+3
2001-10-25Fixed using ttable when it is specified on same count of channelsJaroslav Kysela1-1/+20
2001-10-24Changes for static build.Jaroslav Kysela1-2/+6
2001-08-21Added automatic ttable expansionJaroslav Kysela1-12/+19
2001-08-20The main header file is not dependant on asound.h from driver.Jaroslav Kysela1-6/+8
2001-08-20Added route_policy defaultJaroslav Kysela1-4/+16
2001-08-15Added symbol versioning for dlsym-callbacks.Jaroslav Kysela1-0/+1
2001-07-21Fixed typoJaroslav Kysela1-0/+1
2001-07-19Added route_policy option for the plug plugin.Jaroslav Kysela1-25/+69
2001-07-11Added documentation for instrument and midi event functions.Jaroslav Kysela1-8/+8
2001-07-07Permit to PCM plug configuration to specify unchanged parameters. Added suppo...Abramo Bagnara1-65/+108
2001-06-20New async notification API. Removed obsolete surround. CleaningAbramo Bagnara1-9/+4
2001-06-16Added context handling for snd_config_expand.Jaroslav Kysela1-1/+4
2001-06-15* Cleaned the alsa.conf syntax:Jaroslav Kysela1-3/+2
2001-06-11Added argument handling for the slave PCMs.Jaroslav Kysela1-3/+4
2001-06-04Added hooked PCM type (one sample hook implementation will follow). Some clea...Abramo Bagnara1-3/+1
2001-05-14Added embedded/anonymous slave PCM definitionAbramo Bagnara1-9/+3
2001-03-29Lot of cleanings with the help of gcc3Abramo Bagnara1-3/+3
2001-03-17Improved .asoundrc changesAbramo Bagnara1-8/+8
2001-03-04Renamed ERR to SNDERR. Added s16 pseudo meter scope. Fixed plug hw_refine/paramsAbramo Bagnara1-22/+32
2001-02-11Completed mixer API. Improved iterators. Renamed control values struct. Rewri...Abramo Bagnara1-21/+21
2001-02-07Splitted rawmidi streams. Removed stream constraint on config filesAbramo Bagnara1-2/+0
2001-02-07Encapsulated conf APIAbramo Bagnara1-11/+12
2001-02-06Control API encapsulation. Better names for kernel API. Simpler PCM hw_params...Abramo Bagnara1-7/+7
2001-02-05Encapsulated hwdep. Converted all enums to type safetyAbramo Bagnara1-9/+8
2001-02-05Fixed repeated prepare callAbramo Bagnara1-1/+1
2001-02-04Fixed some typosAbramo Bagnara1-1/+1
2001-02-04Added missing rawmidi functions. Cleaned PCM use of masksAbramo Bagnara1-16/+14
2001-02-04Corrected and completed encapsulation for PCM and rawmidi. Remove SND_PCM_HW_...Abramo Bagnara1-70/+72
2001-01-31Removed card type from devices info. Added card number to devices info. Compl...Abramo Bagnara1-8/+0
2001-01-30Added snd_ prefix to mask and interval. Divided header.h wrappersAbramo Bagnara1-34/+34
2001-01-26Promoted plugin helpers to general useAbramo Bagnara1-5/+5
2001-01-22Fixed pcm_plug race conditionAbramo Bagnara1-0/+11
2001-01-22Fixed useless insertion of copy plugin. Fixed sw_params for pcm_plugAbramo Bagnara1-23/+13
2001-01-19buffer_size weak link fixedAbramo Bagnara1-6/+5
2001-01-19Added support for hw_free in alsa-libAbramo Bagnara1-5/+11
2001-01-19pcm_rate fixAbramo Bagnara1-3/+3
2001-01-18Major cleaning to hw_params mechanism for pluginsAbramo Bagnara1-188/+156
2001-01-17Added I/O classesAbramo Bagnara1-16/+4
2001-01-15Uniformed some internal names. Bug fixesAbramo Bagnara1-14/+20
2001-01-15Fixed right access use for pcm_plugAbramo Bagnara1-10/+6
2001-01-15New PCM model with fragment concept removal and two interrupt sourcesAbramo Bagnara1-136/+157
2000-12-29PCM API cleaning. silencing implementation. xfer_min removalAbramo Bagnara1-38/+41
2000-12-26Fixed linksAbramo Bagnara1-12/+14
2000-12-22Added snd_*_card() functions.Jaroslav Kysela1-0/+7
2000-12-21Removed dig_info & dig_params..Jaroslav Kysela1-15/+0