Re: [Alsa-devel] Quick question

2003-06-03 Thread David Stuart
Ah! I do exist! :) Perhaps a better description of what I'm trying to do is in order. I don't know if anyone here is familiar with JMF (java media framework), but I would like to create an ALSA capture plugin on Linux very similar to the "direct sound" one that's available on the Windows platform.

Re: [Alsa-devel] Quick question

2003-06-03 Thread David E. Storey
Well, I would have answered your question, but I personally don't have the answers you seek. For starters, I wouldn't use alsa for doing such things. I'd use Jack. It's so much more flexible, powerful and easier to code for than straight alsa. Having said that, your questio

Re: [Alsa-devel] Quick question

2003-06-03 Thread Paul Davis
>I don't think my question is too difficult. All I'm asking for is a >little help! Either a small snippet or a pointer to some other >information.. Maybe my question is too newbie-ish, but you can't develop >new experts without said experts being newbies at one time. its not a little question. its

Re: [Alsa-devel] Quick question

2003-06-03 Thread Patrick Shirkey
David Stuart wrote: Apparently the ALSA community is too busy to answer my little questions, this is the sadly the 3rd or 4th time I has posted to this list with no answer. :( I don't think my question is too difficult. All I'm asking for is a little help! Either a small snippet or a pointer to som

Re: [Alsa-devel] Quick question

2003-06-03 Thread David Stuart
Apparently the ALSA community is too busy to answer my little questions, this is the sadly the 3rd or 4th time I has posted to this list with no answer. :( I don't think my question is too difficult. All I'm asking for is a little help! Either a small snippet or a pointer to some other information

Re: [Alsa-devel] problems compiling current CVS

2003-06-03 Thread Takashi Iwai
At Tue, 03 Jun 2003 11:54:01 +0200, $B;d(B wrote: (B> (B> [1 ] (B> At Mon, 02 Jun 2003 23:54:09 -0400, (B> Paul Davis wrote: (B> > (B> > >This bit: (B> > > (B> > >${xtmp:0:5} (B> > > (B> > >is a Bash-ism. Normal Bourne shells don't understand this. I'm guessing (B> > >th

Re: [Alsa-devel] ALSA 0.9.3+ is not working

2003-06-03 Thread Takashi Iwai
At Tue, 03 Jun 2003 08:02:28 -0400, David van Hoose wrote: > > Clemens Ladisch wrote: > > David van Hoose wrote: > > > >>Clemens Ladisch wrote: > >> > >>>David van Hoose wrote: > >>> > >>> > Sound card is onboard SiS7012 AC'97 (CMI9739A) > 0.9.2 works perfectly. > 0.9.3a Sound through

Re: [Alsa-devel] SIS7012 SPDIF support

2003-06-03 Thread Takashi Iwai
At Tue, 03 Jun 2003 12:24:03 +0100, James Courtier-Dutton wrote: > > Takashi Iwai wrote: > > At Mon, 02 Jun 2003 17:01:42 +0100, > > James Courtier-Dutton wrote: > > > >>Is the SPDIF output of the SIS7012 (i810 with ac97) supported in alsa. > >>If so, how does one enable the SPDIF out. > >>The c

Re: [Alsa-devel] ALSA 0.9.3+ is not working

2003-06-03 Thread David van Hoose
Clemens Ladisch wrote: David van Hoose wrote: Clemens Ladisch wrote: David van Hoose wrote: Sound card is onboard SiS7012 AC'97 (CMI9739A) 0.9.2 works perfectly. 0.9.3a Sound through CD-ROM (Plays CDs) No sound through OSS apps. Does playing sounds with aplay work? As far as I can tell no. It a

Re: [Alsa-devel] still losing with hdsp (me too)

2003-06-03 Thread Jaakko Prättälä
On Tuesday 03 June 2003 01:46, [EMAIL PROTECTED] wrote: > lspci -vvv output is attached. > I bought the hdsp and multiface recently. It might have the dreaded > version 11 firmware. Xilinx Corporation RME Hammerfall DSP (rev 0b) 0b hexadecimal == 11 decimal so, you have revision 11 firmware... T

[Alsa-devel] 4/6-channel output on CMI8738

2003-06-03 Thread Måns Rullgård
I'm trying to get 4/6-channel playback to work with a CMI8738 chip. It's behaving a little oddly, however. First I have to switch off "Four Channel Mode", which I guess is normal. With that switch off, I can play 4 channels on hw:0,1 or surround40. The problem is that the front output is replic

Re: [Alsa-devel] 2.5.70-bk7 (alsa 0.9.4) -- sound/usb/usbaudio.c:1947: `iface_no' undeclared (first use in this function)

2003-06-03 Thread Takashi Iwai
At Mon, 02 Jun 2003 14:47:46 -0700, Miles Lane wrote: > >CC [M] sound/usb/usbaudio.o > sound/usb/usbaudio.c: In function `parse_audio_format_i_type': > sound/usb/usbaudio.c:1947: `iface_no' undeclared (first use in this > function) > sound/usb/usbaudio.c:1947: (Each undeclared identifier is

Re: [Alsa-devel] This OUGHT to be easy, but I'm a bit lost...

2003-06-03 Thread Takashi Iwai
At Tue, 3 Jun 2003 01:46:06 -0700 (PDT), Tom Watson wrote: > > I'm just attempting to write a simple playback routine. Yes, I know > that 'aplay' exists, but I need some more goodies, and 'aplay' is too > complex in other areas. > > I've got a multi-channel interleaved sound file (1-6 channels f

Re: [Alsa-devel] SIS7012 SPDIF support

2003-06-03 Thread Takashi Iwai
At Mon, 02 Jun 2003 17:01:42 +0100, James Courtier-Dutton wrote: > > Is the SPDIF output of the SIS7012 (i810 with ac97) supported in alsa. > If so, how does one enable the SPDIF out. > The current kernel OSS module supports it. which OSS (kernel) version supports spdif out on this chip? i'd lik

Re: [Alsa-devel] problems compiling current CVS

2003-06-03 Thread Takashi Iwai
At Mon, 02 Jun 2003 23:54:09 -0400, Paul Davis wrote: > > >This bit: > > > >${xtmp:0:5} > > > >is a Bash-ism. Normal Bourne shells don't understand this. I'm guessing > >that your system's /bin/sh isn't Bash. You might be able to put a > > > >SHELL=/bin/bash > > paul[2846]>w

[Alsa-devel] This OUGHT to be easy, but I'm a bit lost...

2003-06-03 Thread Tom Watson
I'm just attempting to write a simple playback routine. Yes, I know that 'aplay' exists, but I need some more goodies, and 'aplay' is too complex in other areas. I've got a multi-channel interleaved sound file (1-6 channels for the sake of argument) and I'd like it to reproduce. In AC-97 sound h

Re: [Alsa-devel] AudioTrak Optoplay...

2003-06-03 Thread Clemens Ladisch
Ross Miller wrote: > There was a thread on the alsa-user list back in March discussing Audiotrack > products, and specifically the Optoplay USB device. The relevant bits are: > > >> The Optoplay, listed as '?' on the matrix, seemed to work OK, the drivers > >> loaded but - no sound output. This is

Re: [Alsa-devel] ALSA 0.9.3+ is not working

2003-06-03 Thread Clemens Ladisch
David van Hoose wrote: > Clemens Ladisch wrote: > > David van Hoose wrote: > > > >>Sound card is onboard SiS7012 AC'97 (CMI9739A) > >>0.9.2 works perfectly. > >>0.9.3a Sound through CD-ROM (Plays CDs) No sound through OSS apps. > > > > Does playing sounds with aplay work? > > As far as I can tell n

Re: [Alsa-devel] problems compiling current CVS

2003-06-03 Thread Matthew Clarke
lundi, le 2 juin, 2003, Paul Davis nous a dit ceci: > >This bit: > > > >${xtmp:0:5} > > > >is a Bash-ism. Normal Bourne shells don't understand this. I'm guessing > >that your system's /bin/sh isn't Bash. You might be able to put a > > > >SHELL=/bin/bash > > paul[2846]>which

Re: [Alsa-devel] problems compiling current CVS

2003-06-03 Thread Matthew Clarke
Hmph. My SMTP server is not an open relay or a spam source, even if it is in an ADSL dynamic IP address pool, thank you very much. ing spammers. Let's try sending this to alsa-devel again ... I wrote: > lundi, le 2 juin, 2003, Paul Davis nous a dit ceci: > > > this is with CVS as of this morn

Re: [Alsa-devel] aplay: pcm_write:1025: write error& SNDRV_PCM_IOCTL_PREPAREfailed:device or resource busy

2003-06-03 Thread Mark Knecht
On Mon, 2003-06-02 at 07:25, Takashi Iwai wrote: > just add the following line to the end of /etc/modules.conf: > > options snd-via82xx dxs_support=2 > > (or dxs_support=3) > > and run "/etc/init.d/alsasound restart". > > note that the option above is available only on the very recent AL

Re: [Alsa-devel] problems compiling current CVS

2003-06-03 Thread Paul Davis
>This bit: > >${xtmp:0:5} > >is a Bash-ism. Normal Bourne shells don't understand this. I'm guessing >that your system's /bin/sh isn't Bash. You might be able to put a > >SHELL=/bin/bash paul[2846]>which sh /bin/sh paul[2847]>ls -l /bin/sh lrwxrwxrwx 1 root root

[Alsa-devel] problems compiling current CVS

2003-06-03 Thread Paul Davis
this is with CVS as of this morning (US EST), trying to build alsa-driver outside a 2.4.20 kernel using: ./cvscompile --with-oss=yes --with-sequencer=yes --with-cards=rme9652,hd sp,trident [ ... ] ake[2]: Entering directory `/usr/local/music/src/alsa-cvs/newer/alsa-driver/acor e/ioctl3

[Alsa-devel] still losing with hdsp

2003-06-03 Thread jfm3
I still can't get the hdsp driver to work. The kernel module loads, but then hdsploader fails. Here is what I think is the relevant analysis/spew. [EMAIL PROTECTED] jfm3]$ hdsploader hdsploader - firmware loader for RME Hammerfall DSP cards Looking for HDSP + Multiface or Digiface cards : Card 0 :

[Alsa-devel] mtpav editor

2003-06-03 Thread jfm3
My mtpav is working pretty well with ALSA, Rosegarden, and MusE these days. I'm not using it for SMPTE or anything fancy, of course, but it works OK as a MIDI patch bay and MIDI interface for the computer, which is plenty for me. I'd like to write a software editor for it. MOTU is notoriously stin

[Alsa-devel] Is the "alsa-conf" directory on the cvs supposed to compile ?

2003-06-03 Thread James Courtier-Dutton
See subject. It does not compile here. Cheers James --- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 ___ Alsa-devel

[Alsa-devel] please ignore this -> Re: Is the "alsa-conf" directory on the cvssupposed to compile ?

2003-06-03 Thread James Courtier-Dutton
James Courtier-Dutton wrote: See subject. It does not compile here. Cheers James --- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5

[Alsa-devel] AudioTrak Optoplay...

2003-06-03 Thread Ross Miller
Note: This is a repost of an email I sent a week ago which is still awaiting moderator approval. I'm now a subscriber, so hopefully this post will go right through There was a thread on the alsa-user list back in March discussing Audiotrack products, and specifically the Optoplay USB devi

[Alsa-devel] 2.5.70-bk7 (alsa 0.9.4) -- sound/usb/usbaudio.c:1947: `iface_no'undeclared (first use in this function)

2003-06-03 Thread Miles Lane
CC [M] sound/usb/usbaudio.o sound/usb/usbaudio.c: In function `parse_audio_format_i_type': sound/usb/usbaudio.c:1947: `iface_no' undeclared (first use in this function) sound/usb/usbaudio.c:1947: (Each undeclared identifier is reported only once sound/usb/usbaudio.c:1947: for each function it a

[Alsa-devel] Quick question

2003-06-03 Thread David Stuart
Does anyone have a short example of capturing from one device and doing a playback (of the captured data) on another? -- David Stuart, SIPQuest phone: 254-8886 x234 web: http://www.sipquest.com/ --- This SF.net email is sponsored by: eBay Get

Re: [Alsa-devel] SIS7012 SPDIF support

2003-06-03 Thread Jaroslav Kysela
On Mon, 2 Jun 2003, James Courtier-Dutton wrote: > Is the SPDIF output of the SIS7012 (i810 with ac97) supported in alsa. > If so, how does one enable the SPDIF out. > The current kernel OSS module supports it. Look for IEC958 controls. Jaroslav

[Alsa-devel] SIS7012 SPDIF support

2003-06-03 Thread James Courtier-Dutton
Is the SPDIF output of the SIS7012 (i810 with ac97) supported in alsa. If so, how does one enable the SPDIF out. The current kernel OSS module supports it. Cheers James --- This SF.net email is sponsored by: eBay Get office equipment for less o

Re: [Alsa-devel] PC Hanging.

2003-06-03 Thread Takashi Iwai
At Fri, 30 May 2003 00:22:33 +0100, James Courtier-Dutton wrote: > > Hello, > > I have a problem. At some point my PC just halts, no panic message, > nothing, except that the following: - > Number lock - off > Caps lock - flashing > Scroll lock - flashing. > > The only way out if the power cycl

RE: [Alsa-devel] aplay: pcm_write:1025: write error & SNDRV_PCM_IOCTL_PREPAREfailed:device or resource busy

2003-06-03 Thread Mark Knecht
> > > > aplay hw:1 sound.wav??? > > please use -D option, for example, > > % aplay -D hw:0,1 sound.wav > > for the second pcm device. the first 0 means the first "card" and you > cannot ommit it to specify the pcm device number. > Thanks. This explanation makes sense. I'll try it out this e

Re: [Alsa-devel] aplay: pcm_write:1025: write error & SNDRV_PCM_IOCTL_PREPAREfailed:device or resource busy

2003-06-03 Thread Takashi Iwai
At Mon, 2 Jun 2003 07:35:49 -0700, Mark Knecht wrote: > > > > > anyway, in general, BIOS on some ASUS boards have a bug, and the first > > PCM device won't work on them. > > > > Can I tell aplay to use any other PCM device? The second device? How might I > do this? > > aplay hw:1 sound.wav??? p

RE: [Alsa-devel] aplay: pcm_write:1025: write error& SNDRV_PCM_IOCTL_PREPAREfailed:device or resource busy

2003-06-03 Thread David E. Storey
most likely, aplay -D hw:1,0 sound.wav d! On Mon, 2003-06-02 at 10:35, Mark Knecht wrote: > > > > anyway, in general, BIOS on some ASUS boards have a bug, and the first > > PCM device won't work on them. > > > > Can I tell aplay to use any other PCM device? The second device? How might I > do t

Re: [Alsa-devel] aplay: pcm_write:1025: write error & SNDRV_PCM_IOCTL_PREPAREfailed:device or resource busy

2003-06-03 Thread Takashi Iwai
At Mon, 2 Jun 2003 07:33:47 -0700, Mark Knecht wrote: > > > > > just add the following line to the end of /etc/modules.conf: > > > > options snd-via82xx dxs_support=2 > > > > (or dxs_support=3) > > > > and run "/etc/init.d/alsasound restart". > > > > note that the option above is available onl

RE: [Alsa-devel] aplay: pcm_write:1025: write error & SNDRV_PCM_IOCTL_PREPAREfailed:device or resource busy

2003-06-03 Thread Mark Knecht
> > anyway, in general, BIOS on some ASUS boards have a bug, and the first > PCM device won't work on them. > Can I tell aplay to use any other PCM device? The second device? How might I do this? aplay hw:1 sound.wav??? --- This SF.net email

RE: [Alsa-devel] aplay: pcm_write:1025: write error & SNDRV_PCM_IOCTL_PREPAREfailed:device or resource busy

2003-06-03 Thread Mark Knecht
> > just add the following line to the end of /etc/modules.conf: > > options snd-via82xx dxs_support=2 > > (or dxs_support=3) > > and run "/etc/init.d/alsasound restart". > > note that the option above is available only on the very recent ALSA > version. > > > ciao, > > Takashi Thanks. That'

Re: [Alsa-devel] aplay: pcm_write:1025: write error & SNDRV_PCM_IOCTL_PREPAREfailed:device or resource busy

2003-06-03 Thread Takashi Iwai
At Mon, 2 Jun 2003 07:20:05 -0700, Mark Knecht wrote: > > Takashi, >Thanks for the fast response. Can you give me the exact format for adding > the module options? I'm not sure which module to add this to, nor have I > ever added module options by hand before. Please be clear as I am not a > s

RE: [Alsa-devel] aplay: pcm_write:1025: write error & SNDRV_PCM_IOCTL_PREPAREfailed:device or resource busy

2003-06-03 Thread Mark Knecht
Takashi, Thanks for the fast response. Can you give me the exact format for adding the module options? I'm not sure which module to add this to, nor have I ever added module options by hand before. Please be clear as I am not a software person. /etc/modules.conf? Which line? Thanks, Mark > ---

Re: [Alsa-devel] aplay: pcm_write:1025: write error & SNDRV_PCM_IOCTL_PREPAREfailed:device or resource busy

2003-06-03 Thread Takashi Iwai
At Mon, 2 Jun 2003 06:41:12 -0700, Mark Knecht wrote: > > Takashi, >While I find this interesting, it doesn't address the problem. I sent a > bunch of information and data in the last two emails. Have I sent what you > need? Are you able to make any assessment about why aplay will not work wit