diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-14 10:20:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-14 10:20:36 -0300 |
commit | d5193c5902aab5c738cd11481b408771c9050d8b (patch) | |
tree | 082888cbe80c3775508ed3d5e96a0fb15999f952 /linux/include | |
parent | 28aee8b0e7428e7263d4e53a32677676413fc622 (diff) | |
download | mediapointer-dvb-s2-d5193c5902aab5c738cd11481b408771c9050d8b.tar.gz mediapointer-dvb-s2-d5193c5902aab5c738cd11481b408771c9050d8b.tar.bz2 |
backport a few language cleanups
From: Mauro Carvalho Chehab <mchehab@redhat.com>
kernel-sync:
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/v4l2-subdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/include/media/v4l2-subdev.h b/linux/include/media/v4l2-subdev.h index a43506680..17856081c 100644 --- a/linux/include/media/v4l2-subdev.h +++ b/linux/include/media/v4l2-subdev.h @@ -189,7 +189,7 @@ struct v4l2_subdev_audio_ops { s_std_output: set v4l2_std_id for video OUTPUT devices. This is ignored by video input devices. - s_crystal_freq: sets the frequency of the crystal used to generate the + s_crystal_freq: sets the frequency of the crystal used to generate the clocks in Hz. An extra flags field allows device specific configuration regarding clock frequency dividers, etc. If not used, then set flags to 0. If the frequency is not supported, then -EINVAL is returned. |