Re: [Alsa-devel] building a mixer

2003-01-28 Thread Uros Bizjak
Pieter Palmers wrote: 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

Re: [Alsa-devel] IRQ trouble...[notices]

2003-01-27 Thread Uros Bizjak
Pieter Palmers wrote: Other stuff: --cut here-- //bytes[0] = 0x04; //bytes[1] = 0x00; //err = snd_sam9407_init_command(sam, sam-system_io_queue, // bytes, 2, buffer, 2, -1); --comment-- -- This is wrong syntax. There should be: err =

Re: [Alsa-devel] IRQ trouble...[notices]

2003-01-27 Thread Uros Bizjak
Pieter Palmers wrote: There is one remark though: Your driver oops at some times (null pointer dereference), ie when doing: (sam_ucode.c) err = snd_sam9407_init_command(NULL, bytes, 7, NULL, 0, -1); The problem is in the magic_cast: When calling this with queue=NULL, the magic_cast causes

Re: [Alsa-devel] IRQ trouble...

2003-01-26 Thread Uros Bizjak
Pieter Palmers wrote: This interrupt scheme is where my problem occurs.When using the driver alone, I don't get any interrupts. So I thought of the following: why not load the firmware from userspace, and use my new driver in stead of the es1968 one. So I loaded the ISIS driver, then started

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

2003-01-17 Thread Uros Bizjak
Takashi Iwai wrote: Does ALSA support non-DMA audio transfer? I believe the ISIS uses this kind of transfers, but I don't know for sure yet. I know it's stupid design not to use DMA, but there is nothing to do about it I guess. yes, but the implementation depends on the driver. you can

[Alsa-devel] Re: support for SAM940x based cards

2003-01-17 Thread Uros Bizjak
Pieter Palmers wrote: 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

Re: [Alsa-devel] sb16 gets wedged when doing overlapped i/o (fullduplex)

2002-12-05 Thread Uros Bizjak
Hello! Did you try to set 16bit DMA allocation flag to Playback or Capture? Also, there are problems if your ISA bus is overclocked to more than 8MHz. Uros. On Thu, 5 Dec 2002, John S. Denker wrote: This is a slightly-updated clone of item #648232 on the

Re: [Alsa-devel] sb16 gets wedged when doing overlapped i/o (fullduplex)

2002-12-05 Thread Uros Bizjak
Hello! From the error message you posted about this bug, it looks that driver is trying to call prepare() operator on a substream that is still in SNDRV_PCM_STATE_RUNNING state. Perhaps Jaroslav could tell us if this can happen if hardware pointers are not updated anymore (because sb16

Re: [Alsa-devel] [HW BUG?] AWE64 Full duplex failures

2002-11-07 Thread Uros Bizjak
Hello! In this state, 8bit IRQ is still pending! It looks that with some SB DSP chip versions, this will block generation of 8 _and_ 16bit IRQs. Attached patch (untested!) acknowledges [16|8] bit interrupt, but adds [8|16] bit acknowledge, if secondary channel is not in use at the moment.

[Alsa-devel] [CFT][patch] OPL3 stuff

2002-08-14 Thread Uros Bizjak
Hello! This patch is a rework of OPL3 chip detection (again...): - detects OPL3-L - detects OPL4 with by-the-book procedure. FM registers can not be read in OPL4 mode (look at page 8 of OPL4 documentation) - changes messages to OPLx ... - enhances reported chip

Re: [Alsa-devel] EWS64XL: cs4232 alsa driver is no more workingwith Alsa 0.9.0beta12 and Sam9407 driver , Alsa0.5.x worked fine

2002-03-07 Thread Uros Bizjak
Hello! For EWS64XL (at least for my rev 1.2) you should use cs4236. It worked for me a couple of weeks ago. In fact, you don't need to initialize a sam9407 device to use CoDec device with latest ALSA revision. Uros. BTW: I'm developing a driver for sam9407 device. I already can

Re: [Alsa-devel] synth support with the CS4239 chip ?

2001-12-19 Thread Uros Bizjak
Hello! Is the opl3 autodetection supposed to fail for this chipset ? Yes. Autodetection is made by changing timer value. In CirrusLogic case, and according to comment, there is no OPL3 timers in Cirrus Logic's chips. switch (opl3-hardware) { /* some hardware doesn't support

Re: [Alsa-devel] synth support with the CS4239 chip ?

2001-12-10 Thread Uros Bizjak
Hello! Every concerned modules are finely loaded, /proc/asound provides detailled information about the seq configuration, the FM/synth controls in the mixer are enabled, and playmidi seems to work currently (there's is -r options which provides realtime graphics of what's currently

[Alsa-devel] Alsa problems... (fwd)

2001-11-19 Thread Uros Bizjak
-- Forwarded message -- Date: Mon, 19 Nov 2001 03:29:52 -0500 (EST) From: Ken Arromdee [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Alsa problems... Alsa 0.9 didn't work for me at all... I have to stick with 0.5... Is there anything we could help? Some debug information

[Alsa-devel] Slashdot | Professional Audio on Linux

2001-10-17 Thread Uros Bizjak
Hello! Perhaps someone will be interested in this discussion on Slashdot: http://slashdot.org/askslashdot/01/10/15/1650217.shtml Uros. ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel