Re: [PATCH 13/20] V4L/DVB (3345) Fixes some bad global variables

From: Andrew Morton
Date: Wed Jan 11 2006 - 22:54:04 EST


mchehab@xxxxxxxxxxxxx wrote:
>
> +int msp_debug = 0; /* msp_debug output */
> +int msp_once = 0; /* no continous stereo monitoring */
> +int msp_amsound = 0; /* hard-wire AM sound at 6.5 Hz (france),
> the autoscan seems work well only with FM... */
> -int standard = 1; /* Override auto detect of audio standard, if needed. */
> -int dolby = 0;
> +int msp_standard = 1; /* Override auto detect of audio msp_standard, if needed. */
> +int msp_dolby = 0;

argh, I removed all the "= 0"s and they've come back.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/