[Alsa-devel] Kernel Panic with es1968 sound card

2001-10-08 Thread Luc Saillard
Hi, I've a toshiba notebook with a maestro soundcard (es1968 driver). I've test kernel version 2.4.10, 2.4.10-ac7 with the same problem. When a play a sound with mpg123 (and aplay), just at end of the song, i've a kernel panic. Like this Unable to handle kernel paging request at virtual address

Re: [Alsa-devel] Alsa Documentation

2001-10-08 Thread Ricardo Colon
The link to the preliminary documentation for ALSA 0.5.x is broken. Has the documentation been moved to another location? Thanks. -- Ricardo ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourcefo

Re: [Alsa-devel] Missing /dev/audio

2001-10-08 Thread Thomas Hood
Everything worked perfectly. Your sound_core.c patch applied cleanly to 2.4.10-ac8. Your sound_oss.c patch applied cleanly to 0.9beta7. The /dev/sound/audio and /dev/audio files now appear with the right permissions, etc. Thanks! -- Thomas On Mon, 2001-10-08 at 11:32, Takashi Iwai wrote: > Hi,

Re: [Alsa-devel] Missing /dev/audio

2001-10-08 Thread Josh Green
> On 7 Oct 2001, Thomas Hood wrote: > > > When the oss compatibility modules are loaded, a number > of > > OSS-compatibility devices appear under devfs. > Unfortunately, > > /dev/audio is missing. Yet, if one creates /dev/audio > manually > > with mknod (major 14, minor 4) it works fine. > > Do

Re: [Alsa-devel] [PATCH] snd_pcm_open() and .spec patch

2001-10-08 Thread Jussi Laako
Andy Wingo wrote: > > "hw:N,M": the Nth card, with the Mth pcm device. N and M start with 0. > this device does not use the software plugin layer. OK, thanks, I'll try that! > "default": uses the software plugin layer to resample and fold/multiply > channels, if necessary. plays on the first ca

[Alsa-devel] packed samples

2001-10-08 Thread Andrew Loewenstern
I'm using the plugin interface and snd_pcm_readi to capture interleaved frames of stereo 24-bit material. The samples are 24-bits but are stored in 32-bit words / 64-bit frames. Can I configure the plugin layer to give me three byte samples (48-bit frames)? drue

Re: [Alsa-devel] [PATCH] snd_pcm_open() and .spec patch

2001-10-08 Thread Andy Wingo
Hi Jussi, On Mon, 08 Oct 2001, Jussi Laako wrote: > Jaroslav Kysela wrote: > > > > > put into device id of snd_pcm_open()? Can't find it documented > > > > You can put there any unique string / abbreviation of the given PCM > > device. > > Here's my 'aplay -l' output, what should I put into

RE: [Alsa-devel] Hercules Game Theatre XP?

2001-10-08 Thread Allan Hsu
I was also under the impression that this card doesn't quite work right under alsa. I remember reading something about how the chip used in the Game Theatre XP was well-documented and commonly supported, but the mixer setup was difficult and unfathomable. Also, the last time I tried to use the cs4

Re: [Alsa-devel] [PATCH] snd_pcm_open() and .spec patch

2001-10-08 Thread Jussi Laako
Jaroslav Kysela wrote: > > > put into device id of snd_pcm_open()? Can't find it documented > > You can put there any unique string / abbreviation of the given PCM > device. Here's my 'aplay -l' output, what should I put into snd_pcm_open() to open card2/device0 or card1/device1? It just compl

Re: [Alsa-devel] pmac unresolved symbols

2001-10-08 Thread Jörn Nettingsmeier
"Jeffrey W. Baker" wrote: > > The pmac driver doesn't compile from the latest release nor from CVS. It > uses feature_test, feature_set, and feature_clear symbols, but these are > provided by arch/ppc/kernel/feature.c which doesn't seem to get built (at > least in my configuration.). Also, noth

[Alsa-devel] pmac unresolved symbols

2001-10-08 Thread Jeffrey W. Baker
The pmac driver doesn't compile from the latest release nor from CVS. It uses feature_test, feature_set, and feature_clear symbols, but these are provided by arch/ppc/kernel/feature.c which doesn't seem to get built (at least in my configuration.). Also, nothing in the kernel depends on feature.

Re: [Alsa-devel] Hercules Game Theatre XP?

2001-10-08 Thread Daniel V.
On Monday 08 October 2001 19:33, Jaroslav Kysela wrote: > On Sun, 7 Oct 2001, Allan Hsu wrote: > > I was wondering if anybody out there was attempting ALSA support of the > > Hercules Game Theatre XP. I own one of these cards, and I'd be interested > > in contributing to driver development, but I'

