summaryrefslogtreecommitdiff
path: root/include/media/audiochip.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@m1k.net>2006-01-09 17:32:31 (GMT)
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>2006-01-09 17:32:31 (GMT)
commit5e453dc757385ec892a818e4e3b5de027987ced9 (patch)
treec6e5c4ffeb7557c6f3861f39cb4d28532dc3fe39 /include/media/audiochip.h
parent37bdfa06b6bbf085b55d64eb5d9ed112418ed5ad (diff)
downloadlinux-fsl-qoriq-5e453dc757385ec892a818e4e3b5de027987ced9.tar.xz
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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/media/audiochip.h b/include/media/audiochip.h
index 411f09f..295d256 100644
--- a/include/media/audiochip.h
+++ b/include/media/audiochip.h
@@ -23,11 +23,6 @@ enum audiochip {
/* ---------------------------------------------------------------------- */
-/* v4l device was opened in Radio mode */
-#define AUDC_SET_RADIO _IO('m',2)
-/* select from TV,radio,extern,MUTE */
-#define AUDC_SET_INPUT _IOW('m',17,int)
-
/* audio inputs */
#define AUDIO_TUNER 0x00
#define AUDIO_RADIO 0x01