[Alsa-devel] No sound with alsa and intel8x0 on Intel ICH5R

2004-01-15 Thread Joel Metelius
Hi I have a Gigabyte GA-8IK1100 motherboard with an onboard ICH5R chip and the AC97 CODEC. With ALSA I get no sound at all and with OSS I get sound but at wrong frequency (playing too slow). I haved tried alsa with gentoo kernel 2.6.1 and 2.6.1-r1 and also with 2.6.1-mm3 from kernel.org. When tr

[Alsa-devel] Problem with __OLD_GET

2004-01-15 Thread Arve Knudsen
Hi Like I explained in a post some time back, I've been having problems with not getting correct values from snd_pcm_hw_params functions (specifically snd_pcm_hw_params_get_channels_max). I never got an answer though, and the problem disappeared for a while. However it has reappeared, so I deci

Re: [Alsa-devel] No sound with alsa and intel8x0 on Intel ICH5R

2004-01-15 Thread Clemens Ladisch
Joel Metelius wrote: > I have a Gigabyte GA-8IK1100 motherboard with an onboard ICH5R chip and > the AC97 CODEC. What codec? (see first line of /proc/asound/card0/codec97#0/ac97#0-0) > With ALSA I get no sound at all and with OSS I get sound but at > wrong frequency (playing too slow). ALSA has

Re: [Alsa-devel] hdsp problem

2004-01-15 Thread Jesse Chappell
Paul Davis experienced this recently with his cardbus/digiface, with both 0.9.8 and 1.0.x. He found that it only does this when the period size is >= 512. At 256 and below, it works fine for him. Give that a try... I need to test my personal system to verify this happens for me too. jlc

Re: [Alsa-devel] quake3 and alsa trouble: resampler probably doesn't work properly?

2004-01-15 Thread Prakash K. Cheemplavam
Perhaps this helps: bash-2.05b# cat /proc/asound/card0/codec97#0/ac97#0-0 0-0/0: Realtek ALC650 rev 3 Capabilities : DAC resolution : 20-bit ADC resolution : 18-bit 3D enhancement : Realtek 3D Stereo Enhancement Current setup Mic gain : +0dB [+0dB] POP path : pre 3D Sim.

[Alsa-devel] snd_seq_port_info_get_client & snd_seq_client_info_get_name

2004-01-15 Thread holborn
Hi! Tath's a question/request ... 'snd_seq_port_info_get_client' returns always the same value? for hardware or software devices even if are not started in the same order? or if the number of devices is different? I don't checkit ... but if it's not the same number, maybe could be a good

[Alsa-devel] Using timestamp features when capturing

2004-01-15 Thread Måns Rullgård
I need to find out at what system time a particular sample was captured. The various snd_pcm_*_tstamp functions seem to do something like that, but I can't find any proper documentation for them. I've already searched the mail archives without finding anything useful. Could someone give me a hin

[Alsa-devel] Simple mixer API progress?

2004-01-15 Thread Tommi Sakari Uimonen
Since 1.0 is out now, what is planned with the simple mixer API? Is there any drafts anywhere and release schedule etc..? Tommi Uimonen --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integ

Re: [Alsa-devel] au88x0 problems with kernel 2.6.0

2004-01-15 Thread James Courtier-Dutton
Jaroslav Kysela wrote: On Sun, 4 Jan 2004, James Courtier-Dutton wrote: Hi, The normal way I patch the 2.6.x kernel, is i download alsa-kernel from CVS. and then delete the ./alsa-kernel/oss dir, then just copy all the contents of alsa-kernel over the top of /usr/src/linux/sound I then copy th

[Alsa-devel] A bug in intel8x0.c

2004-01-15 Thread freeman.liu
Hi, guy, I'm sure I found a bug in intel8x0.c. At the end of the function snd_intel8x0_codec_semaphore. If we couldn't get the semaphore in 1 ms, we'll reset the register and return EBUSY. But to reset the register, we should do a iaputword ( chip, 0, 0 ), according to the datashee

Re: [Alsa-devel] hdsp problem

2004-01-15 Thread Tim Blechmann
> Paul Davis experienced this recently with his cardbus/digiface, > with both 0.9.8 and 1.0.x. He found that it only does this when > the period size is >= 512. At 256 and below, it works fine for > him. Give that a try... it's not working on my system (i tried 64, 128, 256) ... but playing

Re: [Alsa-devel] hdsp problem

2004-01-15 Thread Paul Davis
>it's not working on my system (i tried 64, 128, 256) ... but playing then i guess there is more than one problem. i would also recommend checking into whatever is sharing the interrupt that the hdsp is on. on my laptop, way too many things are on IRQ10 (USB, CardBus, Wifi, HDSP). this seems hard