Re: [Alsa-devel] Typo in Writing-an-ALSA-Driver

2003-12-21 Thread Martin Langer
On Sun, Dec 21, 2003 at 07:11:17PM +0100, Martin Langer wrote: Hi, two small typos in the docs on http://www.alsa-project.org/~iwai/writing-an-alsa-driver/x494.htm There are *playback* labeled functions for open and close: static snd_pcm_ops_t snd_mychip_playback_ops = { .open

Re: [Alsa-devel] m-audio uc33?

2003-12-22 Thread Martin Langer
On Mon, Dec 22, 2003 at 04:12:36PM +0100, Tim Goetze wrote: this thing caught my interest: http://m-audio.com/index.php?do=products.mainID=2505615704f241ab716639de0db48fef it's a control surface (faders, knobs etc) and seems to be able to act as a MIDI I/O interface when connected via USB,

Re: [Alsa-devel] m-audio uc33?

2003-12-22 Thread Martin Langer
On Mon, Dec 22, 2003 at 08:03:39PM +0100, Tim Goetze wrote: Martin Langer wrote: http://www.evolution.co.uk/products/evo_uc33e.htm BTW: The controller knobs of my Evolution MK-249C are working fine and ALSA has no evolution quirks inside. I don't know a device of them which wasn't class

[Alsa-devel] Kconfig typo

2003-12-25 Thread Martin Langer
Index: alsa-driver/pci/Kconfig === RCS file: /cvsroot/alsa/alsa-driver/pci/Kconfig,v retrieving revision 1.7 diff -u -r1.7 Kconfig --- alsa-driver/pci/Kconfig 19 Dec 2003 09:19:52 - 1.7 +++ alsa-driver/pci/Kconfig 25

[Alsa-devel] [PATCH] usx2y messages

2003-12-27 Thread Martin Langer
rename some messages from old us428 names to usX2Y ones. Index: alsa-driver/usb/usx2y/usX2Yhwdep.c === RCS file: /cvsroot/alsa/alsa-driver/usb/usx2y/usX2Yhwdep.c,v retrieving revision 1.1 diff -u -r1.1 usX2Yhwdep.c ---

[Alsa-devel] writing-an-alsa-driver: snd_info_set_text_ops()

2003-12-28 Thread Martin Langer
Hi, in the docs of writing-an-alsa-driver http://www.alsa-project.org/~iwai/writing-an-alsa-driver/c1396.htm is snd_info_set_text_ops() used as snd_info_set_text_ops(entry, chip, my_proc_read); But the reality of alsa-driver/alsa-kernel/include/info.h says: static inline void

Re: [Alsa-devel] Alsa-1.0.0rc2 Hammerfall Light - small bug report

2004-01-02 Thread Martin Langer
On Sat, Dec 06, 2003 at 06:15:19PM -0800, Mark Knecht wrote: Note ADAT3 which do not exist on this card. [EMAIL PROTECTED] mark]$ cat /proc/asound/card0/rme9652 [...] ADAT Sample rate: 44100Hz ADAT1: No Lock ADAT2: No Lock ADAT3: No Lock This patch will remove the ADAT3 entry for

[Alsa-devel] INSTALL should note that usxyloader depends on alsa-firmware

2004-01-03 Thread Martin Langer
Index: alsa-driver/INSTALL === RCS file: /cvsroot/alsa/alsa-driver/INSTALL,v retrieving revision 1.152 diff -u -r1.152 INSTALL --- alsa-driver/INSTALL 4 Dec 2003 11:51:40 - 1.152 +++ alsa-driver/INSTALL 3 Jan 2004 14:18:40

[Alsa-devel] What about removing Config.help and Config.in

2004-01-04 Thread Martin Langer
Hi, what about removing Config.in and Config.help ? I saw them in alsa-driver/isa/msnd/ --- Aren't they obsolete since Kconfig? martin --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your

[Alsa-devel] Re: usx2y: known problems with us122 and alsa-drivers-1.0.1?

