summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tuner-core.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-06-19 15:59:25 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-06-19 15:59:25 +0000
commit8a548c9a82ac9ce5b45287c8b9e6ab128b8648ae (patch)
treee0b62c5b48cc7f8fdf80e63a77698f514c98a2ff /linux/drivers/media/video/tuner-core.c
parentae64b61bce4b4ca9ea9a47c089c0ff0773a8430f (diff)
downloadmediapointer-dvb-s2-8a548c9a82ac9ce5b45287c8b9e6ab128b8648ae.tar.gz
mediapointer-dvb-s2-8a548c9a82ac9ce5b45287c8b9e6ab128b8648ae.tar.bz2
Added inicial support for changing radio mode stereo/mono for tea5767
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/tuner-core.c')
-rw-r--r--linux/drivers/media/video/tuner-core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c
index e92053f27..a0a38be0d 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.22 2005/06/19 14:41:59 mchehab Exp $
+ * $Id: tuner-core.c,v 1.23 2005/06/19 15:59:25 mchehab Exp $
*
* i2c tv tuner chip device driver
* core core, i.e. kernel interfaces, registering and so on
@@ -285,6 +285,7 @@ static int tuner_attach(struct i2c_adapter *adap, int addr, int kind)
i2c_set_clientdata(&t->i2c, t);
t->type = UNSET;
t->radio_if2 = 10700*1000; /* 10.7MHz - FM radio */
+ t->audmode = V4L2_TUNER_MODE_STEREO;
i2c_attach_client(&t->i2c);
tuner_info("chip found @ 0x%x (%s)\n",