diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-11-25 15:43:29 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 22:53:41 +0300 |
commit | ec5de990d912c0d5cca98e030bf6447c1529f56d (patch) | |
tree | 1671fb6c52635ddfe5c04ce930d708e3b2eb5c4b /drivers/media/video/em28xx/em28xx.h | |
parent | 505b6d0b774fa4475fedbd3cebf95199c17a0086 (diff) | |
download | linux-ec5de990d912c0d5cca98e030bf6447c1529f56d.tar.xz |
V4L/DVB (9753): em28xx: cleanup: saa7115 module auto-detects saa711x type
Since saa7115 has saa711x chip auto-detection, there's no need on differenciating
it at cards table. Just use the generic name for all boards that use a philips
saa711x decoder.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index e33aa544bbbc..a7cece91cc0d 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h @@ -316,8 +316,7 @@ struct em28xx_input { enum em28xx_decoder { EM28XX_NODECODER, EM28XX_TVP5150, - EM28XX_SAA7113, - EM28XX_SAA7114 + EM28XX_SAA711X, }; struct em28xx_reg_seq { |