Re: [Alsa-devel] usb-audio - kernel oops 2.5.72

2003-06-24 Thread cliffw
At Sun, 22 Jun 2003 20:45:09 -0700, [EMAIL PROTECTED] wrote: Am attempting to get linux-2.5.72 + snd-usb-audio happening. Results have been poor. Machine is VIA C3, ALSA + jack working fine with the built-in via audio. Tried various kernels, real ugly failures with 2.5.70, also

Re: [Alsa-devel] future ALSA development

2003-06-24 Thread Jaroslav Kysela
On Tue, 24 Jun 2003, Joern Nettingsmeier wrote: Jaroslav Kysela wrote: other people might propose XML. then it becomes to a question whether alsa-lib should rely on other libs... I think that XML is too overkill for our purposes. true if you only consider alsa. but on most

Re: [Alsa-devel] AudioScience driver

2003-06-24 Thread Takashi Iwai
At Mon, 23 Jun 2003 22:14:51 -0700 (PDT), Eliot Blennerhassett wrote: Hello all, thanks to various people on this list, I have managed to make an ALSA driver that works for most AudioScience cards. I have attached a patch against alsa-driver-0.9.4 But I'm not sure if this is the

Re: [Alsa-devel] New mixer api.

2003-06-24 Thread Takashi Iwai
At Mon, 23 Jun 2003 16:36:22 +0100, James Courtier-Dutton wrote: Hi, If a user has a 5.1 sound card, but only has 2 speakers connected, it would be nice if the user could tell alsa this fact. Then the amount of sliders in the mixer could be reduced, and also, an application could detect

Re: [Alsa-devel] future ALSA development

2003-06-24 Thread Abramo Bagnara
Jaroslav Kysela ha scritto: On Tue, 24 Jun 2003, Joern Nettingsmeier wrote: # pre-load the configuration files @elisp (load-conf \/etc/asound.conf\ 0) (load-conf \~/.asoundrc\ 0) I'd suggest a simpler alternative: - introduce a new type SND_CONFIG_TYPE_SEXP - change parser to

[Alsa-devel] VX222 documentation change

2003-06-24 Thread Christophe Greisberger
Hi! The documentation for the VX222 is incomplete. I had problems bringing a VX222/v2 to run, but Takashi Iwai Jaroslav Kysela gave me the solution. It should be added to the documentation. Just before Now insert the modules into the kernel space., add : | One of the alsa-tools must be

Re: [Alsa-devel] future ALSA development

2003-06-24 Thread Paul Davis
@hooks [ { func load files [ /etc/asound.conf ~/.asoundrc ] errors false } ] New code: # pre-load the configuration files @elisp (load-conf \/etc/asound.conf\

Re: [Alsa-devel] future ALSA development

