OSDN Git Service

android-x86/external-alsa-lib.git
22 years agoAdded snd_config_get_ireal function
Jaroslav Kysela [Mon, 26 Nov 2001 15:19:19 +0000 (15:19 +0000)]
Added snd_config_get_ireal function

22 years agoAdded empty check functions for format and subformat mask
Jaroslav Kysela [Mon, 26 Nov 2001 15:17:01 +0000 (15:17 +0000)]
Added empty check functions for format and subformat mask

22 years agoSpecified the range for float types and added empty check function for format and...
Jaroslav Kysela [Mon, 26 Nov 2001 15:16:01 +0000 (15:16 +0000)]
Specified the range for float types and added empty check function for format and subformat mask

22 years agoCleanups
Jaroslav Kysela [Mon, 26 Nov 2001 13:39:15 +0000 (13:39 +0000)]
Cleanups

22 years agoAdded LADSPA plugin (only framework, no implementation yet)
Jaroslav Kysela [Sun, 25 Nov 2001 09:55:53 +0000 (09:55 +0000)]
Added LADSPA plugin (only framework, no implementation yet)

22 years agoAdded snd_config_imake_* functions.
Jaroslav Kysela [Sat, 24 Nov 2001 18:29:15 +0000 (18:29 +0000)]
Added snd_config_imake_* functions.

22 years agoFixed compilation problem
Jaroslav Kysela [Sat, 24 Nov 2001 18:18:25 +0000 (18:18 +0000)]
Fixed compilation problem

22 years agoAdded snd_*_open_lconf functions.
Jaroslav Kysela [Sat, 24 Nov 2001 17:47:01 +0000 (17:47 +0000)]
Added snd_*_open_lconf functions.
Some minor changes in config interface documentation.

22 years agoAdded debug code
Jaroslav Kysela [Sat, 24 Nov 2001 11:32:42 +0000 (11:32 +0000)]
Added debug code

22 years agoRemoved asserts from *name functions
Jaroslav Kysela [Sat, 24 Nov 2001 11:32:10 +0000 (11:32 +0000)]
Removed asserts from *name functions

22 years agoFixed double initialization in prepare
Jaroslav Kysela [Sat, 24 Nov 2001 11:27:24 +0000 (11:27 +0000)]
Fixed double initialization in prepare

22 years agoProper fix for the overflow
Jaroslav Kysela [Sat, 24 Nov 2001 10:53:14 +0000 (10:53 +0000)]
Proper fix for the overflow

22 years agoMove pre before alpha
Jaroslav Kysela [Sat, 24 Nov 2001 10:19:59 +0000 (10:19 +0000)]
Move pre before alpha

22 years agoAdded EXTRASTR and EXTRAVER
Jaroslav Kysela [Sat, 24 Nov 2001 10:13:33 +0000 (10:13 +0000)]
Added EXTRASTR and EXTRAVER

22 years agoAdded EXTRA_CLEAN and SND_LIB_EXTRAVER
Jaroslav Kysela [Sat, 24 Nov 2001 10:12:17 +0000 (10:12 +0000)]
Added EXTRA_CLEAN and SND_LIB_EXTRAVER

22 years agoMore verbose debug for refine
Jaroslav Kysela [Fri, 23 Nov 2001 11:48:40 +0000 (11:48 +0000)]
More verbose debug for refine

22 years agoAdded hack for rate to avoid overflow in other code
Jaroslav Kysela [Fri, 23 Nov 2001 11:47:01 +0000 (11:47 +0000)]
Added hack for rate to avoid overflow in other code

22 years agoAdded __cplusplus defines
Jaroslav Kysela [Tue, 20 Nov 2001 16:14:58 +0000 (16:14 +0000)]
Added __cplusplus defines

22 years agoFixed the async stuff in snd_pcm_close
Jaroslav Kysela [Tue, 20 Nov 2001 15:21:20 +0000 (15:21 +0000)]
Fixed the async stuff in snd_pcm_close

22 years agoAdded extra initialization for hlist
Jaroslav Kysela [Tue, 20 Nov 2001 15:16:58 +0000 (15:16 +0000)]
Added extra initialization for hlist

