RE: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-08-15 Thread Mark Knecht
Sent: Thursday, August 14, 2003 7:06 PM > To: Mark Knecht > Cc: [EMAIL PROTECTED] > Subject: Re: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards > > > hello mark, > > sorry i did not reply sooner, i've been bogged down with work as well as > preparation fo

Re: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-08-15 Thread Dan Nyborg
hello mark, sorry i did not reply sooner, i've been bogged down with work as well as preparation for a show. i am in the same state that i was earlier. paul had suggested that it was a mid-level alsa problem... so i found an ancient (ie: small) hard drive and now have a reasonably fsckable sy

RE: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-08-04 Thread Mark Knecht
> > i haven't used the hdsp9652 very much, and i certainly don't ever use > it with aplay. i don't use aplay for anything, really. i've used it > for periods of time with ardour+JACK, but i am mostly using the > hdsp+digiface that is present as well. I understand. Thanks. I only have used aplay f

Re: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-08-04 Thread Paul Davis
>This is probably a silly question, but have you tested this driver and >option with an HDSP 9652 card at your site? > >The current driver in the Alsa 0.9.6 release doesn't work very well for me: > >1) Mono wave files work using aplay work fine. >2) Stereo wave files using aplay crash Alsa requirin

RE: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-08-04 Thread Mark Knecht
> >Paul, > > Did this driver & no_mixer option get into Alsa 0.9.6? > > haven't submitted them yet. i've been too busy rebuilding my systems, > recabling the studio and dealing with a nasty buyer of my old > house. this week, for sure. > Thanks for the answer. This is probably a silly question,

Re: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-08-04 Thread Paul Davis
>> i will have a slightly longer patch that includes this, later >> today. also included will be a "no_mixer" option for the hdsp9652. >> >> --p >> > >Paul, > Did this driver & no_mixer option get into Alsa 0.9.6? haven't submitted them yet. i've been too busy rebuilding my systems, recabling

RE: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-08-04 Thread Mark Knecht
> > > >This adds rev 50 to the list of supported cards. > > i will have a slightly longer patch that includes this, later > today. also included will be a "no_mixer" option for the hdsp9652. > > --p > Paul, Did this driver & no_mixer option get into Alsa 0.9.6? Thanks, Mark --

Re: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-08-01 Thread Thomas Charbonnel
> hello, > > tried playback of a mono file, to the same ends. yesterday in one > instance, i got around 45min of stereo playback before a lock up. > > also experienced a lock up in ardour yesterday, monitoring a single > channel and outputing it on another channel. > > haven't tried recording anyt

RE: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-07-31 Thread Mark Knecht
> > haven't tried recording anything to see if the same problem exists there. > it's tough to test these things as i'm guaranteed a lock-up, ie: my drives > have to be fsck'd each time. > > does anyone know of a way to safely debug this? can i catch the playback > thread before it pees on the floor

Re: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-07-31 Thread Dan Nyborg
hello, tried playback of a mono file, to the same ends. yesterday in one instance, i got around 45min of stereo playback before a lock up. also experienced a lock up in ardour yesterday, monitoring a single channel and outputing it on another channel. haven't tried recording anything to see if

RE: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-07-30 Thread Mark Knecht
> > however, when i try to play something with alsaplayer or aplay, my system > freezes after 2 sec to 2 min of playback... sometimes i can get through a > whole file, sometimes only partial, but an eventual lock-up is > inevitable. i > have not tried sending anything other than stereo, 44100kHz, 1

Re: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-07-30 Thread Dan Nyborg
this message is originally from monday... i didn't realize when i replied to the thread that i wasn't replying to alsa-devel, no wonder it didn't show up on the list :P sorry for the duplicate, paul. hello, i modified hdsp.c to support my rev. 50 c

Re: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-07-28 Thread Paul Davis
>So then the only way to set volume levels on a DIGI9652 or DIGI9636 when >using Alsa is either in the application, or using some form of a script >like: > >#!/bin/bash > >for i in $(seq 1 26);do >amixer -c 0 sset 'Chn',$i 85% >done only in the application. there is *no* mixer, nothing for ALSA to

RE: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-07-28 Thread Mark Knecht
> > > Is this envisioned an option in modules.conf, or a compile > time option? > > modules.conf. > > > Also, while I have your attention, can you clarify whether the RME > >Hammerfall 9652 and 9636 have mixers? I made one of my 9636 machines into > >dual boot last evening and then found alsami

Re: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-07-28 Thread Paul Davis
> Is this envisioned an option in modules.conf, or a compile time option? modules.conf. > Also, while I have your attention, can you clarify whether the RME >Hammerfall 9652 and 9636 have mixers? I made one of my 9636 machines into >dual boot last evening and then found alsamixer didn't work.

RE: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-07-28 Thread Mark Knecht
> > > >This adds rev 50 to the list of supported cards. > > i will have a slightly longer patch that includes this, later > today. also included will be a "no_mixer" option for the hdsp9652. > > --p > Paul, Is this envisioned an option in modules.conf, or a compile time option? Also, while

Re: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-07-28 Thread Paul Davis
>This adds rev 50 to the list of supported cards. i will have a slightly longer patch that includes this, later today. also included will be a "no_mixer" option for the hdsp9652. --p --- This SF.Net email sponsored by: Free pre-built ASP.NET s

Re: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-07-28 Thread Takashi Iwai
At Mon, 28 Jul 2003 15:47:44 +0200 (CEST), Thomas Charbonnel wrote: > > Hi, > > This adds rev 50 to the list of supported cards. thanks, applied to cvs. Takashi --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data

[Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-07-28 Thread Thomas Charbonnel
Hi, This adds rev 50 to the list of supported cards. Thomas hdsp_rev50.patch Description: Binary data