diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-23 04:09:15 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-26 11:54:40 -0400 |
commit | 38f9d308597fe3f8d52bfa30e7ed6c742b85a1db (patch) | |
tree | 7302a5c3d5a4447ec02561534ad8979d23a8a97a /drivers/media/video/em28xx | |
parent | d417f711b9180c4851cfdc19db030878918eac88 (diff) |
V4L/DVB (8477): v4l: remove obsolete audiochip.h
Converted the last users of audiochip.h to the v4l2-chip-ident.h header
and remove the now unused audiochip.h header.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index 05f0d5a15058..6e0eb950ab81 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -32,8 +32,8 @@ | |||
32 | #include <media/saa7115.h> | 32 | #include <media/saa7115.h> |
33 | #include <media/tvp5150.h> | 33 | #include <media/tvp5150.h> |
34 | #include <media/tveeprom.h> | 34 | #include <media/tveeprom.h> |
35 | #include <media/audiochip.h> | ||
36 | #include <media/v4l2-common.h> | 35 | #include <media/v4l2-common.h> |
36 | #include <media/v4l2-chip-ident.h> | ||
37 | 37 | ||
38 | #include "em28xx.h" | 38 | #include "em28xx.h" |
39 | 39 | ||
@@ -836,7 +836,7 @@ void em28xx_card_setup(struct em28xx *dev) | |||
836 | 836 | ||
837 | dev->tuner_type = tv.tuner_type; | 837 | dev->tuner_type = tv.tuner_type; |
838 | 838 | ||
839 | if (tv.audio_processor == AUDIO_CHIP_MSP34XX) { | 839 | if (tv.audio_processor == V4L2_IDENT_MSPX4XX) { |
840 | dev->i2s_speed = 2048000; | 840 | dev->i2s_speed = 2048000; |
841 | dev->has_msp34xx = 1; | 841 | dev->has_msp34xx = 1; |
842 | } | 842 | } |