diff options
author | Hans Verkuil <devnull@localhost> | 2005-12-04 12:21:15 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2005-12-04 12:21:15 +0000 |
commit | 3763b37eaab7f4ce367aacd5262330afe92f4dde (patch) | |
tree | d0197cd36ca1e1b12c346982af63fb53fb17e726 /linux/include | |
parent | ca739c0f5e983380bc1021dac8c309c0729ce0f5 (diff) | |
download | mediapointer-dvb-s2-3763b37eaab7f4ce367aacd5262330afe92f4dde.tar.gz mediapointer-dvb-s2-3763b37eaab7f4ce367aacd5262330afe92f4dde.tar.bz2 |
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>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/audiochip.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/linux/include/media/audiochip.h b/linux/include/media/audiochip.h index 0807ea262..cfbfdd573 100644 --- a/linux/include/media/audiochip.h +++ b/linux/include/media/audiochip.h @@ -1,5 +1,5 @@ /* - * $Id: audiochip.h,v 1.7 2005/10/16 12:13:58 mchehab Exp $ + * $Id: audiochip.h,v 1.8 2005/12/04 12:21:15 hverkuil Exp $ */ #ifndef AUDIOCHIP_H @@ -41,15 +41,4 @@ enum audiochip { #define AUDIO_MUTE 0x80 #define AUDIO_UNMUTE 0x81 -/* all the stuff below is obsolete and just here for reference. I'll - * remove it once the driver is tested and works fine. - * - * Instead creating alot of tiny API's for all kinds of different - * chips, we'll just pass throuth the v4l ioctl structs (v4l2 not - * yet...). It is a bit less flexible, but most/all used i2c chips - * make sense in v4l context only. So I think that's acceptable... - */ - -/* misc stuff to pass around config info to i2c chips */ -#define AUDC_CONFIG_PINNACLE _IOW('m',32,int) #endif /* AUDIOCHIP_H */ |