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
This commit is contained in:
Jaroslav Kysela 2001-11-19 08:14:21 +00:00
parent ef035eacfe
commit c39882f602
52 changed files with 1573 additions and 1042 deletions

View file

@ -38,7 +38,7 @@ pcm.!center_lfe {
strings [
"cards."
{
@func card_strtype
@func card_driver
card $CARD
}
".pcm.center_lfe." $DEV ":CARD=" $CARD

View file

@ -38,7 +38,7 @@ pcm.!front {
strings [
"cards."
{
@func card_strtype
@func card_driver
card $CARD
}
".pcm.front." $DEV ":CARD=" $CARD

View file

@ -58,7 +58,7 @@ pcm.!iec958 {
strings [
"cards."
{
@func card_strtype
@func card_driver
card $CARD
}
".pcm.iec958." $DEV ":"

View file

@ -38,7 +38,7 @@ pcm.!rear {
strings [
"cards."
{
@func card_strtype
@func card_driver
card $CARD
}
".pcm.rear." $DEV ":CARD=" $CARD

View file

@ -43,7 +43,7 @@ pcm.!surround40 {
strings [
"cards."
{
@func card_strtype
@func card_driver
card $CARD
}
".pcm.surround40." $DEV ":CARD=" $CARD

View file

@ -45,7 +45,7 @@ pcm.!surround51 {
strings [
"cards."
{
@func card_strtype
@func card_driver
card $CARD
}
".pcm.surround51." $DEV ":CARD=" $CARD