aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2012-05-01 10:45:27 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-14 13:59:23 -0400
commit9bb601935b8495cd4ef8aea389df77233d6be5dd (patch)
tree9659876fa6b3f2c60e6cdd8bec08541f4b56512a /include/media
parent6694a5608f909584c2aec99b0c07bfbdd6b02464 (diff)
[media] saa7146: rename vbi/video_q to vbi/video_dmaq
There was also a vbi_q and video_q in saa7146_fh, so that was confusing. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/saa7146_vv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/saa7146_vv.h b/include/media/saa7146_vv.h
index e9f434c74072..2cc32c514173 100644
--- a/include/media/saa7146_vv.h
+++ b/include/media/saa7146_vv.h
@@ -101,7 +101,7 @@ struct saa7146_fh {
101struct saa7146_vv 101struct saa7146_vv
102{ 102{
103 /* vbi capture */ 103 /* vbi capture */
104 struct saa7146_dmaqueue vbi_q; 104 struct saa7146_dmaqueue vbi_dmaq;
105 struct v4l2_vbi_format vbi_fmt; 105 struct v4l2_vbi_format vbi_fmt;
106 struct timer_list vbi_read_timeout; 106 struct timer_list vbi_read_timeout;
107 /* vbi workaround interrupt queue */ 107 /* vbi workaround interrupt queue */
@@ -119,7 +119,7 @@ struct saa7146_vv
119 struct saa7146_fh *ov_suspend; 119 struct saa7146_fh *ov_suspend;
120 120
121 /* video capture */ 121 /* video capture */
122 struct saa7146_dmaqueue video_q; 122 struct saa7146_dmaqueue video_dmaq;
123 struct v4l2_pix_format video_fmt; 123 struct v4l2_pix_format video_fmt;
124 enum v4l2_field last_field; 124 enum v4l2_field last_field;
125 125