diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-01-09 12:25:16 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:16 -0500 |
commit | 39e8f40da20a803a17e16304e73fd31050b1871c (patch) | |
tree | 35b3736436840a47d222457619c6c4595020eebe /include | |
parent | ade0836c8c3bf72edafd18d3256c4fd874a8236f (diff) |
V4L/DVB (3105): Remove AUDC_CONFIG_PINNACLE horror, fix mt20xx radio support.
- Remove AUDC_CONFIG_PINNACLE horror. This also fixes radio support
for mt20xx tuners.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'include')
-rw-r--r-- | include/media/audiochip.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/media/audiochip.h b/include/media/audiochip.h index b7d4b0930408..411f09fc4574 100644 --- a/include/media/audiochip.h +++ b/include/media/audiochip.h | |||
@@ -40,15 +40,4 @@ enum audiochip { | |||
40 | #define AUDIO_MUTE 0x80 | 40 | #define AUDIO_MUTE 0x80 |
41 | #define AUDIO_UNMUTE 0x81 | 41 | #define AUDIO_UNMUTE 0x81 |
42 | 42 | ||
43 | /* all the stuff below is obsolete and just here for reference. I'll | ||
44 | * remove it once the driver is tested and works fine. | ||
45 | * | ||
46 | * Instead creating alot of tiny API's for all kinds of different | ||
47 | * chips, we'll just pass throuth the v4l ioctl structs (v4l2 not | ||
48 | * yet...). It is a bit less flexible, but most/all used i2c chips | ||
49 | * make sense in v4l context only. So I think that's acceptable... | ||
50 | */ | ||
51 | |||
52 | /* misc stuff to pass around config info to i2c chips */ | ||
53 | #define AUDC_CONFIG_PINNACLE _IOW('m',32,int) | ||
54 | #endif /* AUDIOCHIP_H */ | 43 | #endif /* AUDIOCHIP_H */ |