Commit graph

790 commits

Author SHA1 Message Date
Jaroslav Kysela
5e2b04c141 Fixed free bug (added missing hctl detach call). 2001-02-13 10:50:31 +00:00
Abramo Bagnara
460660d4b4 More generic support for poll descriptors 2001-02-12 23:51:49 +00:00
Jaroslav Kysela
a86efa083c More bugfixes (sort, compare, mixer, hcontrol). 2001-02-12 19:24:46 +00:00
Jaroslav Kysela
515d1a6415 Improved mixer sort/compare interface. 2001-02-12 18:10:31 +00:00
Jaroslav Kysela
6f3b01b79c Added sort & compare functions to the mixer API. 2001-02-12 13:29:33 +00:00
Abramo Bagnara
955b9fc335 Fixed handle_events 2001-02-11 17:46:03 +00:00
Abramo Bagnara
8afd6e69af Fixed thinko 2001-02-11 16:05:59 +00:00
Abramo Bagnara
a2d3434961 Completed mixer API. Improved iterators. Renamed control values struct. Rewritten simple elements implementation 2001-02-11 15:45:35 +00:00
Jaroslav Kysela
38033b49dd Updated the hctl interface (the more independent way). 2001-02-09 14:50:05 +00:00
Jaroslav Kysela
3e561540d5 Removed 2001-02-09 13:58:18 +00:00
Abramo Bagnara
7165608b17 Fixes 2001-02-09 13:15:54 +00:00
Abramo Bagnara
fea0c73cdb Completed control and mixer API 2001-02-09 11:20:31 +00:00
Jaroslav Kysela
c709b0a627 Added comments 2001-02-08 14:42:09 +00:00
Jaroslav Kysela
d47a86d5e7 Added configuration file and the output directory for doxygen 2001-02-08 14:30:21 +00:00
Abramo Bagnara
93265d5c0f Commented out enum typechecking 2001-02-07 17:34:52 +00:00
Abramo Bagnara
d6f583bb8d Removed snd_pcm_hw_refine from API 2001-02-07 16:42:59 +00:00
Abramo Bagnara
45c416ed82 Better names for control API 2001-02-07 15:13:15 +00:00
Abramo Bagnara
66f13f6115 Splitted rawmidi streams. Removed stream constraint on config files 2001-02-07 13:30:40 +00:00
Abramo Bagnara
3e091c8822 Encapsulated conf API 2001-02-07 11:34:33 +00:00
Abramo Bagnara
8f0cb26fdf Control API encapsulation. Better names for kernel API. Simpler PCM hw_params API. Added missing const. 2001-02-06 23:48:10 +00:00
Abramo Bagnara
ccb399f0cd Missing enum change 2001-02-05 16:04:15 +00:00
Abramo Bagnara
5b0d5f0a49 Typo 2001-02-05 15:45:33 +00:00
Abramo Bagnara
5bf23ae9a1 Encapsulated hwdep. Converted all enums to type safety 2001-02-05 15:44:42 +00:00
Abramo Bagnara
a83b209df2 Fixed repeated prepare call 2001-02-05 09:35:17 +00:00
Abramo Bagnara
4ecd9eaa46 Fixed some typos 2001-02-04 22:59:24 +00:00
Abramo Bagnara
4c9fd35a60 Added missing rawmidi functions. Cleaned PCM use of masks 2001-02-04 18:57:05 +00:00
Abramo Bagnara
a7561a9c7e Corrected and completed encapsulation for PCM and rawmidi. Remove SND_PCM_HW_PARAM_* and use functions. Separated rawmidi info between streams 2001-02-04 17:03:17 +00:00
Abramo Bagnara
544718f10d Fixed C++ casting problems. free functions returns void 2001-02-02 08:49:47 +00:00
Abramo Bagnara
2110049f2f Removed obsolete functions 2001-02-01 20:41:50 +00:00
Jaroslav Kysela
af63d2b597 Cosmetic change 2001-02-01 20:11:53 +00:00
Abramo Bagnara
f0be454aa1 moved #ifdef _cplusplus 2001-02-01 07:52:30 +00:00
Abramo Bagnara
e3bdf9a022 Fixed C++ compilation 2001-01-31 22:56:47 +00:00
Abramo Bagnara
de19407578 Removed card type from devices info. Added card number to devices info. Completed encapsulation of PCM API. Removed snd_pcm_card(). All copy functions now have the form copy(dst, src). 2001-01-31 17:26:56 +00:00
Abramo Bagnara
8e9a23acb5 Fixed OSS emulation wrt triggers and capture mmap 2001-01-31 10:42:45 +00:00
Abramo Bagnara
8712ffc6a5 Added snd_ prefix to mask and interval. Divided header.h wrappers 2001-01-30 16:51:26 +00:00
Jaroslav Kysela
9712a67778 Updated for the new driver defines 2001-01-30 07:24:08 +00:00
Abramo Bagnara
70809b1835 First step toward encapsulation 2001-01-29 14:27:53 +00:00
Abramo Bagnara
d44c657826 Added stuff for C++ compilation 2001-01-29 08:29:52 +00:00
Abramo Bagnara
c07201926b Promoted plugin helpers to general use 2001-01-26 09:56:30 +00:00
Abramo Bagnara
406587a531 Fixed partial transfer 2001-01-25 14:27:33 +00:00
Abramo Bagnara
711c5bfa4e Remove ansidecl.h inclusion 2001-01-23 09:32:18 +00:00
Abramo Bagnara
c6f6c231c0 Fixed pcm_plug race condition 2001-01-22 16:07:11 +00:00
Abramo Bagnara
5c84940c1f Fixed useless insertion of copy plugin. Fixed sw_params for pcm_plug 2001-01-22 09:27:50 +00:00
Abramo Bagnara
20b70b6d19 Fixed refinement 2001-01-21 17:03:53 +00:00
Abramo Bagnara
736a9dd719 Fixed rules. Fixed snd_pcm_hw_param_near 2001-01-21 12:55:09 +00:00
Abramo Bagnara
b4e80abc53 Rewritten mmap_{read,write} following alsa-driver current code 2001-01-20 12:56:30 +00:00
Abramo Bagnara
4086362a33 Updated 2001-01-19 19:55:22 +00:00
Abramo Bagnara
199452ae8b buffer_size weak link fixed 2001-01-19 18:28:50 +00:00
Abramo Bagnara
d41c210493 Added _snd_pcm_hw_param_setempty 2001-01-19 16:19:29 +00:00
Abramo Bagnara
f12a252f20 Added support for hw_free in alsa-lib 2001-01-19 13:10:50 +00:00