On Saturday 12 March 2005 22:53, Adrian Bunk wrote:
>This patch makes some needlessly global variables static.
>
>Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
>
>---
>
>This patch was already sent on:
>- 16 Feb 2005
>
> tvaudio.c | 22 +++++++++++-----------
> 1 files changed, 11 insertions(+), 11 deletions(-)
>
>---
> linux-2.6.11-rc3-mm2-full/drivers/media/video/tvaudio.c.old 2005-02
>-15 22:13:38.000000000 +0100 +++
> linux-2.6.11-rc3-mm2-full/drivers/media/video/tvaudio.c 2005-02-15
> 22:14:29.000000000 +0100 @@ -1237,17 +1237,17 @@
> /* audio chip descriptions - struct CHIPDESC
> */
>
> /* insmod options to enable/disable individual audio chips */
>-int tda8425 = 1;
>-int tda9840 = 1;
>-int tda9850 = 1;
>-int tda9855 = 1;
>-int tda9873 = 1;
>-int tda9874a = 1;
>-int tea6300 = 0; // address clash with msp34xx
>-int tea6320 = 0; // address clash with msp34xx
>-int tea6420 = 1;
>-int pic16c54 = 1;
>-int ta8874z = 0; // address clash with tda9840
>+static int tda8425 = 1;
>+static int tda9840 = 1;
>+static int tda9850 = 1;
>+static int tda9855 = 1;
>+static int tda9873 = 1;
>+static int tda9874a = 1;
>+static int tea6300 = 0; // address clash with msp34xx
>+static int tea6320 = 0; // address clash with msp34xx
>+static int tea6420 = 1;
>+static int pic16c54 = 1;
>+static int ta8874z = 0; // address clash with tda9840
>
> module_param(tda8425, int, 0444);
> module_param(tda9840, int, 0444);
>
Adrian: Do you have any of this recent stuff in 2.6.11.x? I ask
because tvtime seems to have lost its connection to the audio, and
while I have some audio, its distorted, low, and crappy/tinny
sounding. And tvtime has no working volume control.
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.34% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2005 by Maurice Eugene Heskett, all rights reserved.
--
Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
[Home]
[Older V4L]
[Linux DVB]
[Video Disk Recorder]
[Video Technology]
[Asterisk]
[Photo]
[DCCP]
[Netdev]
[Plasma TVs]
[Video Projectors]
[PDAs]
[Xorg]
[Util Linux NG]
[Xfree86]
[Devices]
[Big List of Linux Books]
[Free Photo Albums]
[LCD TVs]
[Fedora Users]
[Webcams]
[Fedora Women]
[HDTV]
[ALSA Users]
[ALSA Devel]
[Stuff]
[SSH]
[Linux USB]