Commit graph

31 commits

Author SHA1 Message Date
Jaroslav Kysela
c39882f602 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
2001-11-19 08:14:21 +00:00
Jaroslav Kysela
580ca0e668 Added support for new Center and LFE controls 2001-11-08 12:46:42 +00:00
Jaroslav Kysela
e4c32ae6d8 Added defaults for center_lfe 2001-10-10 09:56:12 +00:00
Jaroslav Kysela
542518fa7f Fixed surround_51 (shared jack) settings 2001-09-24 08:15:55 +00:00
Jaroslav Kysela
6a36a58188 Added setup for 3rd Analog/Digital Jack on SB Live 5.1 2001-09-23 15:33:11 +00:00
Jaroslav Kysela
ffa20fa9b9 Fixes indexes for center_lfe controls 2001-09-23 08:21:24 +00:00
Jaroslav Kysela
3ede638092 Added automatic IEC958 Playback Switch handling 2001-09-03 15:24:25 +00:00
Jaroslav Kysela
95358d5e45 Fixes (YMFPCI -> YMF744) 2001-09-03 15:15:32 +00:00
Jaroslav Kysela
bf858b7312 Updated timer interface to follow new uniform configuration style. 2001-07-16 11:15:28 +00:00
Abramo Bagnara
5c6eaa0cee Fixed typos 2001-07-13 11:34:15 +00:00
Jaroslav Kysela
d02979784f Recoded hwdep API to follow modern conf style.
Added hwdep configuration to alsa.conf.
Added documentation for hwdep interface.
2001-07-13 10:00:19 +00:00
Jaroslav Kysela
18a02e6f6d Added snd_func_private_string.
Changed snd_config_hook_load_for_all_cards (to load also aliases).
Changed snd_config_search_alias routines (to follow aliases also in the middle of path).
2001-06-26 15:27:40 +00:00
Takashi Iwai
960a43503d Corrected configuration for CMI8338/8738.
- CMI8738 is aliased to CMI8338.
- New config file for multi channel cards with -MCx suffix
2001-06-26 14:28:02 +00:00
Takashi Iwai
a4fe7862bd Fixed config for iec958. 2001-06-26 14:26:35 +00:00
Jaroslav Kysela
b561011c2b INTEL8X0->ICH change 2001-06-25 08:58:32 +00:00
Jaroslav Kysela
97bb37101a Added iec958.conf 2001-06-25 08:45:53 +00:00
Jaroslav Kysela
415fc18482 INTEL8X0 -> ICH change 2001-06-25 08:43:12 +00:00
Jaroslav Kysela
bc6f0e2f5f Fixed typo 2001-06-25 08:12:57 +00:00
Jaroslav Kysela
25947ba008 Reorganized configuration files (card->type removal). 2001-06-24 23:16:17 +00:00
Takashi Iwai
828562a5ee Added missing iec958.conf.
Added defaults for iec958.
Fixed slave type in IEC1712.conf.
Corrected config file for CMI8738.
2001-06-22 09:01:22 +00:00
Jaroslav Kysela
bc581b87ae Added snd_config_hook_load_for_all_cards.
Added private_data parameter for snd_config_hooks function.
Fixed the return value mess in the config parser routines.
The include file could begin with 'confdir:' which is replaced with /usr/share/alsa.
The snd_config_search_definitions looks for raw name at first (without suggested root).
Added snd_func_private_card_strtype function.
All configuration files moved to the src/conf directory.
Configuration files modified to use load-on-demand feature using hooks.
2001-06-21 13:41:50 +00:00
Abramo Bagnara
86fc7959d2 Moved up one level 2001-01-17 12:14:32 +00:00
Abramo Bagnara
e283a3f642 Added I/O classes 2001-01-17 11:00:32 +00:00
Abramo Bagnara
f7d7bd0f8f Added missing diagnostics 2001-01-01 15:16:27 +00:00
Jaroslav Kysela
6962a9d6ce Merged pcmplug branch. 2000-09-24 09:57:26 +00:00
Abramo Bagnara
014de04488 Better handling of string/integer parsing/printing 2000-09-10 09:52:07 +00:00
Abramo Bagnara
8eef219f5f Fixed snd_config_update 2000-08-26 08:09:41 +00:00
Abramo Bagnara
b5576ef229 Completed conf. Better name for snd_card_get_index. Cleaned card access 2000-08-25 14:33:53 +00:00
Abramo Bagnara
4740b37b37 Fixed typo 2000-08-24 17:58:14 +00:00
Abramo Bagnara
244653df61 Continued config implementation. Added incomplete support for pcm 2000-08-24 17:07:44 +00:00
Abramo Bagnara
c709eb8140 First version of configuration helpers 2000-08-24 12:49:51 +00:00