2004-01-11 Thread Martin Langer
On Sun, Jan 11, 2004 at 02:49:06PM +0100, Karsten Wiese wrote: Am Samstag, 10. Januar 2004 20:27 schrieben Sie: $ ls -l /dev/snd total 0 crw-rw1 root audio116, 0 Dec 31 1969 controlC0 crw-rw1 root audio116, 32 Dec 31 1969 controlC1 crw-rw1

[Alsa-devel] [PATCH] fixes au88x0 problem with older kernel

2004-01-16 Thread Martin Langer
This will fix a problem with undeclared PCI_DEVICE_ID_VIA_8365_1 Index: alsa-driver/pci/au88x0/au88x0.c === RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au88x0.c,v retrieving revision 1.6 diff -u -r1.6 au88x0.c ---

[Alsa-devel] usx2y dependencies

2004-01-23 Thread Martin Langer
Hi, usx2y build by ./configure --with-cards=usb-usx2y has a dependency problem: depmod: *** Unresolved symbols in /lib/modules/2.4.23/kernel/sound/usb/usx2y/snd-usb-usx2y.o depmod: snd_usbmidi_disconnect_Rc1a56322 depmod: snd_hack_usb_set_interface_R5b6905b8 depmod:

Re: [Alsa-devel] usx2y dependencies

2004-01-26 Thread Martin Langer
On Mon, Jan 26, 2004 at 11:20:12AM +0100, Takashi Iwai wrote: At Sat, 24 Jan 2004 01:23:28 +0100, Martin Langer wrote: usx2y build by ./configure --with-cards=usb-usx2y has a dependency problem: depmod: *** Unresolved symbols in /lib/modules/2.4.23/kernel/sound/usb/usx2y/snd-usb

[Alsa-devel] usx2yloader: us224 fix

2004-02-01 Thread Martin Langer
Hi, our assumption in the usx2yloader for an US-224 was wrong (the prepad size differs). I've attached a patch which fix this in alsa-firmware. Instead of usx2y.prepad (which can be removed now) I've created two new prepad files for the usx2yloader: us122.prepad, us224.prepad. They should be

[Alsa-devel] Re: still interested in us224 support?

2004-02-02 Thread Martin Langer
On Sun, Feb 01, 2004 at 01:58:06PM +0100, Karsten Wiese wrote: Am Freitag, 30. Januar 2004 21:12 schrieb Martin Langer: I guess it's time to create some official 224 driver/loader patches for Alsa CVS now. Any objections? You uncommented any section containing USB_ID_US224 in snd-usb

Re: [Alsa-devel] usx2y dependencies

2004-02-02 Thread Martin Langer
On Tue, Jan 27, 2004 at 12:07:43AM +0100, Martin Langer wrote: On Mon, Jan 26, 2004 at 11:20:12AM +0100, Takashi Iwai wrote: At Sat, 24 Jan 2004 01:23:28 +0100, Martin Langer wrote: usx2y build by ./configure --with-cards=usb-usx2y has a dependency problem: try the attached

Re: [Alsa-devel] [ANN][AudioScience] asihpi driver patch

2004-02-07 Thread Martin Langer
On Fri, Feb 06, 2004 at 06:42:15PM +0100, Takashi Iwai wrote: At Wed, 28 Jan 2004 19:51:12 -0800 (PST), Eliot Blennerhassett wrote: The latest driver for AudioScience cards is available as a patch against ALSA 1.02 from http://www.audioscience.com/internet/download/linux.htm

Re: [Alsa-devel] Tascam US-224 support

2004-02-17 Thread Martin Langer
On Tue, Feb 17, 2004 at 04:34:34PM +0100, Takashi Iwai wrote: At Mon, 16 Feb 2004 22:23:52 +0100, Martin Langer wrote: I vote for applying both Tascam US-224 patches: http://www.mail-archive.com/[EMAIL PROTECTED]/msg11281.html http://www.mail-archive.com/[EMAIL PROTECTED]/msg11311

