[Alsa-devel] usb Duo no device ? using midisport-firmware

2003-07-23 Thread Matt Flax
Hello, I am having trouble with the usb driver for the M-Audio Duo usb external sound card. I use kernel 2.4.21-2-686 on a Debian system. alsa-driver-0.9.5 In order to do this I used Clemens Ladisch's midisport-firmware driver : http://www.informatik.uni-halle.de/~ladischc/midisport_linux_fir

Re: [Alsa-devel] I thought it would simple....

2003-07-23 Thread Tom Watson
OK, here is more data. The enclosed files are: 1) The "minimal playback program" described in the original message, modified to clear the buffer, and do the "dump" of the parameters. The buffer size is lengthened a bit (maybe this makes a difference??) 2) The output of 'strace' on the program, it

[Alsa-devel] [PATCH] Fix typos in alsa-drivers-0.9.5

2003-07-23 Thread Glen Nakamura
Aloha, This patch fixes a few typos in alsa-drivers-0.9.5... -glen diff -Nru3p alsa-driver-0.9.5.orig/alsa-kernel/pci/intel8x0.c alsa-driver-0.9.5/alsa-kernel/pci/intel8x0.c --- alsa-driver-0.9.5.orig/alsa-kernel/pci/intel8x0.c 2003-06-27 17:52:59.0 + +++ alsa-driver-0.9.5/alsa-ke

[Alsa-devel] Re: [linux-audio-dev] Poll: Distro for audio and MIDI development

2003-07-23 Thread Maarten De Boer
This is a nice coincidence, because I just installed Debian Sid ('unstable') on my home workstation. I am also a convinced Debian user, and all the servers and workstations I administrate are Debian Woody ('stable'). Now, recently, I have seen myself forced to install more and more backported pac

Re: [Alsa-devel] Audiophile USB samplerate workaround

2003-07-23 Thread Ben Saylor
That does the trick. Here's a patch against 0.9.5. I don't know if this is related, but one thing I've been puzzling over is that half the time after I plug in the audiophile I get static instead of sound. I have to unload alsa and plug it in again. (As I mentioned before, I always get stati

[Alsa-devel] VT1712 digital mixer to consumer ac97 only mono?

2003-07-23 Thread Peter Vollmer
Hi all, I am using the Terratec EWS88MT (VT1712 / Envy24 based) soundcard and would like to route the digital mixer output to the consumer output (headphone socket) using the "digital mixer to ac97" option in alsamixer. The signal is routed correctly, but it is only a mono version of the stereo

[Alsa-devel] Poll: Distro for audio and MIDI development

2003-07-23 Thread Ismael Valladolid Torres
Hi, I am somewhat new to Linux low-level development. I have developed for other UNIX systems before, and also for Windows NT and for JavaCard compatible smartcards. I have used (and enjoyed) Debian for a long time as a Linux user and for web development. Getting into low-level development, I

[Alsa-devel] [ANN] QT Mixer for ALSA

2003-07-23 Thread Matthias Nagorni
Hi, QAMix-0.0.4_pre03 is a QT based mixer for ALSA. The GUI is configurable via XML. Default interfaces for standard AC 97 cards and Soundblaster Live are provided. QAMix can be controlled via MIDI. Any number of MIDI events can be bound to any mixer control. It seems as if the code is now quite

Re: [Alsa-devel] Problems with VIA8233A (todays cvs)

2003-07-23 Thread Takashi Iwai
At Wed, 23 Jul 2003 14:58:22 +0200, Joerg Mayer wrote: > > Oh, btw. I have some doubts that the chipset really is a 8233A chipset (the A). grrr, i overlooked that your chip is revision A. sorry. that explains why dxs_support options don't work: it's for 8233/8235 only but not 8233A. (8233A has

Re: [Alsa-devel] Problems with VIA8233A (todays cvs)

2003-07-23 Thread Joerg Mayer
On Wed, Jul 23, 2003 at 10:31:49AM +0200, Takashi Iwai wrote: > At Tue, 22 Jul 2003 22:02:31 +0200, > Joerg Mayer wrote: > > > > On Tue, Jul 22, 2003 at 08:47:17PM +0200, Takashi Iwai wrote: > > > At Tue, 22 Jul 2003 20:26:49 +0200, > > > > kernel: ALSA ../alsa-kernel/pci/via82xx.c:687: invalid vi

Re: [Alsa-devel] I thought it would simple....

2003-07-23 Thread Carlo Wood
I found that a better example for playback is the 'pcm.c' file that you can find on the alsa site. It contains many ways to deliver the data (a nice sine) to your soundcard. Playing with the parameters gives some insight (more than reading the overall poor documentation imho :(). Anyway - I "tran

Re: [Alsa-devel] Audiophile USB samplerate workaround

2003-07-23 Thread Takashi Iwai
At Wed, 23 Jul 2003 02:05:50 -0800, Ben Saylor wrote: > > > ok, then it supports other sample rates :) > > > > about the symptom: do you mean that the playback gets too fast with > > the lower sample rate, > > Yes. i.e. it will play a 44100 hz or whatever stream, but playback is > too fast. so

Re: [Alsa-devel] Audiophile USB samplerate workaround

2003-07-23 Thread Ben Saylor
> ok, then it supports other sample rates :) > > about the symptom: do you mean that the playback gets too fast with > the lower sample rate, Yes. i.e. it will play a 44100 hz or whatever stream, but playback is too fast. > or the driver doesn't accept anything else > 48k? > > > Takashi

