aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r--drivers/media/video/cx18/cx18-driver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h
index f88d82348293..4d56d07195b6 100644
--- a/drivers/media/video/cx18/cx18-driver.h
+++ b/drivers/media/video/cx18/cx18-driver.h
@@ -289,7 +289,8 @@ struct cx18_stream {
289 289
290 /* Buffer Queues */ 290 /* Buffer Queues */
291 struct cx18_queue q_free; /* free buffers */ 291 struct cx18_queue q_free; /* free buffers */
292 struct cx18_queue q_full; /* full buffers */ 292 struct cx18_queue q_busy; /* busy buffers - in use by firmware */
293 struct cx18_queue q_full; /* full buffers - data for user apps */
293 294
294 /* DVB / Digital Transport */ 295 /* DVB / Digital Transport */
295 struct cx18_dvb dvb; 296 struct cx18_dvb dvb;