Re: [Alsa-devel] drivers in alsa-driver tree with 2.6 kernels

2004-03-11 Thread Martin Langer
On Thu, Mar 11, 2004 at 02:27:59PM +0100, Takashi Iwai wrote: Hi, does anyone use the following drivers with a 2.6 kernel successfully? if it's confirmed, i'd like to move them to alsa-kernel tree, so that they can be submitted to 2.6 linux tree soon. - snd-usb-usx2y - snd-hdspm -

[Alsa-devel] usx2y firmware update

2004-03-11 Thread Martin Langer
Hi, Tascam has released v3.24 of their windows drivers and the firmware for the us224 and us428 changed (only EZ-USB), but I found no changes for the us122. You can find both changed and converted firmware files here: http://www.langerland.de/us122/usx2y-firmware_v3.24.tar.bz2 Please test! I

[Alsa-devel] [PATCH] usb-usx2y text updates

2004-03-19 Thread Martin Langer
Hi, here are some unimportant README and Kconfig updates for the usb-usx2y driver. bye, martin -- Living on earth may be expensive, but it includes an annual free trip around the sun. --- alsa-driver/usb/usx2y/Kconfig.ORIGINAL Fri Mar 19 22:11:10 2004 +++

Re: [Alsa-devel] Tascam US-224 support: MIDI OK, Audio KO?

2004-03-29 Thread Martin Langer
On Mon, Mar 29, 2004 at 12:34:25PM +0100, Rui Nuno Capela wrote: My first question goes whether us428control's not recognizing any USx2y hardware dependant stuff (hwdep) either on hw:0 or hw:1. I'm almost sure that it should be on hw:1 as the US-224 is configured as my second soundcard under

Re: [Alsa-devel] 1.0.4rc from cvs-head: snd-usb-usx2y still needs snd-hwdep....

2004-03-31 Thread Martin Langer
On Wed, Mar 31, 2004 at 09:10:17AM +0200, Jaroslav Kysela wrote: On Wed, 31 Mar 2004, Karsten Wiese wrote: ..., which is not built. this is for kernel 2.4. /etc/asound/driver_args: --with-cards=via82xx,msnd-pinnacle,usb-audio,usb-usx2y,es1968 --with-kernel=/usr/src/linux-2.4

Re: [Alsa-devel] 1.0.4rc from cvs-head: snd-usb-usx2y still needs snd-hwdep....

2004-04-01 Thread Martin Langer
On Thu, Apr 01, 2004 at 10:12:10AM +0200, Karsten Wiese wrote: Am Mittwoch 31 März 2004 20:57 schrieb Martin Langer: Yes! rm every file in alsa-driver, re-update from cvs and ./cvscompile. There might be a simpler solution though... Indeed. That solves it :) Thanks. depmod: *** Unresolved

Re: [Alsa-devel] 1.0.4rc from cvs-head: snd-usb-usx2y still needs snd-hwdep....

2004-04-02 Thread Martin Langer
On Thu, Apr 01, 2004 at 11:23:00PM +0200, Jaroslav Kysela wrote: On Thu, 1 Apr 2004, Martin Langer wrote: It's still there, but this patch will fix it: Index: alsa-driver/usb/Kconfig === RCS file: /cvsroot/alsa/alsa

[Alsa-devel] Virus/Worms/Spam problem from portuguese dial-in mail server ?

2004-04-03 Thread Martin Langer
Rui, damned. What's that? A dial-in account for spammers from netcabo.pt??? Still in hope that you're not the reason for my virus/worm traffic explosion. Please, don't take it personally. It's only the spam/virus traffic I hate. The reason, why you are on the IP blacklist is obvious: You are

[OT] Re: [Alsa-devel] Virus/Worms/Spam problem from portuguese dial-in mail server ?