22 years agoRomoved pcm.doxygen from EXTRA_DIST
Jaroslav Kysela [Tue, 20 Nov 2001 09:33:00 +0000 (09:33 +0000)]
Romoved pcm.doxygen from EXTRA_DIST

22 years agoRemoved pack target
Jaroslav Kysela [Tue, 20 Nov 2001 09:32:19 +0000 (09:32 +0000)]
Removed pack target

22 years agoUpdated...
Jaroslav Kysela [Tue, 20 Nov 2001 09:30:15 +0000 (09:30 +0000)]
Updated...

22 years agoAdded support for SuSE and automake
Jaroslav Kysela [Tue, 20 Nov 2001 09:29:21 +0000 (09:29 +0000)]
Added support for SuSE and automake

22 years agoAdded REFINE_DEBUG
Jaroslav Kysela [Mon, 19 Nov 2001 15:52:45 +0000 (15:52 +0000)]
Added REFINE_DEBUG

22 years agoFixed typo
Jaroslav Kysela [Mon, 19 Nov 2001 11:54:06 +0000 (11:54 +0000)]
Fixed typo

22 years agoFixed typos.
Jaroslav Kysela [Mon, 19 Nov 2001 11:06:03 +0000 (11:06 +0000)]
Fixed typos.

22 years agoConfiguration:
Jaroslav Kysela [Mon, 19 Nov 2001 08:14:21 +0000 (08:14 +0000)]
Configuration:
  - changed snd_config_get_id function to follow semantic of other get functions
  - added snd_config_test_id
  - added runtime pointer type (not persistent)
    - added snd_config_make_pointer, snd_config_set_pointer, snd_config_get_pointer
  - added type/contents checking for callback functions
    - changed 'void *private_data' to 'snd_config_t *private_data'
  - renamed card_strtype functions to card_driver
Control:
  - fixed passing parameters to snd_ctl_async
Async handlers:
  - added public snd_async_handler_get_signo function
Documentation:
  - moved all documentation to source files

22 years agoFixed the period size setup for hardware with fixed values
Jaroslav Kysela [Fri, 16 Nov 2001 10:59:29 +0000 (10:59 +0000)]
Fixed the period size setup for hardware with fixed values

22 years agopcm.h - major documentation updates and reordering
Jaroslav Kysela [Wed, 14 Nov 2001 11:40:46 +0000 (11:40 +0000)]
pcm.h - major documentation updates and reordering
Cleanup for __cplusplus defines.

22 years agoReordered header files
Jaroslav Kysela [Wed, 14 Nov 2001 11:39:08 +0000 (11:39 +0000)]
Reordered header files

22 years agoEnhanced snd_pcm_wait
Jaroslav Kysela [Wed, 14 Nov 2001 08:58:25 +0000 (08:58 +0000)]
Enhanced snd_pcm_wait

22 years agoModifications by Miroslav Benes <mbenes@tenez.cz>
Jaroslav Kysela [Mon, 12 Nov 2001 09:36:14 +0000 (09:36 +0000)]
Modifications by Miroslav Benes <mbenes@tenez.cz>

22 years agoFixed silence for 24-bit format
Jaroslav Kysela [Sun, 11 Nov 2001 19:19:02 +0000 (19:19 +0000)]
Fixed silence for 24-bit format

22 years agoMore updates regarding configuration
Jaroslav Kysela [Thu, 8 Nov 2001 17:34:30 +0000 (17:34 +0000)]
More updates regarding configuration

22 years agoEnhanced - minimal sleep
Jaroslav Kysela [Thu, 8 Nov 2001 15:50:47 +0000 (15:50 +0000)]
Enhanced - minimal sleep

22 years agoInitial version of conf.doxygen
Jaroslav Kysela [Thu, 8 Nov 2001 15:39:54 +0000 (15:39 +0000)]
Initial version of conf.doxygen

22 years agoDiscard newline when backslash is the last character before new-line in a string...
Jaroslav Kysela [Thu, 8 Nov 2001 14:58:51 +0000 (14:58 +0000)]
Discard newline when backslash is the last character before new-line in a string constant

