tir, 2002-12-03 kl. 09:03 skrev Bart Veldhuizen: > Hi, > > following the suggestions on this maillist I tried to initialise all > audio registers of my Terratec Cinergy 400. Add the following lines to > saa7134-tvaudio.c after 'saa_writeb(SAA7134_AUDIO_CLOCK2, (clock >> > 16) & 0xff);': > > for (i = 0x140; i < 0x176; i++) { > saa_writeb(i, 0x01); > } I have a Cinergy 600, and with this "hack", when I change channels, I get sound. But after some seconds it disappear. But without this patch, I always have sound, but sometimes (quite often, actually) when I change channels I just get noise, as if I was listening to an untuned radio-channel. If just the sound didn't disappear, this would be a great improvement for me. Btw. I declared i as an int, I don't know if that's right.. Regards, Stian