Re: [Alsa-user] Wonders with alsa

2008-08-06 Thread Yury Aliaev
Thanks, Sergei! > > [snip] >> Kernel 2.6.25 (patched, from ALT Linux Sisyphus repository), alsa 1.0.16 >> >> WBR, >> Yury. >> > > You might be interested to read this post: > > http://www.linuxquestions.org/questions/linux-kernel-70/no-glx-acceleration-with-kernel-2.6.26-657699/#post3230259 > .

[Alsa-user] Wonders with alsa

2008-08-05 Thread Yury Aliaev
Hello, Recently I'vet some alsa quirks. First, after the computer upgrade I've found that the sound card (Crystal 4281) and SCSI host adapter share the same IRQ. I've tried to fix this and move SCSI into another PCI slot (and haven't touched the soundcard). The devices appeared at the differen

[Alsa-user] low-level AWE wavetable

2008-07-23 Thread Yury Aliaev
Hi all, I'm wondering if it's possible to access AWE wavetable synthesizer at low-level using alsa? I'd like to port some program from OSS (which is obsolete) to ALSA. Formerly it used linux/awe_voice.h header where some calls to AWE wavetable were defined. Namely I need ALSA analogs of AWE_SEN

Re: [Alsa-user] recording wine output

2006-09-18 Thread Yury Aliaev
Hi, mart! > > wine is playing some sounds over the wine-oss-driver (jack driver didnt > worked for me...) through my alsa-device... > works fine. > now i want to record this stream via arecord... > what do i have to do for that? > do i have to create a new plug or dmix config? Probably you may ru

[Alsa-user] Non-blocking device parameters reading

2006-09-12 Thread Yury Aliaev
Hi all! I'm currently writing ALSA driver for one program. My wish is to read abilities of the particular sound device and allow one to choose among the allowable for the device. So my code attempt is following: if (snd_pcm_open(&(d->soundfd), d->device, SND_PCM_STREAM_PLAYBACK, 0) < 0) {

[Alsa-user] alsa-0.9.4 + kernel 2.4.20 + cs4281 = Oops!

2003-06-16 Thread Yury Aliaev
Hi! I have the following problem: [EMAIL PROTECTED] modprobe snd-cs4281 Oops: 2.4.20-alt5-meta #1 Wed Mar 26 14:26:44 Msk 2003 CPU: 0 EIP: 0010:[] Not tainted EFLAGS: 00010086 eax: c3a03e1c ebx: , ... ... Process modprobe (pid: 4001, stackpage= c30300) Stack:... Call Trace: [<...>]..

[Alsa-user] Crystal 4281 and 4620 and Alsa 0.5.12a -- no recording!

2002-11-15 Thread Yury Aliaev
Hi! The trouble is the following: I cannot record anything from microphone using Crystal 4281 card (driver snd-card-cs4281) and 4620 (snd-card-cs41xx) and Alsa 0.5.12a drivers. Playback is Ok at both cards. Mixer is Ok too, I hear the signal from the microphone in the speakers. I tried to swit

[Alsa-user] Alsa 0.9.x compatibility with 0.5.x --- does it exist?

2002-08-02 Thread Yury Aliaev
Hi, all! For some time I use alsa-0.5.12 drivers for my Linux computer (kernel 2.2.19, 2 soundcards: ESS1868 and Crystal 4281) and everything is Ok. But now I've decided to upgrade my alsa to 0.9.latest. But I have some applications working with alsa 0.5.x (i.g. without alsa-0.9 support); the