22 years agoAdded support for new Center and LFE controls
Jaroslav Kysela [Thu, 8 Nov 2001 12:46:42 +0000 (12:46 +0000)]
Added support for new Center and LFE controls

22 years agoMore verbose output when source channels are not defined
Jaroslav Kysela [Tue, 6 Nov 2001 12:34:02 +0000 (12:34 +0000)]
More verbose output when source channels are not defined

22 years agoFixed description of mmap functions
Jaroslav Kysela [Mon, 5 Nov 2001 13:17:08 +0000 (13:17 +0000)]
Fixed description of mmap functions

22 years agoAdded more descriptions for offset/size values for mmap access functions
Jaroslav Kysela [Mon, 5 Nov 2001 08:13:18 +0000 (08:13 +0000)]
Added more descriptions for offset/size values for mmap access functions

22 years agoAdded doxygen documentation
Jaroslav Kysela [Mon, 5 Nov 2001 07:49:58 +0000 (07:49 +0000)]
Added doxygen documentation

22 years ago0.9.0beta9
Jaroslav Kysela [Mon, 5 Nov 2001 07:48:39 +0000 (07:48 +0000)]
0.9.0beta9

22 years agoEnhanced mmap_begin and mmap_commit descriptions
Jaroslav Kysela [Thu, 1 Nov 2001 07:46:59 +0000 (07:46 +0000)]
Enhanced mmap_begin and mmap_commit descriptions

22 years agoRemoved useless check
Jaroslav Kysela [Thu, 1 Nov 2001 07:23:28 +0000 (07:23 +0000)]
Removed useless check

22 years agoAdded time, poll and effect options and code.
Jaroslav Kysela [Wed, 31 Oct 2001 16:03:33 +0000 (16:03 +0000)]
Added time, poll and effect options and code.

22 years agoFixed the right latency settings and added block mode
Jaroslav Kysela [Fri, 26 Oct 2001 16:12:01 +0000 (16:12 +0000)]
Fixed the right latency settings and added block mode

22 years agoAdd norm code back for mix plugin
Jaroslav Kysela [Fri, 26 Oct 2001 07:08:34 +0000 (07:08 +0000)]
Add norm code back for mix plugin

22 years agoFixed signess for route conversion
Jaroslav Kysela [Thu, 25 Oct 2001 18:24:22 +0000 (18:24 +0000)]
Fixed signess for route conversion

22 years agoAdded GETS helpers, removed norm
Jaroslav Kysela [Thu, 25 Oct 2001 18:22:14 +0000 (18:22 +0000)]
Added GETS helpers, removed norm

22 years agoFixed using ttable when it is specified on same count of channels
Jaroslav Kysela [Thu, 25 Oct 2001 18:21:18 +0000 (18:21 +0000)]
Fixed using ttable when it is specified on same count of channels

22 years agoFixed the share->state when DRAINING
Jaroslav Kysela [Thu, 25 Oct 2001 13:53:35 +0000 (13:53 +0000)]
Fixed the share->state when DRAINING

22 years agoAdded missing DRAINING state to snd_pcm_state_name()
Jaroslav Kysela [Thu, 25 Oct 2001 13:51:26 +0000 (13:51 +0000)]
Added missing DRAINING state to snd_pcm_state_name()

22 years agoFixed PCM STATE range
Jaroslav Kysela [Thu, 25 Oct 2001 13:36:00 +0000 (13:36 +0000)]
Fixed PCM STATE range

22 years agoFixed typo
Jaroslav Kysela [Thu, 25 Oct 2001 12:29:42 +0000 (12:29 +0000)]
Fixed typo

22 years agoFixed initialization (slave pcm definition parsing)
Jaroslav Kysela [Thu, 25 Oct 2001 12:27:19 +0000 (12:27 +0000)]
Fixed initialization (slave pcm definition parsing)

22 years agoAdded missing file
Jaroslav Kysela [Wed, 24 Oct 2001 14:16:13 +0000 (14:16 +0000)]
Added missing file

