diff mbox

V4L/DVB: Add chip ID of TVP5146 video decoder

Message ID 1313577365-18516-1-git-send-email-deepthy.ravi@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Deepthy Ravi Aug. 17, 2011, 10:36 a.m. UTC
From: Vaibhav Hiremath <hvaibhav@ti.com>

This patch is to add chip identifier entry for
TVP5146 video decoder.

Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Deepthy Ravi <deepthy.ravi@ti.com>
---
 include/media/v4l2-chip-ident.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h
index 63fd9d3..cd9b66f 100644
--- a/include/media/v4l2-chip-ident.h
+++ b/include/media/v4l2-chip-ident.h
@@ -122,6 +122,9 @@  enum {
 	/* Other via devs could use 3314, 3324, 3327, 3336, 3364, 3353 */
 	V4L2_IDENT_VIA_VX855 = 3409,
 
+	/* module tvp514x */
+	V4L2_IDENT_TVP5146 = 5146,
+
 	/* module tvp5150 */
 	V4L2_IDENT_TVP5150 = 5150,