summaryrefslogtreecommitdiff
path: root/linux/sound/i2c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-07-27 09:20:20 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-27 09:20:20 -0300
commita2f7e7dbf0f5aeb8842ac6c3e9acd151180d1975 (patch)
tree741bed0ecafa35596053d8e6debbce43691a0a39 /linux/sound/i2c
parent77b963e9fbc0911412eb7b86df83d976f81abf2d (diff)
parent3590a589476f8094edb2a807adaa699215c2d5ee (diff)
downloadmediapointer-dvb-s2-a2f7e7dbf0f5aeb8842ac6c3e9acd151180d1975.tar.gz
mediapointer-dvb-s2-a2f7e7dbf0f5aeb8842ac6c3e9acd151180d1975.tar.bz2
merge: http://linuxtv.org/hg/~mkrufky/mxl5007t
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/sound/i2c')
-rw-r--r--linux/sound/i2c/other/tea575x-tuner.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/sound/i2c/other/tea575x-tuner.c b/linux/sound/i2c/other/tea575x-tuner.c
index d4d2b00b5..c4bd65c94 100644
--- a/linux/sound/i2c/other/tea575x-tuner.c
+++ b/linux/sound/i2c/other/tea575x-tuner.c
@@ -205,7 +205,6 @@ void snd_tea575x_init(struct snd_tea575x *tea)
memset(&tea->vd, 0, sizeof(tea->vd));
strcpy(tea->vd.name, tea->tea5759 ? "TEA5759 radio" : "TEA5757 radio");
- tea->vd.type = VID_TYPE_TUNER;
tea->vd.release = snd_tea575x_release;
video_set_drvdata(&tea->vd, tea);
tea->vd.fops = &tea->fops;