[V4L] Re: STB TVPCI Audio - FIXED (Eric Sandeen)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



>   1. Re: STB TVPCI Audio - FIXED (Eric Sandeen)
> This should fix it...
>
> tda985x_setmode was reading the wrong register for the current mode
(c4,
> not c6)
>
> -Eric
>
> =======Cut Here============
>
> --- bttv-0.7.46/driver/tvaudio.c.orig	Sun Oct 22 23:23:27 2000
> +++ bttv-0.7.46/driver/tvaudio.c	Sun Oct 22 23:22:47 2000
> @@ -465,7 +465,7 @@
>  void tda985x_setmode(struct CHIPSTATE *chip, int mode)
>  {
>  	int update = 1;
> -	int c6 = chip->shadow.bytes[TDA9850_C4+1] & 0x3f;
> +	int c6 = chip->shadow.bytes[TDA985x_C6+1] & 0x3f;
>
>  	switch (mode) {
>  	case VIDEO_SOUND_MONO:
>

Works great for me.
Thanks for everyone's help!







[Index of Archives]     [Linux DVB]     [Video Disk Recorder]     [Asterisk]     [Photo]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Free Photo Albums]     [Fedora Users]     [Fedora Women]     [ALSA Users]     [ALSA Devel]     [Linux USB]

Powered by Linux