[Alsa-devel] ALC650 rev D. - SPDIF out

2003-10-02 Thread p z oooo
Hi, I have ALC650 rev. D and spdif is not working with 0.9.7. Please delete this row from ac97_patch.c from function patch_alc650 ac97->ext_id &= ~AC97_EI_SPDIF; /* disable extended-id */ I think, that all ALC650 have spdif out and rev. E and later have spdif in. Peter Zubaj __

[Alsa-devel] alsa-tools-0.9.7 compilation failure in sscape_ctl with headers from 2.4

2003-10-02 Thread Arcady Genkin
The code for sscape_ctl from the 0.9.7 tarball of alsa-tools does not compile. The problem is on line 208 in sscape_ctl.c: microcode.code = &_microcode; This produces the following (fatal) error message: source='sscape_ctl.c' object='sscape_ctl.o' libtool=no \ depfile='.deps/sscape_ctl.

[Alsa-devel] alsa-tools-0.9.7 compilation failure in hdsploader with headers from 2.4

2003-10-02 Thread Arcady Genkin
The code for hdsploader from the 0.9.7 does not compile. The problem is on line 81 in hdsploader.c: firmware.firmware_data = (unsigned long *) fw; This produces the following (fatal) error message: hdsploader.c: In function `upload_firmware': hdsploader.c:81: incompatible types in assig

[Alsa-devel] intel8x0 dies after suspend/resume

2003-10-02 Thread Nathan Gray
With alsa 0.9.7a the intel8x0 driver goes silent after a suspend/resume cycle on my 2.4.21 kernel. Removing and reinserting the modules fixes things. This problem didn't exist in 0.9.6. Cheers, -Nathan -- >>>-- Nathaniel Gray -- Caltech Computer Science --> >>>-- Mojave Project -- http://m

[Alsa-devel] RE: recording issues

2003-10-02 Thread Nathan Gray
Giuliano Pochini wrote: > > On 01-Oct-2003 Nathaniel Gray wrote: >> My sound card uses different devices for capture (device 0) and playback >> (device 1). I have two issues with capture right now: >> >> 1. If I do something like: >> arecord -f dat -D hw:0,1 -d 5 foo.wav >> it seems to r

RE: [Alsa-devel] recording issues

2003-10-02 Thread Giuliano Pochini
On 01-Oct-2003 Nathaniel Gray wrote: > My sound card uses different devices for capture (device 0) and playback > (device 1). I have two issues with capture right now: > > 1. If I do something like: > arecord -f dat -D hw:0,1 -d 5 foo.wav > it seems to record for much longer than 5 secon