22 years agoAdded missing files with symbols.
Jaroslav Kysela [Wed, 24 Oct 2001 14:15:54 +0000 (14:15 +0000)]
Added missing files with symbols.

22 years agoChanges for static build.
Jaroslav Kysela [Wed, 24 Oct 2001 14:14:11 +0000 (14:14 +0000)]
Changes for static build.

22 years agoMore updates
Jaroslav Kysela [Wed, 24 Oct 2001 14:13:49 +0000 (14:13 +0000)]
More updates

22 years agoDisabled building of static library, changed kernel to soundbase dir
Jaroslav Kysela [Wed, 24 Oct 2001 14:13:24 +0000 (14:13 +0000)]
Disabled building of static library, changed kernel to soundbase dir

22 years agoMore updates
Jaroslav Kysela [Tue, 23 Oct 2001 09:51:57 +0000 (09:51 +0000)]
More updates

22 years agoAdded overrange function
Jaroslav Kysela [Tue, 23 Oct 2001 09:51:45 +0000 (09:51 +0000)]
Added overrange function

22 years agoAdded examples (test/pcm.c and test/latency.c)
Jaroslav Kysela [Thu, 18 Oct 2001 19:35:56 +0000 (19:35 +0000)]
Added examples (test/pcm.c and test/latency.c)

22 years agoAdded mmap_write & mmap_readi functions to include/pcm.h.
Jaroslav Kysela [Thu, 18 Oct 2001 18:05:41 +0000 (18:05 +0000)]
Added mmap_write & mmap_readi functions to include/pcm.h.

22 years agoAdded direct_write transfer method
Jaroslav Kysela [Thu, 18 Oct 2001 18:04:26 +0000 (18:04 +0000)]
Added direct_write transfer method

22 years agoChanged CFLAGS
Jaroslav Kysela [Thu, 18 Oct 2001 17:10:46 +0000 (17:10 +0000)]
Changed CFLAGS

22 years agoEnhanced, added async and direct (mmap) mode
Jaroslav Kysela [Thu, 18 Oct 2001 17:10:06 +0000 (17:10 +0000)]
Enhanced, added async and direct (mmap) mode

22 years agoFixed typos and made some cleanups in the async stuff
Jaroslav Kysela [Thu, 18 Oct 2001 12:33:45 +0000 (12:33 +0000)]
Fixed typos and made some cleanups in the async stuff

22 years agoChanges to show the different transfer methods
Jaroslav Kysela [Wed, 17 Oct 2001 17:50:16 +0000 (17:50 +0000)]
Changes to show the different transfer methods

22 years agoEnhanced, added -c, -r options
Jaroslav Kysela [Wed, 17 Oct 2001 15:04:39 +0000 (15:04 +0000)]
Enhanced, added -c, -r options

22 years agoMore enhancements, transfer methods
Jaroslav Kysela [Tue, 16 Oct 2001 16:14:33 +0000 (16:14 +0000)]
More enhancements, transfer methods

22 years agoRewritten test code
Jaroslav Kysela [Tue, 16 Oct 2001 16:11:04 +0000 (16:11 +0000)]
Rewritten test code

22 years agoAdded SUSPENDED state
Jaroslav Kysela [Tue, 16 Oct 2001 09:29:01 +0000 (09:29 +0000)]
Added SUSPENDED state

22 years agoAdded general overview and PCM formats
Jaroslav Kysela [Mon, 15 Oct 2001 15:31:58 +0000 (15:31 +0000)]
Added general overview and PCM formats

22 years agoAdded -s option
Jaroslav Kysela [Mon, 15 Oct 2001 12:36:55 +0000 (12:36 +0000)]
Added -s option

22 years ago2nd fix for initial write
Jaroslav Kysela [Mon, 15 Oct 2001 11:49:36 +0000 (11:49 +0000)]
2nd fix for initial write

22 years agoFixed initial write
Jaroslav Kysela [Mon, 15 Oct 2001 11:47:53 +0000 (11:47 +0000)]
Fixed initial write

22 years agoAdded index page and PCM page (partial documentation)
Jaroslav Kysela [Sun, 14 Oct 2001 11:04:00 +0000 (11:04 +0000)]
Added index page and PCM page (partial documentation)

