diff options
Diffstat (limited to 'drivers/media/platform/coda/coda.h')
-rw-r--r-- | drivers/media/platform/coda/coda.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/coda/coda.h b/drivers/media/platform/coda/coda.h index 2b59e1660e58..970f0b345c4e 100644 --- a/drivers/media/platform/coda/coda.h +++ b/drivers/media/platform/coda/coda.h | |||
@@ -256,7 +256,7 @@ int coda_decoder_queue_init(void *priv, struct vb2_queue *src_vq, | |||
256 | 256 | ||
257 | int coda_hw_reset(struct coda_ctx *ctx); | 257 | int coda_hw_reset(struct coda_ctx *ctx); |
258 | 258 | ||
259 | void coda_fill_bitstream(struct coda_ctx *ctx); | 259 | void coda_fill_bitstream(struct coda_ctx *ctx, bool streaming); |
260 | 260 | ||
261 | void coda_set_gdi_regs(struct coda_ctx *ctx); | 261 | void coda_set_gdi_regs(struct coda_ctx *ctx); |
262 | 262 | ||