[alsa-cvslog] CVS: alsa-kernel/core wrappers.c,1.6,1.7

2002-09-19 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/core In directory usw-pr-cvs1:/tmp/cvs-serv28000 Modified Files: wrappers.c Log Message: - clean up the pci_alloc_consistent hack, - check whether the hack was already defined. Index: wrappers.c

[alsa-cvslog] CVS: alsa-utils/alsactl alsactl.c,1.47,1.48

2002-09-19 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-utils/alsactl In directory usw-pr-cvs1:/tmp/cvs-serv3506 Modified Files: alsactl.c Log Message: Fixed warning Index: alsactl.c === RCS file: /cvsroot/alsa/alsa-utils/alsactl/alsactl.c,v

[alsa-cvslog] CVS: alsa-kernel/pci intel8x0.c,1.48,1.49

2002-09-19 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci In directory usw-pr-cvs1:/tmp/cvs-serv5805 Modified Files: intel8x0.c Log Message: - use mmio for codec on nforce (pci resource 2). nforce doesn't have resource 3 (mmio for controller). - clean up and fix ali5455 codes. (spdif still won't

[alsa-cvslog] CVS: alsa-kernel/pci/ice1712 ews.c,1.1,1.2

2002-09-19 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/ice1712 In directory usw-pr-cvs1:/tmp/cvs-serv4380 Modified Files: ews.c Log Message: fixed the variable declaration in C++ style. should be compiled now. Index: ews.c === RCS

[alsa-cvslog] CVS: alsa-kernel/pci via82xx.c,1.7,1.8

2002-09-19 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci In directory usw-pr-cvs1:/tmp/cvs-serv4592 Modified Files: via82xx.c Log Message: fixed the allocation size of idx_table. Index: via82xx.c === RCS file:

[alsa-cvslog] CVS: alsa-lib/test latency.c,1.30,1.31 pcm.c,1.21,1.22

2002-09-19 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-lib/test In directory usw-pr-cvs1:/tmp/cvs-serv19889/test Modified Files: latency.c pcm.c Log Message: Reverted back the PCM API. New snd_pcm_hw_params_* functions are available only explicitly when ALSA_PCM_NEW_HW_PARAMS_API is defined. Updated

[alsa-cvslog] CVS: alsa-lib acconfig.h,1.5,1.6 configure.in,1.82,1.83

2002-09-19 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-lib In directory usw-pr-cvs1:/tmp/cvs-serv19889 Modified Files: acconfig.h configure.in Log Message: Reverted back the PCM API. New snd_pcm_hw_params_* functions are available only explicitly when ALSA_PCM_NEW_HW_PARAMS_API is defined. Updated documentation

[alsa-cvslog] CVS: alsa-lib/aserver aserver.c,1.51,1.52

2002-09-19 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-lib/aserver In directory usw-pr-cvs1:/tmp/cvs-serv19889/aserver Modified Files: aserver.c Log Message: Reverted back the PCM API. New snd_pcm_hw_params_* functions are available only explicitly when ALSA_PCM_NEW_HW_PARAMS_API is defined. Updated

[alsa-cvslog] CVS: alsa-lib/src/seq seq_midi_event.c,1.15,1.16

2002-09-19 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-lib/src/seq In directory usw-pr-cvs1:/tmp/cvs-serv19889/src/seq Modified Files: seq_midi_event.c Log Message: Reverted back the PCM API. New snd_pcm_hw_params_* functions are available only explicitly when ALSA_PCM_NEW_HW_PARAMS_API is defined. Updated

[alsa-cvslog] CVS: alsa-lib/src/control control_shm.c,1.34,1.35

2002-09-19 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-lib/src/control In directory usw-pr-cvs1:/tmp/cvs-serv19889/src/control Modified Files: control_shm.c Log Message: Reverted back the PCM API. New snd_pcm_hw_params_* functions are available only explicitly when ALSA_PCM_NEW_HW_PARAMS_API is defined. Updated

[alsa-cvslog] CVS: alsa-lib/include Makefile.am,1.44,1.45 aserver.h,1.36,1.37 pcm.h,1.161,1.162

2002-09-19 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-lib/include In directory usw-pr-cvs1:/tmp/cvs-serv19889/include Modified Files: Makefile.am aserver.h pcm.h Log Message: Reverted back the PCM API. New snd_pcm_hw_params_* functions are available only explicitly when ALSA_PCM_NEW_HW_PARAMS_API is defined.

[alsa-cvslog] CVS: alsa-lib/src Versions,1.1,1.2

2002-09-19 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-lib/src In directory usw-pr-cvs1:/tmp/cvs-serv19889/src Modified Files: Versions Log Message: Reverted back the PCM API. New snd_pcm_hw_params_* functions are available only explicitly when ALSA_PCM_NEW_HW_PARAMS_API is defined. Updated documentation and

[alsa-cvslog] CVS: alsa-lib/src/pcm pcm.c,1.220,1.221 pcm_hw.c,1.102,1.103 pcm_shm.c,1.50,1.51

2002-09-19 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-lib/src/pcm In directory usw-pr-cvs1:/tmp/cvs-serv19889/src/pcm Modified Files: pcm.c pcm_hw.c pcm_shm.c Log Message: Reverted back the PCM API. New snd_pcm_hw_params_* functions are available only explicitly when ALSA_PCM_NEW_HW_PARAMS_API is defined.

[alsa-cvslog] CVS: alsa-utils/aplay aplay.c,1.149,1.150

2002-09-19 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-utils/aplay In directory usw-pr-cvs1:/tmp/cvs-serv23646/aplay Modified Files: aplay.c Log Message: Updated to latest alsa-lib Index: aplay.c === RCS file:

[alsa-cvslog] CVS: alsa-tools/ac3dec config.h.in,1.2,1.3 output.c,1.15,1.16

2002-09-19 Thread Jaroslav Kysela
Update of /cvsroot/alsa/alsa-tools/ac3dec In directory usw-pr-cvs1:/tmp/cvs-serv24068/ac3dec Modified Files: config.h.in output.c Log Message: Updated to latest alsa-lib PCM API Index: config.h.in === RCS file: