[Alsa-devel] Sound Blaster 4.1 problem

2003-01-11 Thread Pieter Palmers
controller and a Sigmatel STAC9708T codec. That's what's printed on the chips. Both aplay -D hw:0,0 /tmp/test.wav aplay -D hw:0,1 /tmp/test.wav play through the main channel. Any thoughts? Pieter Palmers $ cat /proc/asound/devices 0: [0- 0]: ctl

Re: [Alsa-devel] Sound Blaster 4.1 problem (ens1371)

2003-01-14 Thread Pieter Palmers
, Pieter Palmers === [EMAIL PROTECTED] M.Sc. µElectronics student @ ESAT laboratory KULeuven, Belgium On Tuesday 14 January 2003 17:22, you wrote: On Tue, 14 Jan 2003, Pieter Palmers wrote: Hi, I own a soundblaster 4.1 and I experience the following problem: I

Re: [Alsa-devel] Sound Blaster 4.1 problem (ens1371)

2003-01-14 Thread Pieter Palmers
, Pieter Palmers wrote: Anyway, the statement I wanted to make is: maybe I can use the same approach to try spying on the ens1371. I already experienced that you can obtain a lot of info fast if you know what you're looking for. Should you have any suggestions on how I should build/enhance

RE: [Alsa-devel] Sound Blaster 4.1 problem (ens1371)

2003-01-16 Thread Pieter Palmers
. Pieter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jaroslav Kysela Sent: dinsdag 14 januari 2003 20:20 To: Pieter Palmers Cc: [EMAIL PROTECTED] Subject: Re: [Alsa-devel] Sound Blaster 4.1 problem (ens1371) On Tue, 14 Jan 2003, Pieter

[Alsa-devel] ens1731 patch to enable rear output

2003-01-16 Thread Pieter Palmers
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

[Alsa-devel] FIX: soundblaster rear channels (ens1371)

2003-01-16 Thread Pieter Palmers
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

Re: [Alsa-devel] FIX: soundblaster rear channels (ens1371)

2003-01-17 Thread Pieter Palmers
Finally I figured out how to enable the rear channel separately from the front on the creative labs CT5880 (= modified ens1371 as it seems). great! thanks for your work! no problem. Thank you guys for your work. Figuring this out took me half a day. I'm sure that you guys all spent

Re: [Alsa-devel] FIX: soundblaster rear channels (ens1371)

2003-01-17 Thread Pieter Palmers
Done. Pieter, can you try the latest CVS source. When surround DAC is found, there should be 'AC97 2ch-4ch Copy Switch' which controls mirroring / separating channels. The front only configuration will be used only for cards with no surround DAC. Thank you for your work. CVS refuses

[Alsa-devel] CVS

2003-01-17 Thread Pieter Palmers
I checked the sourceforge site, and it states that: Project CVS Services: Developer (SSH) CVS access online; pserver-based CVS access and ViewCVS (web-based) access offline (2003-01-14 14:04:19 - Project CVS Services) As of 2003-01-14, pserver-based CVS repository access and ViewCVS

Re: [Alsa-devel] FIX: soundblaster rear channels (ens1371)

2003-01-17 Thread Pieter Palmers
yes, the problem seems on the sf site. please try cvs snapshot available on the alsa ftp. snapshots on the ftp site are of size 0Mb since 15-1-2003. --- This SF.NET email is sponsored by: Thawte.com Understand how to protect your

[Alsa-devel] support for SAM940x based cards

2003-01-17 Thread Pieter Palmers
Yes, I have working code to communicate with SAM9407 chip (microcode loading, memory management, channel allocation, control interface, etc) and I have just start working on PCM interface. Unfortunatelly, I haven't got any time to implement PCM routines, but all the low-level routines

[Alsa-devel] source tree

2003-01-24 Thread Pieter Palmers
Hi, I'm writing a driver for the Maxisound ISIS and I have the following question: how do I get it into my local source tree and get it compiled? I manage to compile the module, but I get 'unresolved depencies': depmod: *** Unresolved symbols in snd-isis.o depmod:

Re: [Alsa-devel] [Survey] headphone - master volume swap -- whichcodec chip?

2003-01-24 Thread Pieter Palmers
I took a look at the Intel AC97 2.2 specs. It seems that the behaviour described here is a AC97 2.2 recommendation. take a look at 1 2 of 5.2.1. Pieter AC `97 Component Specification Revision 2.2 September 2000 5.2 LINE_OUT and AUX_OUT AC `97

[Alsa-devel] IRQ trouble...

2003-01-25 Thread Pieter Palmers
Hi all, I' writing a device driver for the Maxi Studio ISIS, and I'm expierencing the following problem: First a little introduction: I've adapted the es1968 driver, because the card is based upon a Maestro2EM device. Then I took Uros' sam9407 code, and modified it a little to fit my needs.

[Alsa-devel] ens1371 SPDIF feed-trough

2003-01-27 Thread Pieter Palmers
Hi all, According to the Creative labs specs, the CT4751 (ens1371) supports SPDIF direct feedtrough for DTS or DD. Does the ALSA driver support this? If not, any clue on how to implement this? If it does, what do I use to test it? Pieter

[Alsa-devel] building a mixer

2003-01-27 Thread Pieter Palmers
Hi all, is it possible to support multiple mixers in one card? I have the following situation: The card consists of a Maestro2E PCI controller with AC97 codec. On the expansion port of the maestro is a SAM9707 device. I'd like separate mixers for the AC97 and the SAM, because the control names

[Alsa-devel] alsa + xine problem

2003-03-06 Thread Pieter Palmers
Hi, anyone knows what this output means? It's from Xine: audio_alsa_out: Audio Device name = iec958:AES0=0x6,AES1=0x82,AES2=0x0,AES3=0x2 audio_alsa_out: Number of channels = 2 ALSA lib dlmisc.c:107:(snd_dlsym_verify) unable to verify version for symbol _snd_pcm_hook_ctl_elems_install ALSA lib

[Alsa-devel] inegrating a driver into the ALSA tree

2003-03-19 Thread Pieter Palmers
Hi, I'm currently writing a driver for the Guillemot MaxiStudio ISIS card, and I have the following question: how do I integrate my driver into the ALSA tree? I'm totaly infamiliar with the autoconf/automake stuff... For the moment I only need it on my own machine, so I compile it separately.

[Alsa-devel] How do I perform non-DMA transfers in an interrupt handler?

2003-03-21 Thread Pieter Palmers
Hi all, I face the following problem: The card I'm writing a driver for (SAM9707 based) doesn't support any form of DMA transfer. It requires you to transfer the PCM data through a 'rep outsw' like mechanism. It raises an interrupt when it needs new data. The transfer flow is as follows: 1)

Re: [Alsa-devel] How do I perform non-DMA transfers in an interrupthandler?

2003-03-21 Thread Pieter Palmers
Jaroslav Kysela wrote: On Fri, 21 Mar 2003, Pieter Palmers wrote: Hi all, I face the following problem: The card I'm writing a driver for (SAM9707 based) doesn't support any form of DMA transfer. It requires you to transfer the PCM data through a 'rep outsw' like mechanism. It raises

Re: [Alsa-devel] Guillemot ISIS Maxi Studio

2003-08-21 Thread Pieter Palmers
Hi, You can find most info about the alsa driver for the ISIS at http://isisalsa.sourceforge.net/ You can also take a look at http://www.estudiohum.cl/Isis.htm for the user base. A few weeks ago there was a first driver release, based upon alsa 0.9.5. There are two utils available to make the