Re: [Alsa-devel] 192khz working for anyone? and RME96 patch broke

2003-01-27 Thread Anders Torger
On Tuesday 28 January 2003 06.27, Daniel Pouzzner wrote: > First the RME thing: Torger's post-RC6 patch to rme96.c broke > double-speed capture, so that there is nasty clipping/Nyquist-type > garbage in it. This is definitely in the patch itself - a CVS kernel > with an RC6 rme96.c works fine. St

[Alsa-devel] 192khz working for anyone? and RME96 patch broke

2003-01-27 Thread Daniel Pouzzner
First the RME thing: Torger's post-RC6 patch to rme96.c broke double-speed capture, so that there is nasty clipping/Nyquist-type garbage in it. This is definitely in the patch itself - a CVS kernel with an RC6 rme96.c works fine. -- Now for the main attraction. I'm looking for any way to get 19

[Alsa-devel] VIA823x testing

2003-01-27 Thread Tais M. Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 27 January 2003 18:27, Takashi Iwai wrote: > how about this one? Still no sound. More logs for you to digest. - -- Regards, Tais M. Hansen OSD -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iQIVAwUBPjXSOYIvLOJqwYc4AQIsHw

[Alsa-devel] building a mixer

2003-01-27 Thread Pieter Palmers
Hi all, 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 control names c

Re: [Alsa-devel] level plugin not loaded with current cvs

2003-01-27 Thread Laurent Georget
Takashi Iwai wrote: Hi, At Sat, 25 Jan 2003 12:18:25 +0100, Laurent Georget wrote: [l@localhost l]$ arecord -D ameter -v sound.wav ALSA lib dlmisc.c:107:(snd_dlsym_verify) unable to verify version for symbol _snd_pcm_scope_ameter_open ALSA lib pcm_meter.c:742:(snd_pcm_meter_add_scope_conf) sy

Re[2]: [Alsa-devel] via8235 swaped channels

2003-01-27 Thread Anton Worshevsky
Friday, January 24, 2003, 6:54:53 PM, you wrote: >> >> > if someone has VIA8233, VIA8233A, VIA8233C or VIA8235 chipset, could >> >> > you help the testing of the new driver? >> >> > the new driver code is found at >> >> > >> >> > http://www.alsa-project.org/~iwai/via82xx.c >> >> >> >> i

RE: [Alsa-devel] buffer_size and period_size

