RE: [Alsa-devel] volume always 0 ?!?

2003-03-25 Thread Giuliano Pochini
On 23-Mar-2003 Giuliano Pochini wrote: > > setvolume control callback always get uc->value.integer.value[x]==0. Any > ideas ? Solved. I had to remove .access=SNDRV_CTL_ELEM_ACCESS_READWRITE and .index=0 from snd_kcontrol_new_t structure init. Strange. Bye. ---

[Alsa-devel] Re: [ALSA BUG] VIA 82xx broken by 0.9.0rc7 patch

2003-03-25 Thread Takashi Iwai
At 24 Mar 2003 10:40:03 -0500, Kristofer T. Karas <[EMAIL PROTECTED]> wrote: > > Hello Takashi, > > I upgrade my via-82xx driver from 0.9.0rc6 to 0.9.2 and found that the > sound quality patch (applied somewhere in the 0.9.0rc1 timeframe) seemed > to have been lost/reverted. Working backwards to

[Alsa-devel] pcm interfaces questions

2003-03-25 Thread Giuliano Pochini
snd_pcm_new() has two parameters for the number of substreams for playback and capture. Yes, but what does it mean ? If I have N playback substreams, can I service N applications that use one stream ? Can channels be allocated on demand, to allow the user to use 4 xmms or 1 xmms and a dvd player

Re: [Alsa-devel] envy24control and gtk2

2003-03-25 Thread Takashi Iwai
Hi, At 24 Mar 2003 00:30:43 +0100, Søren Wedel Nielsen wrote: > > Hi, > > I have upgraded the envy24control program to use gtk2. > To make the layout work I have changed it from fixed to hbox/vbox, but I > have tried not to change the structure og the gui-file envy24control.c. > It will also wor

Re: [Alsa-devel] BUG REPORT: Missing #include statements

2003-03-25 Thread Takashi Iwai
Hi, At Thu, 20 Mar 2003 17:51:55 +0100, Lars Hamren wrote: > > > Several C source files does not explicitly include the headers files > they need; instead they rely on asoundlib.h to include them. Here is a > list of missing includes: thanks for reports! fixed on cvs now. Takashi -

Re: [Alsa-devel] BUG REPORT: Some configure scripts do not honour --with-alsa-inc-prefix

2003-03-25 Thread Takashi Iwai
At Thu, 20 Mar 2003 23:55:12 +0100, Lars Hamren wrote: > > The following configure scripts generates makefiles that disregards > `--with-alsa-inc-prefix=/path/to/includes': > > alsa-tools-0.9.0rc7/ac3dec/configure > alsa-tools-0.9.0rc7/sb16_csp/configure > alsa-tools-0.9.0rc7/seq/sbil

Re: [Alsa-devel] pcm interfaces questions

2003-03-25 Thread Paul Davis
>snd_pcm_new() has two parameters for the number of substreams >for playback and capture. its a language problem. its not the number of substreams as in "the quantity of substreams". rather, it means "the ID of the substream". > Yes, but what does it mean ? If I >have N

Re: [Alsa-devel] possible ALSA bug/feature (was: important recording broke. why?) (fwd)

2003-03-25 Thread Takashi Iwai
At Fri, 21 Mar 2003 16:16:04 +0200 (EET), Kai Vehmanen wrote: > > Hi, > > first please read the mail to ecasound-list below. > > It seems that with newer ALSA versions, snd_pcm_read[in]() sometimes > returns -EIO even though documentation says nothing about this. After some > testing this seem

Re: [Alsa-devel] envy24control and gtk2

2003-03-25 Thread Søren Wedel Nielsen
tir, 2003-03-25 kl. 18:39 skrev Takashi Iwai: > Hi, > > > To get it to use gtk2 I have changed the build configuration files. > > > > http://www.heko.dk/~swn/envy24control/envy24control-gtk2-230303.patch > > this is not yet - i suppose many users still stick with gtk1.2. > would it be better to

[Alsa-devel] ALSA OSS MIDI emulation: input problems

2003-03-25 Thread Jonathan Woithe
Hi all I've been messing with the following problem on and off for the last few weeks. It occurs when the OSS sequencer emulation is used with Jazz++ 4.1.3. In essence, incoming MIDI events from an external MIDI interface have their time quantised to multiples of 48 ticks, which is not very sati

Re: [Alsa-devel] envy24control and gtk2

2003-03-25 Thread Fernando Pablo Lopez-Lezcano
> > I have upgraded the envy24control program to use gtk2. > > To make the layout work I have changed it from fixed to hbox/vbox, but I > > have tried not to change the structure og the gui-file envy24control.c. > > It will also work with gtk1. > > > > http://www.heko.dk/~swn/envy24control/envy24c

Re: [Alsa-devel] envy24control and gtk2

2003-03-25 Thread Søren Wedel Nielsen
tir, 2003-03-25 kl. 20:41 skrev Fernando Pablo Lopez-Lezcano: > > > I have upgraded the envy24control program to use gtk2. > > > To make the layout work I have changed it from fixed to hbox/vbox, but I > > > have tried not to change the structure og the gui-file envy24control.c. > > > It will also