Re: [Alsa-devel] Missing /dev/audio

2001-10-08 Thread Takashi Iwai
Hi, At 07 Oct 2001 00:31:36 -0400, Thomas Hood wrote: > > When the oss compatibility modules are loaded, a number of > OSS-compatibility devices appear under devfs. Unfortunately, > /dev/audio is missing. Yet, if one creates /dev/audio manually > with mknod (major 14, minor 4) it works fine. >

Re: [Alsa-devel] Alsa Documentation

2001-10-08 Thread Eric Dantan Rzewnicki
[EMAIL PROTECTED] wrote: > > Quoting Jörn Nettingsmeier <[EMAIL PROTECTED]>: > > > Josh Green wrote: > > Either that or Opera ignores missing style sheets. I wonder why doxygen.css > wasn't created. Or is this supposed to be copied into the generated doxygen html > directory from somewhere else

[Alsa-devel] Update of power management codes

2001-10-08 Thread Takashi Iwai
Hi, I changed the power management support routines on the following sound chips according to the latest PM API: es1968, maestro3, nm256, cs46xx, intel8x0 The pm code is not fully test yet, so please check whether the suspend/resume works if you have a notebook with the chip listed above

Re: [Alsa-devel] Hercules Game Theatre XP?

2001-10-08 Thread Jaroslav Kysela
On Sun, 7 Oct 2001, Allan Hsu wrote: > I was wondering if anybody out there was attempting ALSA support of the > Hercules Game Theatre XP. I own one of these cards, and I'd be interested in > contributing to driver development, but I'd like to know what the current > state of development (if any)

[Alsa-devel] Re: [Alsa-user] audiophile 2496 input gain

2001-10-08 Thread Jaroslav Kysela
On Sun, 7 Oct 2001, Christof Damian wrote: > On Sat, 06.10.20 12:31, Tobiah wrote: > > Christof Damian wrote: > > > > > > this sounds pretty much like what i want. but none of these > > > controls exist in my setup. > > > > I'm using recent CVS of .9. I guess maybe the cards are not the > > same

Re: [Alsa-devel] CONFIG_PM (power management) compile trouble in cvs tree

2001-10-08 Thread Takashi Iwai
Hi, At Sun, 7 Oct 2001 10:49:18 +0200, Frank van de Pol wrote: > > Hi, > > could it be that there is some power management work in progress? I tried to > compile from the cvs tree, and compilation of pcm_native.c failed to to some > undefined functions/fields for power management. Thanks. Fi

Re: [Alsa-devel] Missing /dev/audio

2001-10-08 Thread Jaroslav Kysela
On 7 Oct 2001, Thomas Hood wrote: > When the oss compatibility modules are loaded, a number of > OSS-compatibility devices appear under devfs. Unfortunately, > /dev/audio is missing. Yet, if one creates /dev/audio manually > with mknod (major 14, minor 4) it works fine. > > This has been report

Re: [Alsa-devel] [PATCH] snd_pcm_open() and .spec patch

2001-10-08 Thread Jaroslav Kysela
On Sun, 7 Oct 2001, Jussi Laako wrote: > Hello, > > Now I think I have converted my ALSA HAL from 0.5 to 0.9 API. What should I > put into device id of snd_pcm_open()? Can't find it documented anywhere. You can put there any unique string / abbreviation of the given PCM device. > I think attach

Re: [Alsa-devel] IEC958 passthrough not working on ymfpci

2001-10-08 Thread Jaroslav Kysela
On Sun, 7 Oct 2001, Matthias Martin wrote: > > Sorry for bugging the busy developers on this list, but I think this goes a > bit further than mere installation-issues. > > I am trying to get a/52 (AC3) passthrough to work with the ymfpci-driver. > xine is being used to pass AC3-data to the soundc

[Alsa-devel] error compiling cvs alsa-driver.

2001-10-08 Thread Patrick Shirkey
> > > I get this error from this weekends cvs. -- Patrick Shirkey - Boost Hardware Ltd. Http://www.boosthardware.com - For the discerning hardware connoisseur. http://www.boosthardware.com/LAU/Linux_Audio_Users

Re: [Alsa-devel] hang up during latency test

2001-10-08 Thread Takashi Iwai
At 05 Oct 2001 18:25:04 -0700, Josh Green wrote: > > On Fri, 2001-10-05 at 07:26, Takashi Iwai wrote: > > > > Unfortunately I'm using not vanilla kernel so I cannot give you a > > whole patch (which will surely conflict). The only change I've done > > is only to fs/buffer.c. The patch to the fi