[Alsa-devel] too many alsamixer sliders

2002-04-26 Thread Maarten de Boer
Hello, Updating my fltk alsamixer frontend, alsamixergui, I once again found that alsamixer (and therefore alsamixergui) shows a lot of sliders. With my Audigy, it's really too much. I think it would be very nice to be able to configure alsamixer, to show only a subset of sliders. I guess a .alsa

[Alsa-devel] [ANNOUNCE] alsamixergui and aconnectgui synced with 0.9.0rc1

2002-04-26 Thread Maarten de Boer
Hello, I just updated alsamixergui and aconnectgui. The code is now up to date with alsa-utils 0.9.0rc1. alsamixergui and aconnectgui are fltk front-ends for alsamixer and aconnect. thet are written directly on top of the alsamixer and aconnect source, leaving the original source intact, only a

Re: [Alsa-devel] more improvement of alsa web pages

2002-04-26 Thread Patrick Shirkey
--- Takashi Iwai <[EMAIL PROTECTED]> wrote: >At Wed, 24 Apr 2002 05:46:07 -0700 (PDT), >Patrick Shirkey wrote: >> >> I can draft a template page in html over the next few days. Keeping >> in line with the new format style. > >do you write a bared html or is it generated from a meta format? > Fi

[Alsa-devel] modprobe of snd-powermac fails

2002-04-26 Thread matt yee-king
Hello i just built alsa0.9rc1 on my revA tibook (tumbler card i think) i configured like this: __ ./configure --with-sequencer=yes --with-oss=yes --with-isapnp=no --with-cards=powermac, virmidi __ modules.conf looks like this: ___ # ALSA portion alias snd-card-0 snd-

[Alsa-devel] [PATCH] acoonectgui cannot build

2002-04-26 Thread Thierry Vignaud
aconnectgui won't build withouth these fixes : --- src/Fl_PBConnector.H.orig 2002-04-26 13:49:14.0 +0200 +++ src/Fl_PBConnector.H 2002-04-26 13:49:16.0 +0200 @@ -1,7 +1,7 @@ #ifndef __PBConnector__ #define __PBConnector__ -#include +#include #include "Fl_PBConnector_T.H"

Re: [Alsa-devel] modprobe of snd-powermac fails

2002-04-26 Thread Takashi Iwai
At 26 Apr 2002 12:46:11 +, matt yee-king wrote: > > Hello i just built alsa0.9rc1 on my revA tibook (tumbler card i think) > > i configured like this: > > __ > > ./configure --with-sequencer=yes --with-oss=yes --with-isapnp=no > --with-cards=powermac, virmidi > > __ > > m

Re: [Alsa-devel] modprobe of snd-powermac fails

2002-04-26 Thread matt yee-king
heres all the warnings: ___ pdplus.c:3032: warning: #warning "This dr iver need to be ported to new hw_info" pdplus.c:3082: warning: #warning "This driver need to be ported to new hw_info" pdplus.c:3107: warning: #warning "This driver need to be ported to new hw_inf

Re: [Alsa-devel] modprobe of snd-powermac fails

2002-04-26 Thread Takashi Iwai
At 26 Apr 2002 13:35:06 +, matt yee-king wrote: > > > heres all the warnings: > > ___ > > pdplus.c:3032: warning: #warning "This dr > iver need to be ported to new hw_info" > pdplus.c:3082: warning: #warning "This driver need to be ported to new > hw_info" > pd

Re: [Alsa-devel] modprobe of snd-powermac fails

2002-04-26 Thread matt yee-king
yep. thats fixed it! nice one. the world of alsa awaits :) - matthew > then add #include to alsa-kernel/ppc/keywest.c. > > > Takashi > ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

[Alsa-devel] [PATCH] alsamixergui cannot build

