On Jul 17, Takashi Iwai wrote:
> - unload alsa module, load oss, check the performance
Ok, works as before.
> - unload oss, and reload the alsa again.
It didn't want to do it for quite a while - I eventually got to repeat
it... There are a lot of artifacts in the sound that are not there when
os
Jaroslav, Thanks for your reply. I looked at the section of code you
pointed to and wondered if you meant I should use
snd_pcm_sw_params_stop_threshold()
rather than start_threshold, as you suggested.
I couldn't actually get snd_pcm_sw_params_get_boundary() to work since
it wouldn't compile
On Thu, 17 Jul 2003, Chris Raphael wrote:
> Thanks to the many people who have helped with my earlier questions.
>
> I am working on an application that simultaneously collects and plays
> sound. About 4 out of 5 times the program runs fine, but occasionally
> I have a problem with the input aud
Hi,
The attached patch :
* fixes a typo in the number of channels for hdsp 9652 cards
* fixes problems on hdsp9652 where the driver reported the firmware had to
be loaded
* adds an explicit warning about the fact that hardware metering is not
supported yet for hdsp 9652 cards
Thomas
--- hdsp.c
Thanks to the many people who have helped with my earlier questions.
I am working on an application that simultaneously collects and plays
sound. About 4 out of 5 times the program runs fine, but occasionally
I have a problem with the input audio and output audio drifting apart.
This seems t
At Thu, 17 Jul 2003 08:18:03 -0700,
Andrew Burgess wrote:
>
> I have a Griffin USB iMic that hard hangs 2.4.21ac just by running arecord and
> then ^C. I got no response here a few weeks ago...
does this happen still with the latest cvs?
Takashi
---
In mail.linux.alsa.devel I wrote:
>USB/ALSA bugs are tough because of two distinct developer camps.
>I have a Griffin USB iMic that hard hangs 2.4.21ac just by running arecord and
>then ^C. I got no response here a few weeks ago...
That sounds more whiney than I ment it. Sorry.
My plan is to ke
Hi,
JFYI:
i just played with 2.6.0-test1 and fixed the bugs of snd-usb-audio on
cvs. not tested so much, but at least my usb speaker works as it
did. note that you might need to reboot if you already loaded
snd-usb-audio.
unfortunately, 2.6.0-test1 includes not the latest version of ALSA.
so,
On Thu, Jul 17, 2003 at 05:05:51PM +0200, Takashi Iwai wrote:
> At Thu, 17 Jul 2003 07:45:34 -0500,
> Art Haas wrote:
> >
> > Hi.
> >
> > This is the first of three patches.
>
> thanks!
>
> however, the patch looks not complete.
> i noticed that forward is missing in some places.
>
> did you c
> >>This time, I did NOT have 'artsd' (i.e. the client) loaded. What happened
> >>was that the module was properly restored and I could load (and use)
> >> artsd even after the resume.
> >>That brings me to the first assumption/question I have made: is there
> >>something wrong if we suspend two pa
On Thu, 17 Jul 2003, Carlo Wood wrote:
> On Tue, Jul 15, 2003 at 08:31:50PM +0200, Jaroslav Kysela wrote:
> > I looked to the problem and it seems that the overrun state is handled
> > differently in the OSS API than ALSA implemented. It seems that the stream
> > is not stopped but rather the ol
>Playback sort of works at this rate, using OSS emulation - it looks like
>the device down-samples to 48kHz. I occasionally get oopses under
...
>Is this the right place to be asking these questions, (or should I go
>off to the usb dev lists etc.?)..
My philosophy is to check the oops backtrac
If you add an #include the patch works and everything runs
fine, even with
PMAC_SUPPORT_AUTOMUTE enabled.
But now that I can run the drivers, I discover that I can't change any of the
mixer controls. (as root:)
amixer sset Master 100
Simple mixer control 'Master',0
Capabilities: pvol
At Thu, 17 Jul 2003 07:45:34 -0500,
Art Haas wrote:
>
> Hi.
>
> This is the first of three patches.
thanks!
however, the patch looks not complete.
i noticed that forward is missing in some places.
did you convert them manually?
Takashi
--
At Wed, 16 Jul 2003 07:40:08 -0700 (PDT),
Prince John wrote:
> Looks like, both utilities are looking for some config
> files. The error happens during the search of some
> sound
> config files in conf.c file of ALSA lib.
>
> The .asoundrc file is kept at / and /root. The
> alsa.conf file is plac
At Thu, 17 Jul 2003 21:09:05 +1000 (EST),
tom burkart wrote:
>
> Today, Takashi Iwai wrote:
>
> > could you try once whether the oss ymfpci driver works?
> > if it works, then unload it and start the ALSA again?
> works, works.
ok, then please try the following
- apply the attach patch
- reboot
Hi.
Here's the third patch.
Index: alsa-lib/src/pcm/pcm_plug.c
===
RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm_plug.c,v
retrieving revision 1.122
diff -u -u -r1.122 pcm_plug.c
--- alsa-lib/src/pcm/pcm_plug.c 12 Feb 2003 21:57:51 -00
Hi.
Here's the second patch.
Index: alsa-lib/src/pcm/pcm_file.c
===
RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm_file.c,v
retrieving revision 1.59
diff -u -u -r1.59 pcm_file.c
--- alsa-lib/src/pcm/pcm_file.c 7 Mar 2003 18:46:25 -
Hi.
This is the first of three patches.
Index: alsa-lib/aserver/aserver.c
===
RCS file: /cvsroot/alsa/alsa-lib/aserver/aserver.c,v
retrieving revision 1.56
diff -u -u -r1.56 aserver.c
--- alsa-lib/aserver/aserver.c 18 Mar 2003 18:00
At Thu, 17 Jul 2003 07:37:31 -0500,
Art Haas wrote:
>
> On Thu, Jul 17, 2003 at 10:55:20AM +0200, Takashi Iwai wrote:
> > At Wed, 16 Jul 2003 13:57:13 -0500,
> > Art Haas wrote:
> > >
> > > Hi.
> > >
> > > I have a large set of patches removing the obsolete GCC structure
> > > initializers and r
On Thu, Jul 17, 2003 at 10:55:20AM +0200, Takashi Iwai wrote:
> At Wed, 16 Jul 2003 13:57:13 -0500,
> Art Haas wrote:
> >
> > Hi.
> >
> > I have a large set of patches removing the obsolete GCC structure
> > initializers and replacing them with C99 initializers. The total patch
> > set is around
Takashi Iwai <[EMAIL PROTECTED]> writes:
>> I get thousands of these messages when using the ALSA timer in kernel
>> 2.6.0-test1:
>
> there is an unblanced spinlock.
> could you try the attached patch?
It seems to work. Thanks.
--
Måns Rullgård
[EMAIL PROTECTED]
Today, Takashi Iwai wrote:
> could you try once whether the oss ymfpci driver works?
> if it works, then unload it and start the ALSA again?
While it works, I noticed a lot of arifacts in the sound that never used
to be there...
tom.
Consultant
AUSSECPhone: 61 4 1768 2202
339 Blaxland Rd., R
Today, Takashi Iwai wrote:
> could you try once whether the oss ymfpci driver works?
> if it works, then unload it and start the ALSA again?
works, works.
tom.
---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple op
At Wed, 16 Jul 2003 13:38:54 +0200,
Måns Rullgård wrote:
>
>
> I get thousands of these messages when using the ALSA timer in kernel
> 2.6.0-test1:
there is an unblanced spinlock.
could you try the attached patch?
--
Takashi Iwai <[EMAIL PROTECTED]>SuSE Linux AG - www.suse.de
A
At Thu, 17 Jul 2003 11:08:03 +0200,
Ernst Persson wrote:
>
> Hi all!
>
> Now that the 2.6.0 kernel is out I'm trying to get ALSA working on my iMac
> 266, since it's the default sound system now (and dmasound doesn't compile).
>
> The first problem was that everything locked up when the ALSA dr
Hi all!
Now that the 2.6.0 kernel is out I'm trying to get ALSA working on my iMac
266, since it's the default sound system now (and dmasound doesn't compile).
The first problem was that everything locked up when the ALSA drivers loaded.
No error message, no kernel panic, just dead. And compilin
At Wed, 16 Jul 2003 13:57:13 -0500,
Art Haas wrote:
>
> Hi.
>
> I have a large set of patches removing the obsolete GCC structure
> initializers and replacing them with C99 initializers. The total patch
> set is around 70K and affects 34 files. Would it be acceptable to post
> the patch in compre
At Thu, 17 Jul 2003 11:11:13 +1000 (EST),
tom burkart wrote:
>
> On Jul 16, tom burkart wrote:
>
> > I finally have a working sound system on my Toshiba Notebook (Tecra 8100)!
> Ok, it worked once, just after the kernel upgrade (with alsa 0.9.5) and
> hasn't since... :-(
i believe this is just a
29 matches
Mail list logo