summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-08-10Added argumentsJaroslav Kysela1-3/+93
2001-08-10Updated for latest APIJaroslav Kysela1-93/+229
2001-08-08Fixed broken initializationJaroslav Kysela3-3/+3
2001-07-30Added libtoolizeJaroslav Kysela1-1/+1
2001-07-30Moved SND_PCM_INFO defines from asoundlib.h to pcm_local.h.Jaroslav Kysela2-27/+27
2001-07-30Some reorganization for libtool updates (version 1.4 is now supported).Jaroslav Kysela10-6760/+22
Added --with-debug parameter for configure.
2001-07-30include/pcm.hJaroslav Kysela1-4/+4
2001-07-30Another fix - switch behaviourJaroslav Kysela1-1/+20
2001-07-26Added missing tests for hw_params->info.Jaroslav Kysela2-0/+126
2001-07-26Mixer behaviour fixesJaroslav Kysela1-28/+74
2001-07-25Added snd_seq_system_info_get_cur_clients/queues.Takashi Iwai2-0/+23
2001-07-25Small fixes (capture & switch read)Jaroslav Kysela1-18/+18
2001-07-23Added snd_mixer_selem_is_active function.Jaroslav Kysela2-52/+57
Changed behaviour for CTL_SINGLE. Function snd_mixer_handle_events is no longer called from simple mixer code.
2001-07-21Fixed bracesJaroslav Kysela1-1/+1
2001-07-21Added timer_local.h to noinst_HEADERSJaroslav Kysela1-0/+1
2001-07-21Added hwdep_local.h to noinst_HEADERSJaroslav Kysela1-0/+1
2001-07-21Fixed typoJaroslav Kysela1-0/+1
2001-07-200.9.0beta6Jaroslav Kysela1-1/+1
2001-07-20snd_pcm_route_load_ttable is exported again for pcm_plug.cJaroslav Kysela1-4/+5
2001-07-19Improved documentation for snd_config_updateJaroslav Kysela1-1/+3
2001-07-19Enhanced description for write* and read* functionsJaroslav Kysela1-0/+32
2001-07-19Some small additionJaroslav Kysela1-1/+1
2001-07-19Added route_policy option for the plug plugin.Jaroslav Kysela4-30/+83
Some fixes in the route and hooks plugin.
2001-07-18More documentation updates.Jaroslav Kysela23-6/+65
2001-07-18Renamed class to dev_classJaroslav Kysela1-2/+2
2001-07-16UpdatedJaroslav Kysela1-1/+0
2001-07-16Added encapsulation for timer interfaceJaroslav Kysela5-21/+577
2001-07-16Updated timer interface to follow new uniform configuration style.Jaroslav Kysela8-143/+1029
2001-07-16Fixed typos.Jaroslav Kysela2-7/+6
2001-07-13Fixed typosAbramo Bagnara1-4/+4
2001-07-13Recoded hwdep API to follow modern conf style.Jaroslav Kysela7-170/+681
Added hwdep configuration to alsa.conf. Added documentation for hwdep interface.
2001-07-11Merged hwdep_m4.h to hwdep.hJaroslav Kysela2-28/+1
2001-07-11More documentation enhancements / removal of non-existent functions.Jaroslav Kysela18-12/+153
2001-07-11Check the location of alsa-driver header files in configure (for doxygen)Takashi Iwai2-2/+18
2001-07-11Improved parse_address to accept the string without a port numberTakashi Iwai1-5/+9
2001-07-11Fixed compileTakashi Iwai1-0/+2
2001-07-11Fixed the values of SND_SEQ_CLIENT_XXX etc.Takashi Iwai1-1/+1
2001-07-11Added documentation for instrument and midi event functions.Jaroslav Kysela30-227/+440
Removed snd_enum_() macros. Documentation changes in asoundlib.h.
2001-07-09Suppress error messages.Takashi Iwai1-27/+27
2001-07-09Do not include sound/asequencer.h in user apps.Takashi Iwai2-2/+3
2001-07-09Replace SNDRV_ with SND_ prefix.Takashi Iwai1-15/+15
2001-07-09Fixed comments. yes, of course, alloca uses stack instead of heap..Takashi Iwai1-11/+11
2001-07-08Added snd_ctl_*_clear() functions.Jaroslav Kysela2-0/+60
2001-07-08Removed BASH checkJaroslav Kysela1-5/+0
2001-07-07Permit to PCM plug configuration to specify unchanged parameters. Added ↵Abramo Bagnara15-158/+492
support for RT signals to async interface. Added ops for PCM mix.
2001-07-04Changed from bool to val to avoid error in c++.Jaroslav Kysela1-1/+1
2001-07-04Changed from bool to val to avoid error in c++.Jaroslav Kysela2-27/+27
2001-07-04Major change to sequencer API.Jaroslav Kysela20-1657/+4376
The sequencer API is totally recoded with the style of "encapsulation" in other api. The structure becomes opaque and accessed only via functions. Other changes: - There is no longer group in client and port info. - snd_seq_query_subs_t is renamed to snd_seq_query_subscribe_t. - snd_seq_delete_port takes only the port id argument instead of port_info structure. - snd_seq_input/output_buffer_size are renamed as snd_seq_get_input/output_buffer_size. Similarly snd_seq_resize_input/output_buffer are renamed as snd_seq_set_input/output_buffer_size. - snd_seq_get_named_queue is renamed to snd_seq_query_named_queue. - Sync codes are removed temporarily from API. - Subscription conditions are accessed via the corresponding functions. convert_time is named now as time_update. - snd_seq_get/set_queue_owner are removed. Use snd_seq_get/set_queue_info instead. - Instrument put/get/remove structure is unified as snd_instr_header_t.
2001-07-02Added snd_pcm_hw_params_*_get_maskAbramo Bagnara2-0/+33
2001-07-02Removed loopback PCM type (share will do the job)Abramo Bagnara1-11/+0