2002-04-26 Thread Thierry Vignaud
alsamixergui won't build withouth these fixes : --- src/Fl_Pixmap_Button.H.orig 2002-04-26 14:25:24.0 +0200 +++ src/Fl_Pixmap_Button.H 2002-04-26 14:25:17.0 +0200 @@ -48,7 +48,7 @@ #endif if (pw<0) { -#if FL_MAJOR_VERSION == 1 && FL_MINOR_VERSION == 0 +#if FL_MAJOR_VERSION

Re: [Alsa-devel] modprobe of snd-powermac fails

2002-04-26 Thread matt yee-king
oops i spoke too soon. the modules are loaded ok but they don't work: # lsmod _ Module Size Used byNot tainted snd-powermac 24752 0 snd-pcm63680 0 [snd-powermac] snd-timer 12768 0 [snd-pcm] snd

Re: [Alsa-devel] too many alsamixer sliders

2002-04-26 Thread Takashi Iwai
At Fri, 26 Apr 2002 12:41:15 +0200, Maarten de Boer wrote: > > Hello, > > Updating my fltk alsamixer frontend, alsamixergui, I once again > found that alsamixer (and therefore alsamixergui) shows a lot > of sliders. With my Audigy, it's really too much. I think it > would be very nice to be able

Re: [Alsa-devel] removing sndtimer causes unable to handle kernel paging ...

2002-04-26 Thread Takashi Iwai
Hi John, At Thu, 25 Apr 2002 13:03:30 -0400, John Covici wrote: > > Hi. I was trying to usekernel 2.5.x (7-9) and alsa either the one in > the kernel tree or beta12, and whenever snd-timer module is to be > removed, I get unable to handle kernel paging exception ... and the > system crashes. >

[Alsa-devel] es1869 as sb?

2002-04-26 Thread Kasper Souren
Hi. I'm trying to get my laptop soundchip, an ES1869 running under ALSA. Under OSS it runs as an sb. With "modprobe sb io=0x220 irq=5 dma=1 dma16=5" I get: SB 3.01 detected OK (220) ESS chip ES1869 detected at 0x220 irq 5 dma 1,5 But this doesn't work with any of the ALSA sb modules. None of

Re: [Alsa-devel] documentation

2002-04-26 Thread Takashi Iwai
At Wed, 24 Apr 2002 12:32:26 -0700 (PDT), Guilhem Tardy wrote: > > > > What is required from my part to support memory mapping from the driver > > > to the application? Would this be supported through the OSS compatibility > > > layer, too? > > > > hmm... mmap without dma? > > how do you transf

Re: [Alsa-devel] removing sndtimer causes unable to handle kernelpaging ...

2002-04-26 Thread John Covici
I don't have another sound card, but during the configuration step, it said rtc callback support in kernel yes which it never does in the 2.4 kernels. I also have this option on in the 2.5 configuration, could this contribute to the problem? On Fri, 26 Apr 2002, Takashi Iwai wrote: > Hi John,

Re: [Alsa-devel] format specification problem

2002-04-26 Thread Takashi Iwai
At Wed, 24 Apr 2002 20:55:56 -0400, Paul Davis wrote: > > > [ those of you on jack-dev will have seen this coming ] > > ALSA doesn't seem to provide a way for a driver to way "i provide > samples in the native format of the processor". The specific case in > point that I'm noticing is the Hamm

[Alsa-devel] Example app source code or docs needed to help me do mmap.

2002-04-26 Thread James Courtier-Dutton
Can someone point me to an example alsa app doing mmap ? I want to convert my application from plain pcm_write to mmap mode. I would also like to understand how you detect if a sound card can do mmap or not. I help develope a multimedia application, and 6 audio channels (5.1 sound) starts to

[Alsa-devel] glue for new driver

2002-04-26 Thread Guilhem Tardy
Hi, I am writing a driver for a new card, and wonder how the ALSA server will recognize my module as one of its own? Besides, is there anything I should know regarding debugging ALSA drivers? Thanks, Guilhem. __ Do You Yahoo!? Yahoo! Health - you