Re: [Alsa-devel] Audiophile USB samplerate workaround

2003-07-23 Thread Takashi Iwai
At Wed, 23 Jul 2003 01:02:19 -0800, Ben Saylor wrote: > > On Wednesday 23 July 2003 12:29 am, you wrote: > > At Tue, 22 Jul 2003 22:59:25 -0800, > > > > Ben Saylor wrote: > > > I did some investigation to find out why the sample rate can't be > > > set to anything but 48khz (or rather, remains 48k

Re: [Alsa-devel] Audiophile USB samplerate workaround

2003-07-23 Thread Ben Saylor
On Wednesday 23 July 2003 12:29 am, you wrote: > At Tue, 22 Jul 2003 22:59:25 -0800, > > Ben Saylor wrote: > > I did some investigation to find out why the sample rate can't be > > set to anything but 48khz (or rather, remains 48khz even if it is > > set to something else) on the Audiophile. > > do

Re: [Alsa-devel] atomicity in linked streams

2003-07-23 Thread Takashi Iwai
At Mon, 21 Jul 2003 19:19:17 -0700 (PDT), Eliot Blennerhassett wrote: > > Takashi Iwai wrote: > > Hi, > > > > so far, some pcm operator callbacks are assumed to be atomic. > > but looking at the code, this restriction seems coming only from the > > rwlock of linked streams. > > > > there are som

Re: [Alsa-devel] Audiophile USB samplerate workaround

2003-07-23 Thread Takashi Iwai
At Tue, 22 Jul 2003 22:59:25 -0800, Ben Saylor wrote: > > I did some investigation to find out why the sample rate can't be set to > anything but 48khz (or rather, remains 48khz even if it is set to > something else) on the Audiophile. does format descriptor contain other sample rates? > In i

Re: [Alsa-devel] Problems with VIA8233A (todays cvs)

2003-07-23 Thread Takashi Iwai
At Tue, 22 Jul 2003 22:02:31 +0200, Joerg Mayer wrote: > > On Tue, Jul 22, 2003 at 08:47:17PM +0200, Takashi Iwai wrote: > > At Tue, 22 Jul 2003 20:26:49 +0200, > > > kernel: ALSA ../alsa-kernel/pci/via82xx.c:687: invalid via82xx_cur_ptr, using > > > last valid pointer > > > last message repeated

Re: [Alsa-devel] SIS7012 works but get's frozen

2003-07-23 Thread Takashi Iwai
At Wed, 23 Jul 2003 01:55:35 +, Lisandro Pin wrote: > > >From: Takashi Iwai <[EMAIL PROTECTED]> > >To: "Lisandro Pin" <[EMAIL PROTECTED]> > >CC: [EMAIL PROTECTED] > >Subject: Re: [Alsa-devel] SIS7012 works but get's frozen > >Date: Tue, 22 Jul 2003 18:47:25 +0200 > > > >At Tue, 22 Jul 2003 16:

Re: [Alsa-devel] ice1712 pro mode and general playback performance (was alsaplayer)

2003-07-23 Thread Takashi Iwai
At 22 Jul 2003 21:51:21 +0200, Eduard Hasenleithner wrote: > > The only user-space solution to this problem is a deamon > which runs with real-time priority and client programs can > connect to it. "jack" is one example for this kind of software > as it also provides this real-time capability. But

Re: [Alsa-devel] Acquring poll descriptors

2003-07-23 Thread Jaroslav Kysela
On Wed, 23 Jul 2003, [EMAIL PROTECTED] wrote: > Hi > > Was just wondering if there is any particular reason to acquire a pcm's poll > descriptor(s) (snd_pcm_poll_descriptors) before each poll, or can I simply do it > after opening the pcm and be done with it? Can the associated poll fds, or eve

Re: [Alsa-devel] snd_pcm_mmap_begin returns 0 but sets areas to NULL

2003-07-23 Thread Jaroslav Kysela
On Tue, 22 Jul 2003, Carlo Wood wrote: > access = SND_PCM_ACCESS_RW_INTERLEAVED, Again, access is your problem. You requested read/write access. You have to request mmap interleaved one (SND_PCM_ACCESS_MMAP_INTERLEAVED). Jaroslav - Jaroslav

[Alsa-devel] Audiophile USB samplerate workaround

2003-07-23 Thread Ben Saylor
I did some investigation to find out why the sample rate can't be set to anything but 48khz (or rather, remains 48khz even if it is set to something else) on the Audiophile. In init_usb_sample_rate(), if (fmt->attributes & EP_CS_ATTR_SAMPLE_RATE) is never true, so the sample rate is not