2004-04-04 Thread Martin Langer
On Sun, Apr 04, 2004 at 05:46:35PM +0100, Rui Nuno Capela wrote: damned. What's that? A dial-in account for spammers from netcabo.pt??? No dial-in but cable. Netcabo.pt is my ISP, and rncbc.org is just my own dynamic DNS domain name, although it's IP address hasn't change for almost more

Re: [Alsa-devel] DigiDesign MBox USB Audio device

2004-04-05 Thread Martin Langer
On Mon, Apr 05, 2004 at 06:00:01PM +0200, Clemens Ladisch wrote: Patrick Boettcher wrote: I'm using a usbsnoop program to do some basic sniffing. Logs are really big :/. Try to play some 0.01-seconds wave file, and don't connect any other USB devices. Check the log of the init phase.

[Alsa-devel] [PATCH] README updates

2004-04-07 Thread Martin Langer
Index: alsa-firmware/mixartloader/README === RCS file: /cvsroot/alsa/alsa-firmware/mixartloader/README,v retrieving revision 1.1 diff -u -r1.1 README --- alsa-firmware/mixartloader/README 8 Jan 2004 14:46:20 - 1.1 +++

Re: [Alsa-devel] PATCH Aureal Vortex.

2004-04-16 Thread Martin Langer
On Tue, Apr 13, 2004 at 05:41:48PM +0200, Takashi Iwai wrote: i removed the definitions of PCI_ID_XXX, since they are already in the public header. for the 2.4 system we have already a local pci-ids.h in alsa-driver/pci/au88x0. Just noticed that one pci id isn't there... bye, martin

[Alsa-devel] [PATCH] fixes warning of missing initializers for *.poll_revents

2004-04-19 Thread Martin Langer
This bunch of patches fixes compiler warnings like these one: pcm_multi.c:646: warning: missing initializer pcm_multi.c:646: warning: (near initialization for snd_pcm_multi_ops.poll_revpcm_shm.c:589: warning: missing initializer for snd_pcm_multi_ops.poll_revents') But perhaps more interesting

Re: [Alsa-devel] Abadoned driver - who to contact?

2004-04-25 Thread Martin Langer
On Sun, Apr 25, 2004 at 04:21:23PM +0200, Nico Schottelius wrote: report here or ALSA BTS. reported. What is BTS? ALSA Bug Tracker Sytem: https://bugtrack.alsa-project.org/alsa-bug/ martin -- Living on earth may be expensive, but

[Alsa-devel] [PATCH] em10k1x fixes

2004-05-24 Thread Martin Langer
Hi, here is a patch with some emu10k1x fixes: - it adds emu10k1x to the Makefile - include sound/info.h added - move snd_iprintf to the right position; it compiles now - fix typo in snd_iprintf bye, martin -- Living on earth may be expensive,

[Alsa-devel] [ANN] Open Source US-X2Y firmware

2004-05-27 Thread Martin Langer
Hi, if someone is interested in a free (I mean GPL) firmware for the Tascam US-X2Y devices I can offer an open source replacement for the second stage loader alsa-firmware/usx2yloader/tascam_loader.ihx. All three US-X2Y devices need this file. But I have only tried it out with an US-122 where

Re: [Alsa-devel] [ANN] Open Source US-X2Y firmware

2004-06-01 Thread Martin Langer
On Tue, Jun 01, 2004 at 10:39:38AM +0200, Takashi Iwai wrote: At Thu, 27 May 2004 21:26:22 +0200, Martin Langer wrote: Hi, if someone is interested in a free (I mean GPL) firmware for the Tascam US-X2Y devices I can offer an open source replacement for the second stage loader

Re: [Alsa-devel] us-122 firwareloader

2004-06-01 Thread Martin Langer
On Mon, May 31, 2004 at 11:26:21PM +0200, JoDaY wrote: Martin Langer wrote: On Mon, May 31, 2004 at 05:45:24PM +0200, JoDaY wrote: Hi all, I've 2 install of linux, the first one is the oldest where hotplug is able to load firmware when I plug a Tascam us-122. But if I use snd-usb-usx2y.o

<    1   2