2003-01-27 Thread Mark Knecht
> -Original Message- > From: Paul Davis [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 27, 2003 10:39 AM > To: Mark Knecht > Cc: [EMAIL PROTECTED] > Subject: Re: [Alsa-devel] buffer_size and period_size > > > >Paul, > > So with -p 64 -n 2 settings, what number of bytes of audio data i

Re: [Alsa-devel] buffer_size and period_size

2003-01-27 Thread Paul Davis
>Paul, > So with -p 64 -n 2 settings, what number of bytes of audio data is >transferred across the PCI bus between each interrupt? the period size is always (as with almost all ALSA metrics) in units of audio frames (1 sample for each channel). so with JACK running at -p 64, 64 frames of data a

Re: [Alsa-devel] asoundrc problem

2003-01-27 Thread Oliver Schrempf
> hmm, there is still a bug in the alsa-lib configuration parser..? > > > anyway, add the following and try -Dmplug instead as a workaround. > > > pcm.mplug { > type plug > slave.pcm "multi" > } > Umpf, sorry. I just realized, that I had a mistake in asoundrc from playing around with p

RE: [Alsa-devel] buffer_size and period_size

2003-01-27 Thread Mark Knecht
Paul, So with -p 64 -n 2 settings, what number of bytes of audio data is transferred across the PCI bus between each interrupt? I guess I had mistakenly thought -p was setting the number of bytes. I no longer think that is true. Also, does the number of bytes transferred change based on

Re: [Alsa-devel] asoundrc problem

2003-01-27 Thread Takashi Iwai
At Mon, 27 Jan 2003 18:03:21 +0100 (CET), Oliver Schrempf wrote: > > > > > > > Broken configuration: no configurations available: Invalid argument > > > > > > > > doesn't it work with the pcm "plug:multi" ? > > > > > > Sorry, but I can't find any documentation on "plug:multi"? > > > How do I have

Re: [Alsa-devel] buffer_size and period_size

2003-01-27 Thread Paul Davis
>I would like to fully understand the exact meaning of buffer_size and >period_size and how can I compute the final latency in the full duplex >processing from these variables. period_size = frames between interrupts from the hardware buffer size = total frames for the hardware buffer max output

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-27 Thread Takashi Iwai
At Mon, 27 Jan 2003 18:01:42 +0100, Tais M. Hansen <[EMAIL PROTECTED]> wrote: > > [1 ] > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Monday 27 January 2003 16:15, Takashi Iwai wrote: > > > No sound from aplay but it had a lot of complaints for me. Two files > > > attached. > > ok, the

Re: [Alsa-devel] asoundrc problem

2003-01-27 Thread Oliver Schrempf
> > > > Broken configuration: no configurations available: Invalid argument > > > > > > doesn't it work with the pcm "plug:multi" ? > > > > Sorry, but I can't find any documentation on "plug:multi"? > > How do I have to to use it? > > aplay -Dplug:multi > > It's device description/name for alsa-li

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-27 Thread Tais M. Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 27 January 2003 16:15, Takashi Iwai wrote: > > No sound from aplay but it had a lot of complaints for me. Two files > > attached. > ok, the patch was buggy. > but any sounds must come out. please check your mixer configuration. It seems oka

[Alsa-devel] buffer_size and period_size

2003-01-27 Thread Jozef Kosoru
Hi! I've tried to port some aplication from old ALSA-0.5.x to the new alsa library interface. I'm not an expert in the sound programming and available documentation seems to be rather poor in term of explaining the main concept. I would like to fully understand the exact meaning of buffer_size an

Re: [Alsa-devel] asoundrc problem

2003-01-27 Thread Jaroslav Kysela
On Mon, 27 Jan 2003, Oliver Schrempf wrote: > On Mon, 27 Jan 2003, Takashi Iwai wrote: > > > > > Broken configuration: no configurations available: Invalid argument > > > > doesn't it work with the pcm "plug:multi" ? > > Sorry, but I can't find any documentation on "plug:multi"? > How do I have

Re: [Alsa-devel] asoundrc problem

2003-01-27 Thread Oliver Schrempf
On Mon, 27 Jan 2003, Takashi Iwai wrote: > > Broken configuration: no configurations available: Invalid argument > > doesn't it work with the pcm "plug:multi" ? Sorry, but I can't find any documentation on "plug:multi"? How do I have to to use it? Oli

[Alsa-devel] ens1371 & SPDIF feed-trough

2003-01-27 Thread Pieter Palmers
Hi all, According to the Creative labs specs, the CT4751 (ens1371) supports SPDIF direct feedtrough for DTS or DD. Does the ALSA driver support this? If not, any clue on how to implement this? If it does, what do I use to test it? Pieter -

[Alsa-devel] Re: [Alsa-user] No sound on Extigy

2003-01-27 Thread Takashi Iwai
At Fri, 24 Jan 2003 00:16:25 -0500, Jean-Marc Valin wrote: > > [1 ] > > if the original usb-audio driver doesn't work with plughw like above, > > please try the attached patch. > > I tried the patch, but I still can't play anything other than 48000, 2 > channels and 48000, 4 channels (tried the

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-27 Thread Takashi Iwai
At Mon, 27 Jan 2003 15:42:43 +0100, Tais M. Hansen <[EMAIL PROTECTED]> wrote: > > [1 ] > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Monday 27 January 2003 11:42, Takashi Iwai wrote: > > > I just gave it another try with aplay. Bad idea; froze the system. > > > Something's really wron

Re: [Alsa-devel] xine & cvs alsa

2003-01-27 Thread iriXx
i've had this under mandrake 9.0 with the supplied release too :( m~ [EMAIL PROTECTED] wrote: For a week, maybe a bit more (I didn't watch any movies for over a week, and haven't had time to try searching cvs to pin down the date) xine has been dying when I try to watch movies in 4.0, 5.0, o

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-27 Thread Tais M. Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 27 January 2003 11:42, Takashi Iwai wrote: > > I just gave it another try with aplay. Bad idea; froze the system. > > Something's really wrong with the test8-patch. > ok. now, i rewrote the patch completely again. > the module options was re

Re: [Alsa-devel] xine & cvs alsa

2003-01-27 Thread Jaroslav Kysela
On Mon, 27 Jan 2003, [EMAIL PROTECTED] wrote: > For a week, maybe a bit more (I didn't watch any movies for over a week, > and haven't had time to try searching cvs to pin down the date) xine has > been dying when I try to watch movies in 4.0, 5.0, or 5.1. Stereo works > without any problems, thou

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 an

[Alsa-devel] xine & cvs alsa

2003-01-27 Thread despair
For a week, maybe a bit more (I didn't watch any movies for over a week, and haven't had time to try searching cvs to pin down the date) xine has been dying when I try to watch movies in 4.0, 5.0, or 5.1. Stereo works without any problems, though. Here's the error message: audio_alsa_out: Audio De

Re: [Alsa-devel] asoundrc problem

2003-01-27 Thread Takashi Iwai
At Mon, 27 Jan 2003 14:09:03 +0100 (CET), Oliver Schrempf wrote: > > Hi All, > I get this errormessage for the multi configuration below: > > Broken configuration: no configurations available: Invalid argument doesn't it work with the pcm "plug:multi" ? Takashi --

Re: [Alsa-devel] [PATCH] Envy24HT

2003-01-27 Thread Takashi Iwai
Hi, At Mon, 27 Jan 2003 13:31:38 +, James Stafford wrote: > > One of the attached patches correct a problem with the surround speakers > with the AUDIO2000 Envy24HT based board. The other patch adds the > ICE1724.conf file to the alsa-lib/src/conf/cards directory. thanks, applied to cvs no

[Alsa-devel] [PATCH] Envy24HT

2003-01-27 Thread James Stafford
One of the attached patches correct a problem with the surround speakers with the AUDIO2000 Envy24HT based board. The other patch adds the ICE1724.conf file to the alsa-lib/src/conf/cards directory. patch-envy24ht-surroundfix.diff Description: Binary data patch-envy24ht-addconf.diff Descripti

[Alsa-devel] Re: [linux-audio-dev] interesting info regarding hdsp behavior

2003-01-27 Thread Paul Davis
>I've been messing with hdsp and found out an interesting issue. After >installing the driver for the first time onto the xp machine I also had >no sound coming out of the soundcard even though totalmix app showed >levels to be up. After clicking on the levels and/or moving them a bit, >suddenly th

[Alsa-devel] asoundrc problem

2003-01-27 Thread Oliver Schrempf
Hi All, I get this errormessage for the multi configuration below: Broken configuration: no configurations available: Invalid argument pcm.multi { type multi; slaves.a.pcm "hw:0,0,0"; slaves.a.channels 8; slaves.b.pcm "hw:1,0,0"; slaves.b.channels 8;

Re: [Alsa-devel] alsa-lib resamping error

2003-01-27 Thread Takashi Iwai
At Thu, 23 Jan 2003 17:20:02 +0100, I wrote: > > At Wed, 22 Jan 2003 12:38:31 -0500, > Paul Davis wrote: > > > > if you try to play a 22.05kHz stream on hardware that supports 32kHz > > and 44.1kHz but not 22.05kHz, alsa-lib's plughw layer chooses to use > > 32kHz and resamples. this seems like a

Re: [Alsa-devel] [Survey] headphone <-> master volume swap -- which codec chip?

2003-01-27 Thread Takashi Iwai
At Fri, 24 Jan 2003 12:19:03 +0100, Pieter Palmers wrote: > > Takashi Iwai wrote: > > >At Fri, 24 Jan 2003 11:53:04 +0100, > >Pieter Palmers wrote: > > > > > >>I experience another problem regarding AC97. I have a Maestro2e based > >>board, with an ESS ES1918 codec attached. But the AC97 code

[Alsa-devel] Re: current alsa cvs needs patch on ppc

2003-01-27 Thread Takashi Iwai
At Sat, 25 Jan 2003 17:13:11 -0500 (EST), Jack Howarth wrote: > > Takashi, > The current alsa cvs needs the following patch on > ppclinux to prevent unresolved symbols in snd-pcm.o... thanks, fixed on cvs. ciao, Takashi --- This SF.NET

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 = snd_sam9407_init_command(sa

Re: [Alsa-devel] Re: [Alsa-user] Upgrade problems -addendum

2003-01-27 Thread Takashi Iwai
At Fri, 24 Jan 2003 22:24:43 +0100, Tais M. Hansen <[EMAIL PROTECTED]> wrote: > > > > > now comes the patch of the week: > > > > idx_detect=1 : like test7. perhaps not perfect. > > > No sound, so you're right. > > hmm, it should produce some sounds. > > I just gave it another try with aplay. Bad

Re: [Alsa-devel] gnome-volume-control

2003-01-27 Thread Takashi Iwai
Hi, At Fri, 24 Jan 2003 10:39:49 -0700, Bryan Waters wrote: > > *sorry for the resend...I meant to send this to the devel list > originally...* > > I messed up my gnome-volume-control somehow through multiple attempts at > compiling and installing ALSA. Now, I get an error saying bad key or > d

Re: [Alsa-devel] level plugin not loaded with current cvs

2003-01-27 Thread Takashi Iwai
Hi, At Sat, 25 Jan 2003 12:18:25 +0100, Laurent Georget wrote: > > Hi! > > I have made sometimes ago a level plugin for Alsa called ameter. > (it is there: > http://perso.club-internet.fr/lgeorget/ameter.html > ) > It was working fine until I checked out alsa cvs, and installing it > (yesterday)

Re: [Alsa-devel] [PATCH] add additional PnP id to sb16.c for sb16 'value'

2003-01-27 Thread Takashi Iwai
At 27 Jan 2003 00:20:33 +1100, Nick Begg wrote: > > Hello All, > > I had to add an additional id to the list in sb16.c to get it to > recognise my Creative Soundblaster 16 PnP 'value' (i'd never heard of it > before the other day).. Does this seem correct? Patch is against alsa > 0.9.0rc6 thanks

Re: [Alsa-devel] MPU401 broken in CVS

2003-01-27 Thread Takashi Iwai
At Fri, 24 Jan 2003 20:01:45 + (GMT), Chris Rankin wrote: > > Hi, > > I think that there might be some header file changes > to commit in CVS too. thanks, it was simply a typo. fixed now. Takashi --- This SF.NET email is sponsored by: S