changeset 23884:b341311b8b21

Removing global variables from tv:// Step 3: removing references to old globals from tvi_bsdbt848.c
author voroshil
date Sun, 29 Jul 2007 10:20:05 +0000
parents d65439444b75
children ed7579c21164
files stream/tvi_bsdbt848.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/tvi_bsdbt848.c	Sun Jul 29 10:18:38 2007 +0000
+++ b/stream/tvi_bsdbt848.c	Sun Jul 29 10:20:05 2007 +0000
@@ -410,7 +410,7 @@
 
 #ifdef BT848_SAUDIO
 	if(priv->tunerready == TRUE &&
-	    ioctl(priv->tunerfd, BT848_SAUDIO, &tv_param_audio_id) < 0)
+	    ioctl(priv->tunerfd, BT848_SAUDIO, &priv->tv_param->audio_id) < 0)
 	    {
 	    perror("audioid:ioctl");
 	    }