aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
Diffstat (limited to 'include/media')
-rw-r--r--include/media/v4l2-common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h
index 5564db13c0d5..8721ac4a45a7 100644
--- a/include/media/v4l2-common.h
+++ b/include/media/v4l2-common.h
@@ -169,8 +169,9 @@ enum v4l2_chip_ident {
169#define VIDIOC_INT_S_REGISTER _IOR ('d', 100, struct v4l2_register) 169#define VIDIOC_INT_S_REGISTER _IOR ('d', 100, struct v4l2_register)
170#define VIDIOC_INT_G_REGISTER _IOWR('d', 101, struct v4l2_register) 170#define VIDIOC_INT_G_REGISTER _IOWR('d', 101, struct v4l2_register)
171 171
172/* Reset the I2C chip */ 172/* Generic reset command. The argument selects which subsystems to reset.
173#define VIDIOC_INT_RESET _IO ('d', 102) 173 Passing 0 will always reset the whole chip. */
174#define VIDIOC_INT_RESET _IOW ('d', 102, u32)
174 175
175/* Set the frequency (in Hz) of the audio clock output. 176/* Set the frequency (in Hz) of the audio clock output.
176 Used to slave an audio processor to the video decoder, ensuring that audio 177 Used to slave an audio processor to the video decoder, ensuring that audio