Hi,
At Wed, 15 Jan 2003 00:48:46 +0300,
Anton Worshevsky wrote:
>
> Hello ,
>
> > if someone has VIA8233, VIA8233A, VIA8233C or VIA8235 chipset, could
> > you help the testing of the new driver?
> > the new driver code is found at
> >
> > http://www.alsa-project.org/~iwai/via82xx.c
>
At Tue, 14 Jan 2003 22:58:44 +0100,
Christian Esken wrote:
>
> Hello,
>
> I treid to download latest CVS version, but failed logging in (using empty password
>as
> described on the web page).
>
>
> chris@bjork:~/CVS/alsa> cvs -d
>':pserver:[EMAIL PROTECTED]:/cvsroot/alsa' login
> Logging in
At Wed, 15 Jan 2003 11:23:58 +0100,
Guido Bakker wrote:
>
> On Wednesday 15 January 2003 10:08, you wrote:
> > Hi,
> >
> > At Wed, 15 Jan 2003 09:04:21 +0100,
> >
> > Guido Bakker wrote:
> > > hi,
> > >
> > > i'm trying to use the optical out of my terratec dmx xfire 1024 with an
> > > ac3 stream.
At 15 Jan 2003 13:01:06 -0800,
Alex Romosan wrote:
>
> the latest cvs update (from a few days ago, since sourceforge seems to
> have problems with anonymous cvs) broke the trident driver. when i try
> to play a sound file i get the following:
>
> kernel: ALSA ../../alsa-kernel/pci/trident/trident
> > > > i'm trying to use the optical out of my terratec dmx xfire 1024 with
> > > > an ac3 stream.
> > > >
> > > > root@thebox:~/alsa/alsa-tools-0.9.0rc6/ac3dec# ./ac3dec -C test.ac3
> > > > Using PCM device 'iec958:AES0=0x2,AES1=0x82,AES2=0x0,AES3=0x2'
> > > > ALSA lib pcm.c:1719:(snd_pcm_open_co
At Thu, 16 Jan 2003 10:55:37 +0100,
Guido Bakker wrote:
>
> > > > > i'm trying to use the optical out of my terratec dmx xfire 1024 with
> > > > > an ac3 stream.
> > > > >
> > > > > root@thebox:~/alsa/alsa-tools-0.9.0rc6/ac3dec# ./ac3dec -C test.ac3
> > > > > Using PCM device 'iec958:AES0=0x2,AES1
At Thu, 16 Jan 2003 00:14:10 +0100,
Christian Esken wrote:
>
> Hi,
>
> I wonder what the status of the cs64xx distortion problem is.
> I tested the 2003-01-14.tar.bz2 snapshot with my GameThaeter 7.1 XP
> and it still shows those heavy distortions on analog output.
>
> Digital out is OK most of
On Thu, Jan 16, 2003 at 08:39:23AM +0100, Clemens Ladisch wrote:
>Brian Victor wrote:
>> Monitoring /proc/asound/seq/queues shows the events being queued, but as
>> soon as the queue starts, all 400 notes leave the queue instantly; none
>> are played.
>>
>> snd_seq_ev_schedule_tick(&ev, m_queue,
Brian Victor wrote:
>On Thu, Jan 16, 2003 at 08:39:23AM +0100, Clemens Ladisch wrote:
>>Brian Victor wrote:
>>> Monitoring /proc/asound/seq/queues shows the events being queued, but as
>>> soon as the queue starts, all 400 notes leave the queue instantly; none
>>> are played.
afaik, you should us
On Thu, Jan 16, 2003 at 04:32:05PM +0100, Tim Goetze wrote:
>afaik, you should use snd_seq_event_output() instead of
>snd_seq_event_output_direct() -- the latter is supposed
>to by-pass the queue for instant transmission.
I've tried both, actually. output() does not show any queued events in
/pro
At Thu, 16 Jan 2003 16:32:05 +0100 (CET),
Tim Goetze wrote:
>
> Brian Victor wrote:
>
> >On Thu, Jan 16, 2003 at 08:39:23AM +0100, Clemens Ladisch wrote:
> >>Brian Victor wrote:
> >>> Monitoring /proc/asound/seq/queues shows the events being queued, but as
> >>> soon as the queue starts, all 400
At Thu, 16 Jan 2003 10:06:14 -0800,
Alex Romosan wrote:
>
> Takashi Iwai <[EMAIL PROTECTED]> writes:
>
> > At 15 Jan 2003 13:01:06 -0800,
> > Alex Romosan wrote:
> >>
> >> the latest cvs update (from a few days ago, since sourceforge seems to
> >> have problems with anonymous cvs) broke the trid
Hi,
The simulation approach still has a lot of bugs... so I tried another
approach.
I was reading the datasheets of the ENS-1371 chip, and I noticed that almost
all
configuration is done using IO space registers. So I wrote a little tool to
read
out the contents of these registers in Win98, along
Takashi Iwai wrote:
>Christian Esken wrote:
>>
>> I wonder what the status of the cs64xx distortion problem is.
>> I tested the 2003-01-14.tar.bz2 snapshot with my GameThaeter 7.1 XP
>> and it still shows those heavy distortions on analog output.
>
>well, it looks
Hi,
It seems that my previous assumption was correct. I added a patch for the
ens1370.c driver that enables the rear output.
It seems to be a mirror of the front output, but the 'surround' slider in
alsamixer controls volume separately from the output.
By the way: the CVS server at sourceforge
On Thursday 16 January 2003 21:08, Brian Victor wrote:
> I've removed all attachments to wxWindows, so anyone should be able to
> compile my test program. So I don't have to keep sending snippits out
> of context, the code is here:
>
> http://www.personal.psu.edu/users/b/h/bhv1/nowx.cc or
> h
Christian Esken wrote:
Takashi Iwai wrote:
Christian Esken wrote:
I wonder what the status of the cs64xx distortion problem is.
I tested the 2003-01-14.tar.bz2 snapshot with my GameThaeter 7.1 XP
and it still shows those heavy distortions on analog output.
I wonder what the status of the cs64xx distortion problem is.
I tested the 2003-01-14.tar.bz2 snapshot with my GameThaeter 7.1 XP
My opinion: the GameTheater XP it's a cheap soundcard with a beautiful
blue box. Usually cheap soundcard got a cheap design as result of a tiny
bugdet, so just don
On Thu, Jan 16, 2003 at 10:27:35PM +0100, Pedro Lopez-Cabanillas wrote:
>In short: start the queue before sending events, add snd_seq_drain_output at
>end of SetTempo method.
...and then there was light! Er.. sound!
Now that it's working, I'm left again with conceptual questions. I was
under t
Finally I figured out how to enable the rear channel separately from the front
on the creative labs CT5880 (= modified ens1371 as it seems).
I'll describe the settings to enable this, but I'm not going to submit a
patch, as I have noticed that I messed up my ens1370.c too much, and I can't
get
Benny Sjostrand <[EMAIL PROTECTED]> wrote:
> My opinion: the GameTheater XP it's a cheap soundcard with a beautiful
> blue box. Usually cheap soundcard got a cheap design as result of a
> tiny bugdet, so just dont expect to much from the analog part's.
Constantly saying that it's a cheap soundcard
21 matches
Mail list logo