aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/v4l2-common.h')
-rw-r--r--include/media/v4l2-common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h
index 07130474a0df..642520acdfa7 100644
--- a/include/media/v4l2-common.h
+++ b/include/media/v4l2-common.h
@@ -123,14 +123,6 @@ enum v4l2_chip_ident {
123/* v4l device was opened in Radio mode, to be replaced by VIDIOC_INT_S_TUNER_MODE */ 123/* v4l device was opened in Radio mode, to be replaced by VIDIOC_INT_S_TUNER_MODE */
124#define AUDC_SET_RADIO _IO('d',88) 124#define AUDC_SET_RADIO _IO('d',88)
125 125
126/* msp3400 ioctl: will be removed in the near future, to be replaced by
127 VIDIOC_INT_S_AUDIO_ROUTING. */
128struct msp_matrix {
129 int input;
130 int output;
131};
132#define MSP_SET_MATRIX _IOW('m',17,struct msp_matrix)
133
134/* tuner ioctls */ 126/* tuner ioctls */
135 127
136/* Sets tuner type and its I2C addr */ 128/* Sets tuner type and its I2C addr */