2003-06-24 Thread Jaroslav Kysela
On Tue, 24 Jun 2003, Paul Davis wrote: this is just another version of the kind of embedded quoting nightmare that we all face when using shell scripts. the right form is: (defun cards (load-conf (concat (data-dir) /cards/aliases.conf) 0) (defun load-conf-all (card)

Re: [Alsa-devel] future ALSA development

2003-06-24 Thread Paul Davis
There are two differences between lisp and alsa configuration language. Lisp is standard dynamic language but the ALSA configuration is static (if you ommit the runtime evaluation hacks added to enhance functinality). but the runtime evaluation hacks are precisely what give rise to the problems.

Re: [Alsa-devel] future ALSA development

2003-06-24 Thread Jaroslav Kysela
On Tue, 24 Jun 2003, Giuliano Pochini wrote: Lisp should be fine, although it's not very user-friendly. But what the interpreter is supposed to do ? Is it possible to create an ordinary mixer control that the hw doesn't support ? For example: a card may not have an hw master volume control,

[Alsa-devel] 6fire mixer question

2003-06-24 Thread ehasenle
Hello. Why do usual mixer applications fail with the Terratec DMX 6fire (maybe also other envy24 cards)? I have to use gamix/envy24control in order to set the levels. I find it convenient to set the playback level using xmms which also relies on the mixer interface. What needs to be done in order

Re: [Alsa-devel] 6fire mixer question

2003-06-24 Thread Takashi Iwai
At Tue, 24 Jun 2003 11:51:47 -0400, [EMAIL PROTECTED] wrote: Hello. Why do usual mixer applications fail with the Terratec DMX 6fire (maybe also other envy24 cards)? I have to use gamix/envy24control in order to set the levels. I find it convenient to set the playback level using xmms

Re: [Alsa-devel] alsa 0.9.4 and gcc 3.3

2003-06-24 Thread Yannick Beynet
Takashi Iwai a crit: At Mon, 23 Jun 2003 15:45:08 +0200, Yannick Beynet wrote: Hi ! I have a problem with configure script My kernel has been made with gcc 3.3, alsa 's configure find that gcc version is 3.3 but it prints that compilers mismatch ... My kernel version is 2.4.21

Re: [Alsa-devel] alsa 0.9.4 and gcc 3.3

2003-06-24 Thread Yannick Beynet
Yannick Beynet a e'crit : Takashi Iwai a e'crit : At Mon, 23 Jun 2003 15:45:08 +0200, Yannick Beynet wrote: Hi ! I have a problem with configure script My kernel has been made with gcc 3.3, alsa 's configure find that gcc version is 3.3 but it prints that compilers mismatch ... My kernel

Re: [Alsa-devel] future ALSA development

2003-06-24 Thread Takashi Iwai
At Tue, 24 Jun 2003 15:04:22 +0200 (CEST), Jaroslav wrote: On Tue, 24 Jun 2003, Giuliano Pochini wrote: Lisp should be fine, although it's not very user-friendly. But what the interpreter is supposed to do ? Is it possible to create an ordinary mixer control that the hw doesn't support

Re: [Alsa-devel] future ALSA development

2003-06-24 Thread Jaroslav Kysela
On Tue, 24 Jun 2003, Takashi Iwai wrote: At Tue, 24 Jun 2003 08:16:18 -0400, Paul Davis wrote: It is something similar like HTML and Java script. The first one is good to describe the static part of web pages, but if you want something dynamic, you have to use another embeded

Re: [Alsa-devel] [PATCH] alsactl fixes

2003-06-24 Thread Jeremy Hall
anoncvs has not picked up changes. I am seeing a core dump when I try to run alsactl store and don't know why. gdb isn't helping me on this machine. _J In the new year, Takashi Iwai wrote: At Fri, 20 Jun 2003 09:09:43 +0200 (METDST), Clemens Ladisch wrote: When a card doesn't have

Re: [Alsa-devel] AudioScience driver

2003-06-24 Thread Fred Gleason
On Tuesday 24 June 2003 01:14, Eliot Blennerhassett wrote: I have attached a patch against alsa-driver-0.9.4 But I'm not sure if this is the desired form, or whether I have located the driver in the correct part of the tree. I've tried building things with the patch, and have some questions:

Re: [Alsa-devel] usb-audio - kernel oops 2.5.72

2003-06-24 Thread cliffw
At Mon, 23 Jun 2003 23:54:46 -0700, [EMAIL PROTECTED] wrote: At Sun, 22 Jun 2003 20:45:09 -0700, [EMAIL PROTECTED] wrote: Am attempting to get linux-2.5.72 + snd-usb-audio happening. Results have been poor. Machine is VIA C3, ALSA + jack working fine with the

Re: [Alsa-devel] usb-audio - kernel oops 2.5.72

2003-06-24 Thread cliffw
At Mon, 23 Jun 2003 23:54:46 -0700, [EMAIL PROTECTED] wrote: At Sun, 22 Jun 2003 20:45:09 -0700, [EMAIL PROTECTED] wrote: Am attempting to get linux-2.5.72 + snd-usb-audio happening. please try the cvs version. Takashi ALSA cvs + linux-2.5.72-mm3