Re: [Alsa-devel] ALSA release 1.0.1

2004-01-09 Thread Jaroslav Kysela
On Thu, 8 Jan 2004, Glenn Maynard wrote:

 On Thu, Jan 08, 2004 at 07:15:10PM +0100, Jaroslav Kysela wrote:
  * alsa-driver
 
   CC [M]  /home/glenn/alsa-driver-1.0.1/usb/usbaudio.o
 /home/glenn/alsa-driver-1.0.1/usb/usbaudio.c: In function `snd_usb_find_csint_desc':
 /home/glenn/alsa-driver-1.0.1/usb/usbaudio.c:1755: error: `USB_DT_CS_INTERFACE' 
 undeclared (first use in this function)
 /home/glenn/alsa-driver-1.0.1/usb/usbaudio.c:1755: error: (Each undeclared 
 identifier is reported only once
 /home/glenn/alsa-driver-1.0.1/usb/usbaudio.c:1755: error: for each function it 
 appears in.)
 /home/glenn/alsa-driver-1.0.1/usb/usbaudio.c: In function `parse_audio_endpoints':
 /home/glenn/alsa-driver-1.0.1/usb/usbaudio.c:2341: error: `USB_DT_CS_ENDPOINT' 
 undeclared (first use in this function)
 make[2]: *** [/home/glenn/alsa-driver-1.0.1/usb/usbaudio.o] Error 1
 make[1]: *** [/home/glenn/alsa-driver-1.0.1/usb] Error 2
 
 linux-2.6.0/sound/usb/usbaudio.h defines these, but
 alsa-driver-1.0.1/alsa-kernel/usb/usbaudio.h does not.  Copying in the
 kernel header fixed it.

Use 2.6.0-rc or 2.6.1 kernels.

Jaroslav

-
Jaroslav Kysela [EMAIL PROTECTED]
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel


Re: [Alsa-devel] ALSA release 1.0.1

2004-01-08 Thread Kristof vansant
Does this mean alsa 1.0.1 will be added to kernel 2.6.1 ?

Op do 08-01-2004, om 19:15 schreef Jaroslav Kysela:
 Hello all,
 
   this is our first final ALSA release with number 1.0.1. As you all 
 expected, there are only minor fixes against 1.0.0rc2.
 
   The 1.0 code is a direct successor of the 0.9 code which firstly
 introduced the completely reworked APIs since 0.5 version. Our focus is
 to offer a hardware abstraction layer for all kinds of hardware including
 proffesional equipment.
 
   I would like to say a strong THANK YOU to all people who
 contributed to this project. Namely: Abramo Bagnara, Takashi Iwai, Paul 
 Davis, Clemens Ladisch, Massimo Piccioni and all others.
 
 Changes since 1.0.0rc2:
 
 * alsa-driver
   - added --with-redhat switch to force RedHat kernel detection
   - fixed system timer behaviour
   - OSS PCM emulation
 - added OSS_ALSAEMULVER ioctl to identify ALSA driver
 - changed whole-frag (default again) = partial-frag
 - small corrections in snd_pcm_oss_get_ptr()
   - USB audio fix
   - RME9652 - fixed driver load
   - GUS - fixed race - scheduling in interrupt
 * alsa-lib
   - added ipc_perm option for direct plugins (dsnoop, dmix, dshare)
   - fixed range settings for simple mixer
   - added asym plugin
   - alisp work (not too much important at the moment)
 
   Jaroslav
 
 -
 Jaroslav Kysela [EMAIL PROTECTED]
 Linux Kernel Sound Maintainer
 ALSA Project, SuSE Labs
 
 
 ---
 This SF.net email is sponsored by: Perforce Software.
 Perforce is the Fast Software Configuration Management System offering
 advanced branching capabilities and atomic changes on 50+ platforms.
 Free Eval! http://www.perforce.com/perforce/loadprog.html
 ___
 Alsa-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/alsa-devel
