index
:
delta/alsa-lib.git
amixer
ascenario
baserock/morph
baserock/v1.0.28
baserock/v1.0.29
baserock/v1.1.2
baserock/v1.1.3
master
ucm
git.alsa-project.org: http/alsa-lib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pcm
/
pcm_linear.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pcm: linear, route: handle linear formats with 20-bit sample on 4 bytes
Maciej S. Szmigiero
2017-12-18
1
-3
/
+11
*
Change FSF address (Franklin Street)
Jaroslav Kysela
2017-11-14
1
-1
/
+1
*
cleanup: Use uint*_t instead of u_int*_t everythwere
Natanael Copa
2017-07-15
1
-1
/
+1
*
Introduce bswap.h for portable definitions of byte swap macros.
Thomas Klausner
2016-03-03
1
-1
/
+1
*
pcm: Drop snd_pcm_linear_{get|put}32_index()
Takashi Iwai
2014-07-22
1
-40
/
+4
*
pcm: Implement timestamp type handling in all plugins
Takashi Iwai
2014-07-14
1
-1
/
+1
*
Implement the channel mapping API
Takashi Iwai
2012-09-11
1
-0
/
+3
*
Add missing support for 3-byte formats for 16bit put conversion
Takashi Iwai
2010-08-13
1
-3
/
+18
*
Make all the PCM plugins ops structure constant.
Diego E. 'Flameeyes' Pettenò
2008-11-21
1
-1
/
+1
*
Add support for monotonic timestamps
Jaroslav Kysela
2008-01-09
1
-0
/
+1
*
Fix infinite parse of recursive definitions
Takashi Iwai
2006-01-30
1
-1
/
+1
*
Fix S24_BE format conversions
Takashi Iwai
2006-01-09
1
-0
/
+2
*
Move poll_* callbacks to fast_ops
Takashi Iwai
2005-05-23
1
-3
/
+0
*
Add poll_descriptors and poll_descriptors_count callbacks
Takashi Iwai
2005-05-18
1
-0
/
+2
*
improved stream linking and plugin code cleanups
Jaroslav Kysela
2005-01-20
1
-15
/
+15
*
document all PCM plugin parameters
Clemens Ladisch
2004-04-26
1
-0
/
+1
*
fixes by Art Haas <ahaas@airmail.net>:
Takashi Iwai
2003-07-25
1
-13
/
+13
*
More changes for dmix plugin:
Jaroslav Kysela
2003-02-11
1
-0
/
+2
*
- unified snd_pcm_hw_params_* functions
Jaroslav Kysela
2002-09-17
1
-1
/
+1
*
Added snd_pcm_hw_params_get_min_align; changed get_format, get_subformat and ...
Jaroslav Kysela
2002-09-09
1
-5
/
+9
*
Enhanced bitmasks in PCM - added support for more formats by Takashi and me
Jaroslav Kysela
2002-06-26
1
-15
/
+128
*
Moved ring buffer pointers and added a mechanism to transfer them via shm
Jaroslav Kysela
2002-04-23
1
-2
/
+2
*
Cleaned the mmap_commit implementations in plugins.
Jaroslav Kysela
2002-02-21
1
-0
/
+3
*
Added description of copy, linear, lfloat and mulaw PCM plugins
Jaroslav Kysela
2002-01-13
1
-1
/
+71
*
Updated GNU GPL license (address).
Jaroslav Kysela
2001-12-30
1
-5
/
+5
*
Configuration:
Jaroslav Kysela
2001-11-19
1
-1
/
+3
*
Changes for static build.
Jaroslav Kysela
2001-10-24
1
-3
/
+6
*
Added symbol versioning for dlsym-callbacks.
Jaroslav Kysela
2001-08-15
1
-0
/
+1
*
Permit to PCM plug configuration to specify unchanged parameters. Added suppo...
Abramo Bagnara
2001-07-07
1
-1
/
+1
*
New async notification API. Removed obsolete surround. Cleaning
Abramo Bagnara
2001-06-20
1
-10
/
+4
*
Added context handling for snd_config_expand.
Jaroslav Kysela
2001-06-16
1
-0
/
+2
*
* Cleaned the alsa.conf syntax:
Jaroslav Kysela
2001-06-15
1
-3
/
+2
*
Added argument handling for the slave PCMs.
Jaroslav Kysela
2001-06-11
1
-3
/
+4
*
Added hooked PCM type (one sample hook implementation will follow). Some clea...
Abramo Bagnara
2001-06-04
1
-3
/
+1
*
Added embedded/anonymous slave PCM definition
Abramo Bagnara
2001-05-14
1
-9
/
+3
*
Lot of cleanings with the help of gcc3
Abramo Bagnara
2001-03-29
1
-2
/
+3
*
pcm_share cleaning
Abramo Bagnara
2001-03-21
1
-1
/
+1
*
Improved .asoundrc changes
Abramo Bagnara
2001-03-17
1
-30
/
+13
*
Removed obsolete code
Abramo Bagnara
2001-03-08
1
-9
/
+0
*
Renamed ERR to SNDERR. Added s16 pseudo meter scope. Fixed plug hw_refine/params
Abramo Bagnara
2001-03-04
1
-7
/
+7
*
Improved plugin code (simpler, faster and multithread ready)
Abramo Bagnara
2001-02-27
1
-58
/
+28
*
Completed mixer API. Improved iterators. Renamed control values struct. Rewri...
Abramo Bagnara
2001-02-11
1
-11
/
+11
*
Splitted rawmidi streams. Removed stream constraint on config files
Abramo Bagnara
2001-02-07
1
-2
/
+0
*
Encapsulated conf API
Abramo Bagnara
2001-02-07
1
-11
/
+12
*
Control API encapsulation. Better names for kernel API. Simpler PCM hw_params...
Abramo Bagnara
2001-02-06
1
-3
/
+3
*
Encapsulated hwdep. Converted all enums to type safety
Abramo Bagnara
2001-02-05
1
-3
/
+3
*
Added missing rawmidi functions. Cleaned PCM use of masks
Abramo Bagnara
2001-02-04
1
-9
/
+6
*
Corrected and completed encapsulation for PCM and rawmidi. Remove SND_PCM_HW_...
Abramo Bagnara
2001-02-04
1
-26
/
+24
*
Removed card type from devices info. Added card number to devices info. Compl...
Abramo Bagnara
2001-01-31
1
-7
/
+6
*
Added snd_ prefix to mask and interval. Divided header.h wrappers
Abramo Bagnara
2001-01-30
1
-6
/
+6
[next]