[Alsa-devel] VT8233/A/8235 Clock Problem

2003-12-07 Thread drclaw
Hi, I've got a motherboard with a builtin soundcard, proc/pci says: VIA Technologies, Inc. VT8233/A/8235 AC97 Audio Controller (rev 80) (The Mobo is a Gigabyte GA-7VAX, a VIA KT400 chipset with a VT8235) and I find that (on Line 83 in alsa-kernel/pci/via82xx.c) the: static int

Re: [Alsa-devel] rc2 - snd-via82xx - really sounds bad - distorted, resampled, phasey

2003-12-07 Thread drclaw
Hi, I have that exact same problem with a via8235 chip, and the only way I have found to fix it was to change 48000 to 44100 on Line 83 in alsa-kernel/pci/via82xx.c: static int ac97_clock[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 48000}; I actuially wrote a mail earlier today on the same subject

[Alsa-devel] HDSP MIDI question...

2003-08-14 Thread drclaw
Hi, when I run aconnect -i it just spits out Timer and Announce, I was wondering how I'm supposed to connect my HDSP (multiface, alsa 0.9.6) midi input to an application. I know it's functioning because jmax is able to see (and use) the HDSP midi ports, but aconnect can't. I was wondering if this

Re: [Alsa-devel] How to play different audio data on the left and right channel at the same time?

2002-12-23 Thread drclaw
On Sat, Dec 21, 2002 at 08:02:19PM +0800, ??? ??? wrote: Hi, I want to play different wave file on two channel at the same time, that's one wave file for left channel, and the other for right channel, can I achieve this with the alsa lib on linux? Need I open the sound device twice? Thx!

[Alsa-devel] HDSP and the hw: interface

2002-11-29 Thread drclaw
Ok, thanks for the line out help, and I think I understand how the matrix mixer works, and I can hear stuff through my monitors, but now I can't figure out how to get alsa input or output functioning. I can plug in my mic/pre and hear that through the monitors, and I can use the oss compatability

[Alsa-devel] HDSP Line Out Volume Control?

2002-11-20 Thread drclaw
Hi, I've got an HDSP (Multiface + Cardbus) and I can't figure out how to get output on the line out that isn't either 0% or 100%. Basically, if I don't use the module option line_outs_monitor=1 I can't hear anything, but if I do use it, the volume is cranked and distorted. Also, what exactly is

Re: [Alsa-devel] [BUG] buggy ali5451 driver

2002-11-04 Thread drclaw
Try disabling use dma by default in the ide section. If that then fixes the problem I have a patch that can get you dma back. I've got an ali southbridge in my laptop as well and everything works fine. 784 - Michael C. Piantedosi - [EMAIL PROTECTED]

Re: [Alsa-devel] [BUG] buggy ali5451 driver

2002-11-04 Thread drclaw
You could try using hdparm, but I'd just suggest recompiling and seeing if that helps. My machine won't even boot is dma is enabled by default. 784 - Michael C. Piantedosi - [EMAIL PROTECTED] --- This SF.net email is sponsored by:

Re: [Alsa-devel] [BUG] buggy ali5451 driver

2002-11-04 Thread drclaw
Ick, that's not what I was hoping would happen. Well, I guess my solution won't work. Just out of curiosity, can you post your /proc/interrupts and /proc/ioports? I'm interested in just exactly what is being shared by what, and what your ide chipset is supposed to be. 784 - Michael C.

Re: [Alsa-devel] PCMCIA and snd-hdsp

2002-08-28 Thread drclaw
Hi, I'm running woody w/ pcmcia-cs_3.1.33-6 and my own custom build, but unpatched kernel 2.4.18, and a recent ALSA CVS checkout. I haven't tried my brand spanking new hdsp very much (been working), but it seems to load up nicely. I'll try to compile up 2.4.19 tonight to see if that breaks

[Alsa-devel] Re: [linux-audio-dev] Re: [linux-audio-announce] ALSA Hammerfall DSP driver

2002-06-24 Thread drclaw
Apparently, check out this link: http://www.mail-archive.com/alsa-devel@lists.sourceforge.net/msg03324.html By virtue of the way cardbus works, as soon as all of the kernel hooks are in place it is treated as a pci card, therefore ALSA supports both the pci and cardbus versions of the

Re: [Alsa-devel] HDSP -- linux CardBus issue : further information

2002-06-04 Thread drclaw
On Wed, May 29, 2002 at 12:23:13PM +0200, Thomas Charbonnel wrote: Hi Paul, Here are some new elements that may help you : - You said that under windows the bios settings were used to configure the card, thus asked Ico and I to boot using pci=biosirq, which I did, to find that the card

[Alsa-devel] Difficulty of a Hammerfall DSP Cardbus Driver?

2002-05-13 Thread drclaw
Hi, I'm in the midst of writing some compositional software and was planning on aquiring an H-DSP interface in a few months. I was thinking of getting both pci and cardbus interfaces for it so I could use it in my laptop and my more powerful desktop. After rgrepping the sourcetree and sifting