diff options
author | Michael Krufky <mkrufky@m1k.net> | 2006-01-09 12:32:31 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:32:31 -0500 |
commit | 5e453dc757385ec892a818e4e3b5de027987ced9 (patch) | |
tree | c6e5c4ffeb7557c6f3861f39cb4d28532dc3fe39 /include/media/audiochip.h | |
parent | 37bdfa06b6bbf085b55d64eb5d9ed112418ed5ad (diff) |
V4L/DVB (3269): ioctls cleanups.
- Now, all internal ioctls are at v4l2-common.h
- removed unused ioctl at saa6752hs.h
- all debug ioctl code moved to v4l2-common.c
- removed duplicated stuff from other cards
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'include/media/audiochip.h')
-rw-r--r-- | include/media/audiochip.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/media/audiochip.h b/include/media/audiochip.h index 411f09fc4574..295d256ee811 100644 --- a/include/media/audiochip.h +++ b/include/media/audiochip.h | |||
@@ -23,11 +23,6 @@ enum audiochip { | |||
23 | 23 | ||
24 | /* ---------------------------------------------------------------------- */ | 24 | /* ---------------------------------------------------------------------- */ |
25 | 25 | ||
26 | /* v4l device was opened in Radio mode */ | ||
27 | #define AUDC_SET_RADIO _IO('m',2) | ||
28 | /* select from TV,radio,extern,MUTE */ | ||
29 | #define AUDC_SET_INPUT _IOW('m',17,int) | ||
30 | |||
31 | /* audio inputs */ | 26 | /* audio inputs */ |
32 | #define AUDIO_TUNER 0x00 | 27 | #define AUDIO_TUNER 0x00 |
33 | #define AUDIO_RADIO 0x01 | 28 | #define AUDIO_RADIO 0x01 |