22 years agoAdded snd_pcm_hw_params_can_resume
Jaroslav Kysela [Sun, 14 Oct 2001 09:08:47 +0000 (09:08 +0000)]
Added snd_pcm_hw_params_can_resume

22 years agoAdded defaults for center_lfe
Jaroslav Kysela [Wed, 10 Oct 2001 09:56:12 +0000 (09:56 +0000)]
Added defaults for center_lfe

22 years agoDon't report ENOSYS error via SYSERR for snd_pcm_resume
Jaroslav Kysela [Tue, 9 Oct 2001 12:44:30 +0000 (12:44 +0000)]
Don't report ENOSYS error via SYSERR for snd_pcm_resume

22 years agoFixed doxygen config file.
Takashi Iwai [Fri, 5 Oct 2001 09:44:00 +0000 (09:44 +0000)]
Fixed doxygen config file.

22 years agoChanged retval for snd_pcm_resume
Jaroslav Kysela [Thu, 4 Oct 2001 16:59:23 +0000 (16:59 +0000)]
Changed retval for snd_pcm_resume

22 years agoAdded more descriptions for -ESTRPIPE (stream is suspended).
Jaroslav Kysela [Thu, 4 Oct 2001 15:03:54 +0000 (15:03 +0000)]
Added more descriptions for -ESTRPIPE (stream is suspended).

22 years agoFixed SUBMINOR generation
Jaroslav Kysela [Thu, 4 Oct 2001 07:55:24 +0000 (07:55 +0000)]
Fixed SUBMINOR generation

22 years agoAdded missing files
Jaroslav Kysela [Wed, 3 Oct 2001 19:30:23 +0000 (19:30 +0000)]
Added missing files

22 years ago0.9.0beta8a
Jaroslav Kysela [Sun, 30 Sep 2001 17:53:10 +0000 (17:53 +0000)]
0.9.0beta8a

22 years agoAdded sys.h to noinst_HEADERS
Jaroslav Kysela [Sun, 30 Sep 2001 17:39:22 +0000 (17:39 +0000)]
Added sys.h to noinst_HEADERS

22 years ago0.9.0beta8
Jaroslav Kysela [Thu, 27 Sep 2001 17:07:28 +0000 (17:07 +0000)]
0.9.0beta8

22 years agoFixed comments / documentation.
Takashi Iwai [Wed, 26 Sep 2001 15:32:06 +0000 (15:32 +0000)]
Fixed comments / documentation.

22 years agoCut&paste fixes
Jaroslav Kysela [Wed, 26 Sep 2001 15:23:46 +0000 (15:23 +0000)]
Cut&paste fixes

22 years agoFixed typos
Jaroslav Kysela [Wed, 26 Sep 2001 14:59:17 +0000 (14:59 +0000)]
Fixed typos

22 years agoAdded power management functions and defines.
Jaroslav Kysela [Wed, 26 Sep 2001 13:57:04 +0000 (13:57 +0000)]
Added power management functions and defines.

22 years agoFixed paths by Mark Cooke
Jaroslav Kysela [Wed, 26 Sep 2001 07:41:05 +0000 (07:41 +0000)]
Fixed paths by Mark Cooke

22 years agoFixed surround_51 (shared jack) settings
Jaroslav Kysela [Mon, 24 Sep 2001 08:15:55 +0000 (08:15 +0000)]
Fixed surround_51 (shared jack) settings

22 years agoAdded setup for 3rd Analog/Digital Jack on SB Live 5.1
Jaroslav Kysela [Sun, 23 Sep 2001 15:33:11 +0000 (15:33 +0000)]
Added setup for 3rd Analog/Digital Jack on SB Live 5.1

22 years agoFixes indexes for center_lfe controls
Jaroslav Kysela [Sun, 23 Sep 2001 08:21:24 +0000 (08:21 +0000)]
Fixes indexes for center_lfe controls

22 years agoAdded /usr/share/alsa directory
Jaroslav Kysela [Fri, 21 Sep 2001 08:29:32 +0000 (08:29 +0000)]
Added /usr/share/alsa directory