linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [media] s5p-mfc: Fix encoder control 15 issue
@ 2013-03-06 13:15 Arun Kumar K
  2013-03-06 22:10 ` Sylwester Nawrocki
  0 siblings, 1 reply; 6+ messages in thread
From: Arun Kumar K @ 2013-03-06 13:15 UTC (permalink / raw)
  To: linux-media; +Cc: k.debski, jtp.park, s.nawrocki, arun.kk

mfc-encoder is not working in the latest kernel giving the
erorr "Adding control (15) failed". Adding the missing step
parameter in this control to fix the issue.

Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
---
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c b/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c
index 2356fd5..4f6b553 100644
--- a/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c
@@ -232,6 +232,7 @@ static struct mfc_control controls[] = {
 		.minimum = 0,
 		.maximum = 1,
 		.default_value = 0,
+		.step = 1,
 		.menu_skip_mask = 0,
 	},
 	{
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-03-07 10:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-06 13:15 [PATCH] [media] s5p-mfc: Fix encoder control 15 issue Arun Kumar K
2013-03-06 22:10 ` Sylwester Nawrocki
2013-03-07  2:20   ` Shaik Ameer Basha
2013-03-07 10:49     ` Sylwester Nawrocki
2013-03-07  4:23   ` Arun Kumar K
2013-03-07 10:51     ` Sylwester Nawrocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).