aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-chip-ident.h
diff options
context:
space:
mode:
authorRichard Röjfors <richard.rojfors@pelagicore.com>2010-02-02 19:40:49 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 15:10:52 -0300
commitee4b9dbb83c73c5408d7f479a501551a63ec57d3 (patch)
tree42acf0501526303bcf231a16efea1738aa60905c /include/media/v4l2-chip-ident.h
parent08c45cd58560f10e08e0ec4686845625b7030e8c (diff)
downloadkernel_samsung_smdk4412-ee4b9dbb83c73c5408d7f479a501551a63ec57d3.zip
kernel_samsung_smdk4412-ee4b9dbb83c73c5408d7f479a501551a63ec57d3.tar.gz
kernel_samsung_smdk4412-ee4b9dbb83c73c5408d7f479a501551a63ec57d3.tar.bz2
V4L/DVB: radio: add support for SAA7706H Car Radio DSP
Initial support for the SAA7706H Car Radio DSP. It is a I2C device and currently the mute control is supported. When the device is unmuted it is brought out of reset and initiated using the proposed intialisation sequence. When muted the DSP is brought into reset state. [akpm@linux-foundation.org: include delay.h] Signed-off-by: Richard Röjfors <richard.rojfors@pelagicore.com> Cc: Douglas Schilling Landgraf <dougsland@gmail.com> Cc: Hans Verkuil <hverkuil@xs4all.nl> Cc: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/v4l2-chip-ident.h')
-rw-r--r--include/media/v4l2-chip-ident.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h
index 6cc107d..5341e3d 100644
--- a/include/media/v4l2-chip-ident.h
+++ b/include/media/v4l2-chip-ident.h
@@ -155,6 +155,9 @@ enum {
/* module adv7343: just ident 7343 */
V4L2_IDENT_ADV7343 = 7343,
+ /* module saa7706h: just ident 7706 */
+ V4L2_IDENT_SAA7706H = 7706,
+
/* module wm8739: just ident 8739 */
V4L2_IDENT_WM8739 = 8739,