[Alsa-devel] Re: emu10k1 polishing?

2004-02-12 Thread Juhana Sadeharju
From: p z [EMAIL PROTECTED] 2. Alsamixer shows obscure names You could rename it in alsa-driver/alsa-kernel/pci/emu10k1/emufx.c and send patch here. I dislike patches, but I include one below if you insist. Just don't apply the patch to the latest Alsa, because I have alsa-driver-1.0.0pre3.

Re: [Alsa-devel] Re: emu10k1 polishing?

2004-02-12 Thread Glenn Maynard
On Thu, Feb 12, 2004 at 10:45:46AM +0200, Juhana Sadeharju wrote: I dislike patches, but I include one below if you insist. You dislike patches? It's the standard way that just about everyone in the free software world uses to show changes. Please get used to them. :) -- Glenn Maynard

Re: [Alsa-devel] Creamware Noah, snd-usb-audio capable?

2004-02-12 Thread Clemens Ladisch
Frank Barknecht wrote: Clemens Ladisch hat gesagt: // Clemens Ladisch wrote: it should be possible to use the MIDI_STANDARD_INTERFACE quirk (see below). I'd love to test it, but I had to send back the device already. :( Could you test it? I would test it if I actually had the device.

Re: [Alsa-devel] ISA pnp kernel 2.6

2004-02-12 Thread Takashi Iwai
At Wed, 11 Feb 2004 21:57:35 +, Michael Corlett wrote: I have an ISA pnp card (opti931) which stopped working when I installed kernel 2.6 and the problem is as follows: The kernel function that sets and activates the card is isapnp_set_resources (in drivers/pnp/isapnp/core.c) and for

Re: [Alsa-devel] intel8x0 CVS - warnings in console log

2004-02-12 Thread Takashi Iwai
At Wed, 11 Feb 2004 22:09:07 + (GMT), Chris Rankin wrote: Hi, I have just noticed these errors in my console log (with the few line immediately before): Feb 11 20:01:58 twopit kernel: PCI: Setting latency timer of device :00:1f.5 to 64 Feb 11 20:01:59 twopit kernel:

Re: [Alsa-devel] Creamware Noah, snd-usb-audio capable?

2004-02-12 Thread Clemens Ladisch
Hartmut Geissbauer wrote: I own a piece of hardware called Noah EX. It's a tactive instrument modeller. My goal is to get this device working with the alsa usb driver, because the output of lsusb -v leads me to the hope, that it has a standard usb audio interface. ... Interface Descriptor:

Re: [Alsa-devel] new alsa driver for ti omap chip

2004-02-12 Thread Takashi Iwai
At Thu, 12 Feb 2004 12:56:04 +0530, Gupta, Kshitij wrote: hi, I am trying to write an alsa driver for a tsc2101 codec on a arm based SOC. The control interface between the SOC and the tsc2101 codec is via SPI. And the data interface is a I2S interface. Can some one suggest a good

Re: [Alsa-devel] new alsa driver for ti omap chip

2004-02-12 Thread Jaroslav Kysela
On Thu, 12 Feb 2004, Takashi Iwai wrote: At Thu, 12 Feb 2004 12:56:04 +0530, Gupta, Kshitij wrote: hi, I am trying to write an alsa driver for a tsc2101 codec on a arm based SOC. The control interface between the SOC and the tsc2101 codec is via SPI. And the data interface

[Alsa-devel] [PATCH] UA-3FX support

2004-02-12 Thread Clemens Ladisch
Frank Barknecht wrote: Now I discovered a teenytiny switch on the back if the UA-3 FX that switches the Advanced Driver features of the device on or off. Setting this to OFF, I now got ALSA to recognize the device as a simple 44100 Hz device. No higher samplerates, though. Probably a quirk

Re: [Alsa-devel] new alsa driver for ti omap chip

2004-02-12 Thread Takashi Iwai
At Thu, 12 Feb 2004 12:22:31 +0100 (CET), Jaroslav wrote: On Thu, 12 Feb 2004, Takashi Iwai wrote: At Thu, 12 Feb 2004 12:56:04 +0530, Gupta, Kshitij wrote: hi, I am trying to write an alsa driver for a tsc2101 codec on a arm based SOC. The control interface between

Re: [Alsa-devel] [Fwd: Audigy2 NX (USB 2.0) on ALSA 1.0.2]

2004-02-12 Thread Clemens Ladisch
John W. Cocula wrote: I have an Audigy2 NX working under ALSA 1.0.2 (the latest 1.0.2 :) ... 2. I downloaded the latest firmware under Windows that supposedly permits USB 2.0 operation, but lsusb -v stills shows it as a 1.1 device. Bus 002 Device 004: ID 041e:3020 Creative Technology, Ltd

RE: [Alsa-devel] new alsa driver for ti omap chip

2004-02-12 Thread Gupta, Kshitij
hi, yeah that's true I2S has not much to with the driver. So there is one more component on the chip called McBSP(Multichannel Buffered serial port) which will actually communicate to the codec chip over I2S protocol. And the DMA can read data from the McBSP recieve and transmit buffers.

RE: [Alsa-devel] new alsa driver for ti omap chip

2004-02-12 Thread Jaroslav Kysela
On Thu, 12 Feb 2004, Gupta, Kshitij wrote: hi, yeah that's true I2S has not much to with the driver. So there is one more component on the chip called McBSP(Multichannel Buffered serial port) which will actually communicate to the codec chip over I2S protocol. And the DMA can read

Re: [Alsa-devel] ISA pnp kernel 2.6

2004-02-12 Thread Michael Corlett
Takashi Iwai wrote: At Wed, 11 Feb 2004 21:57:35 +, Michael Corlett wrote: I have an ISA pnp card (opti931) which stopped working when I installed kernel 2.6 and the problem is as follows: The kernel function that sets and activates the card is isapnp_set_resources (in

Re: [Alsa-devel] Creamware Noah, snd-usb-audio capable?

2004-02-12 Thread Frank Barknecht
Hallo, Clemens Ladisch hat gesagt: // Clemens Ladisch wrote: I would test it if I actually had the device. Well, it's in CVS now, so let's pretend it works and see if somebody complains. ;-) I alsways wonder how device driver authors write devices without the devices, but in general it

Re: [Alsa-devel] [PATCH] UA-3FX support

2004-02-12 Thread Frank Barknecht
Hallo, Clemens Ladisch hat gesagt: // Clemens Ladisch wrote: Frank Barknecht wrote: Now I discovered a teenytiny switch on the back if the UA-3 FX that switches the Advanced Driver features of the device on or off. Setting this to OFF, I now got ALSA to recognize the device as a simple