diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/tuner-core.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c index f44f7d9be..9b449b954 100644 --- a/linux/drivers/media/video/tuner-core.c +++ b/linux/drivers/media/video/tuner-core.c @@ -1,5 +1,5 @@ /* - * $Id: tuner-core.c,v 1.9 2005/06/06 04:54:42 mchehab Exp $ + * $Id: tuner-core.c,v 1.10 2005/06/06 04:59:29 mchehab Exp $ * * i2c tv tuner chip device driver * core core, i.e. kernel interfaces, registering and so on @@ -472,10 +472,8 @@ tuner_command(struct i2c_client *client, unsigned int cmd, void *arg) if (t->is_stereo(client)) { tuner -> capability |= V4L2_TUNER_CAP_STEREO; tuner -> rxsubchans |= V4L2_TUNER_SUB_STEREO; - tuner_dbg("stereo"); } else { tuner -> rxsubchans &= 0xffff ^ V4L2_TUNER_SUB_STEREO; - tuner_dbg("mono"); } } tuner->rangelow = tv_range[0] * 16; |