On Thu, 2003-07-03 at 18:20, Thomas Charbonnel wrote:
> > I'm sort of concerned that after 6 months of no mixer on the HDSP 9652,
> > the DF/MF mixer will get fixed, and then I'll find out it has nothing to
> > do the HDSP 9652 and be let down again.
> >
>
> The MF/DF mixer works, but firmware upl
Hi,
I'm curious, how the OPL3 userspace API in ALSA is operated. I see that
in the "Writing an ALSA driver":
http://www.alsa-project.org/~iwai/writing-an-alsa-driver/c1207.htm
Is the only OPL3 API presented through OSS /dev/dmfm in userspace, or is
there an alsa-lib interface that I am overlook
> I'm sort of concerned that after 6 months of no mixer on the HDSP 9652,
> the DF/MF mixer will get fixed, and then I'll find out it has nothing to
> do the HDSP 9652 and be let down again.
>
The MF/DF mixer works, but firmware upload to the iobox fails with some
card revision. On the HDSP 9652 n
>
> I have an 0xb Multiface. I haven't been able to load the firmware with
> 0.9.4, either with the PCI or the PCMCIA interface. I have not tried
> 0.9.0rc5, nor have I tried loading the firmware with windows and warm
> booting. Either route is a lot of work. I'd rather see the hardware
> documenta
On Thu, 2003-07-03 at 14:57, Patrick Shirkey wrote:
> > I have an 0xb Multiface. I haven't been able to load the firmware with
> > 0.9.4, either with the PCI or the PCMCIA interface. [...]
>
> Try using this script if you don't already have something similar. I now
> get sound through my line out
>> >> Remaining:
>> >> * HDSP9652: the matrix mixer isn't yet handled right.
>> >> * Rev11 + Multiface: either the firmware file is wrong or the
>> io-box firmware upload scenario has changed for this card revision.
>> Has anyone ever had success with this combination (or rev11 +
>> Digiface) ?
>>
>
> The documentation is the driver code. Paul is in contact with people from
> RME. As of today I'm not, but I'll try to contact them. I'd be as happy as
> you to see the driver working smoothly in all possible configurations.
>
> Thomas
>
Thomas,
We RME users are very happy to have you on our
> following the above I decided to check I was setting the correct params
> in the matrix and it turns out that line out has been moved to numid 22
> (before it was 5).
>
> amixer -D hw:1 cset numid=22 0,0,16384
>
You're mixing things up.
This is the syntax of the matrix mixer ctl.
The line out v
Hi all,
i already posted this problem at the alsa-user list, but it seems that
no one experienced this problem.
i've got some problems with my maudio quattro. i'm using the .asoundrc
file from alsa-project.org to use all 4 channels. (file is attached)
it worked fine with alsa up to 0.9.2.
but wit
jfm3 wrote:
On Thu, 2003-07-03 at 13:08, Justin Cormack wrote:
On Thu, 2003-07-03 at 17:15, Patrick Shirkey wrote:
Patrick Shirkey wrote:
Thomas Charbonnel wrote:
Remaining:
* HDSP9652: the matrix mixer isn't yet handled right.
* Rev11 + Multiface: either the firmware file is wrong or the io-b
Hi,
I've got a USB device which nearly works with ALSA cvs-current. It's an
Abit UA11, and is a pretty simple device, with one SPDIF optical in, and
one optical out. I'm trying to use it with an offboard HiFi DAC. The
particular problem with it is related to setting the sample rate, after
b
On Thu, 2003-07-03 at 13:08, Justin Cormack wrote:
> On Thu, 2003-07-03 at 17:15, Patrick Shirkey wrote:
> > Patrick Shirkey wrote:
> > > Thomas Charbonnel wrote:
> > >
> > >>
> > >> Remaining:
> > >> * HDSP9652: the matrix mixer isn't yet handled right.
> > >> * Rev11 + Multiface: either the firm
Patrick Shirkey wrote:
Patrick Shirkey wrote:
I'll also try with amixer just incase.
Yep. Things changed again. This time Jeds rich and I'm happy.
The line outs are still kaput but the outputs are working.
I got a nice clear clean signal from output 1 and 2 after running:
One more addition. A
Patrick Shirkey wrote:
I'll also try with amixer just incase.
Yep. Things changed again. This time Jeds rich and I'm happy.
The line outs are still kaput but the outputs are working.
I got a nice clear clean signal from output 1 and 2 after running:
amixer -c 1 cset numid=23 0,0,4000;
amixer -c
On Thu, 2003-07-03 at 17:15, Patrick Shirkey wrote:
> Patrick Shirkey wrote:
> > Thomas Charbonnel wrote:
> >
> >>
> >> Remaining:
> >> * HDSP9652: the matrix mixer isn't yet handled right.
> >> * Rev11 + Multiface: either the firmware file is wrong or the io-box
> >> firmware upload scenario has
Patrick Shirkey wrote:
Thomas Charbonnel wrote:
Remaining:
* HDSP9652: the matrix mixer isn't yet handled right.
* Rev11 + Multiface: either the firmware file is wrong or the io-box
firmware upload scenario has changed for this card revision. Has anyone
ever had success with this combination (or r
> Hello all,
>
> here are my next goals for the ALSA library development (short
> term). I invite all developers to comment these directions.
>
[...]
> * initiate a development of a graphical tool which will manage
> the alsa configuration files (~/.asoundrc)
> - we need a rapid develop
Hi Takashi,
On Thu, Jul 03, 2003 at 02:29:01PM +0200, Takashi Iwai wrote:
> At Wed, 2 Jul 2003 15:29:55 -0500,
> Ryan Underwood wrote:
> >
> > 1) What is ALSA's policy on module options? For example, would it be
> > okay to add an option like "thinkpad" to the ad1848 module, so that
> > inserti
Thomas Charbonnel wrote:
Remaining:
* HDSP9652: the matrix mixer isn't yet handled right.
* Rev11 + Multiface: either the firmware file is wrong or the io-box
firmware upload scenario has changed for this card revision. Has anyone
ever had success with this combination (or rev11 + Digiface) ?
I am
Hi!
Sorry for the english
I'm still developing an app using seqmidi interface i'm not really sure
about that but if i open:
snd_seq_open (&seq_handle1, "default", SND_SEQ_OPEN_INPUT, 0);
snd_seq_open (&seq_handle2, "default", SND_SEQ_OPEN_OUTPUT,0);
and in the main program i start
On Thu, 3 Jul 2003, Kai Vehmanen wrote:
> * making alsa-conf the primary tool for setting up ALSA user-space
Ugh, that should "primary tool for setting up ALSA (kernel) drivers".
Hmm, I guess we could have two tools, one for drivers (current alsa-conf)
and one for user-space (asoundrc editor).
-
On Sun, 22 Jun 2003, Jaroslav Kysela wrote:
> here are my next goals for the ALSA library development (short
> term). I invite all developers to comment these directions.
[...]
> * create ordinary pcm & mixer interfaces
These are very welcome additions, especially the mixer part! Although
At Thu, 03 Jul 2003 22:17:37 +0900,
Patrick Shirkey wrote:
>
> Takashi Iwai wrote:
> >
> >
> >>And at last, could someone please with suggar on the top update the ALSA
> >>support matrix ???!! The Aureal Vortex cards -YES THEY ARE- supported.
> >>(http://savannah.nongnu.org/projects/openvortex/)
Takashi Iwai wrote:
And at last, could someone please with suggar on the top update the ALSA
support matrix ???!! The Aureal Vortex cards -YES THEY ARE- supported.
(http://savannah.nongnu.org/projects/openvortex/)
please ask Patrick Shirkey <[EMAIL PROTECTED]>, the
maintainer of the web page.
C
Thomas,
Great to have you back! Looking forward to the matrix mixer actually
working one of these days. I hope you can work it into your design
somewhere.
Thanks,
Mark
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Thomas
> Charbonnel
> Sent: Thurs
Ok, this is a bit late, but hopefully not too late. :)
On Tue, 24 Jun 2003, Joern Nettingsmeier wrote:
>>> other people might propose XML. then it becomes to a question whether
>> I think that XML is too overkill for our purposes.
> otoh, the embedded guys will probably not like it, but then memo
At Wed, 2 Jul 2003 15:29:55 -0500,
Ryan Underwood wrote:
>
> 1) What is ALSA's policy on module options? For example, would it be
> okay to add an option like "thinkpad" to the ad1848 module, so that
> inserting it with "thinkpad=1" would cause the necessary ports to be
> prodded?
this looks lik
At Wed, 2 Jul 2003 13:50:07 -0500,
Ryan Underwood wrote:
>
> So, my question to alsa-devel is, what should be the proper way to do this fix?
> I could just do something like the following:
>
> ... try init ...
> else { /* if the chip remained busy, let's see if we have a Thinkpad that needs
>
At 02 Jul 2003 21:24:57 -0400,
Manuel Jander wrote:
>
> Hello,
>
> I wrote support for the Hardware Equalizer (10 band stereo = 20
> controls) for the Aureal Vortex cards. For testing purposes i used the
> controls as "MIXER" type controls, so they are visible from any mixer.
> The question: How
Hi,
it's for RME9652 and HDSP users:
on the cvs, i dropped snd-hammerfall-mem module since it is now
replaced with the standard memory allocator, snd-page-alloc module.
if you load snd-hammerfall-mem module in your init script or anywhere
else, please replace it with snd-page-alloc. it has also
Hi Thomas,
good to hear you again!
At Thu, 3 Jul 2003 13:12:54 +0200 (CEST),
Thomas Charbonnel wrote:
>
> Done:
> * Takashi : I succesfully tested your memory preallocation patch (only
> the hdsp part of it, actually), thanks for it. (Thanks too for the
> addition of hdspconf to cvs, it is indeed
Hi,
I've been off the net and busy for a long time. I apologize to anyone
whose mail I didn't answer during this period. I'm slowly catching up with
the huge activity that has been going on this list, focusing on the hdsp
driver issues. I'd like to summarize the driver status :
Fixed :
* Marcus,
On Wed, 2 Jul 2003, Takashi Iwai wrote:
> At Wed, 2 Jul 2003 15:03:28 +0200,
> Anders Torger wrote:
> >
> >
> > On Wednesday 02 July 2003 12.17, Takashi Iwai wrote:
> > > Hi,
> > >
> > > At Tue, 1 Jul 2003 20:14:59 +0200,
> > >
> > > Anders Torger wrote:
> > > > Stefan Mueller found a bug in my D
hi,
my appliation for full duplex is giving "assertion failed for
writei."
why is this error?
help,
mahendra
___
Click below to experience Sooraj R Barjatya's latest offering
'Main Prem Ki Diwani Hoon' starring Hrithik, Abhishek
& Kareena http://www.
34 matches
Mail list logo