From 3763b37eaab7f4ce367aacd5262330afe92f4dde Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Sun, 4 Dec 2005 12:21:15 +0000 Subject: 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 --- linux/include/media/audiochip.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'linux/include/media') 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 */ -- cgit v1.2.3