-- 
lupus  (Kristof Vansant Belgium)



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel


Re: [Alsa-devel] ALSA release 1.0.1

2004-01-08 Thread Jaroslav Kysela
On Thu, 8 Jan 2004, Kristof vansant wrote:

 Does this mean alsa 1.0.1 will be added to kernel 2.6.1 ?

No, sorry. This is beyond of my hands. I will send update patches to 
Andrew Morton and Linus ASAP, but the inclusion is in their hands.

Jaroslav

-
Jaroslav Kysela [EMAIL PROTECTED]
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel


[Alsa-devel] ALSA release 1.0.1

2004-01-08 Thread Jaroslav Kysela
Hello all,

this is our first final ALSA release with number 1.0.1. As you all 
expected, there are only minor fixes against 1.0.0rc2.

The 1.0 code is a direct successor of the 0.9 code which firstly
introduced the completely reworked APIs since 0.5 version. Our focus is
to offer a hardware abstraction layer for all kinds of hardware including
proffesional equipment.

I would like to say a strong THANK YOU to all people who
contributed to this project. Namely: Abramo Bagnara, Takashi Iwai, Paul 
Davis, Clemens Ladisch, Massimo Piccioni and all others.

Changes since 1.0.0rc2:

* alsa-driver
  - added --with-redhat switch to force RedHat kernel detection
  - fixed system timer behaviour
  - OSS PCM emulation
- added OSS_ALSAEMULVER ioctl to identify ALSA driver
- changed whole-frag (default again) = partial-frag
- small corrections in snd_pcm_oss_get_ptr()
  - USB audio fix
  - RME9652 - fixed driver load
  - GUS - fixed race - scheduling in interrupt
* alsa-lib
  - added ipc_perm option for direct plugins (dsnoop, dmix, dshare)
  - fixed range settings for simple mixer
  - added asym plugin
  - alisp work (not too much important at the moment)

Jaroslav

-
Jaroslav Kysela [EMAIL PROTECTED]
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel


Re: [Alsa-devel] ALSA release 1.0.1

2004-01-08 Thread Glenn Maynard
On Thu, Jan 08, 2004 at 07:15:10PM +0100, Jaroslav Kysela wrote:
 * alsa-driver

  CC [M]  /home/glenn/alsa-driver-1.0.1/usb/usbaudio.o
/home/glenn/alsa-driver-1.0.1/usb/usbaudio.c: In function `snd_usb_find_csint_desc':
/home/glenn/alsa-driver-1.0.1/usb/usbaudio.c:1755: error: `USB_DT_CS_INTERFACE' 
undeclared (first use in this function)
/home/glenn/alsa-driver-1.0.1/usb/usbaudio.c:1755: error: (Each undeclared identifier 
is reported only once
/home/glenn/alsa-driver-1.0.1/usb/usbaudio.c:1755: error: for each function it appears 
in.)
/home/glenn/alsa-driver-1.0.1/usb/usbaudio.c: In function `parse_audio_endpoints':
/home/glenn/alsa-driver-1.0.1/usb/usbaudio.c:2341: error: `USB_DT_CS_ENDPOINT' 
undeclared (first use in this function)
make[2]: *** [/home/glenn/alsa-driver-1.0.1/usb/usbaudio.o] Error 1
make[1]: *** [/home/glenn/alsa-driver-1.0.1/usb] Error 2

linux-2.6.0/sound/usb/usbaudio.h defines these, but
alsa-driver-1.0.1/alsa-kernel/usb/usbaudio.h does not.  Copying in the
kernel header fixed it.

 * alsa-lib

I'm still getting snd_pcm_plug_hw_params: Assertion `err = 0' failed.
from a couple weeks ago.  I can work around it, but I'm also working
around other things (such as that CS46xx chip that doesn't work with
4k or 8k buffers), and the result starts to be brittle ...

-- 
Glenn Maynard


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel