diff options
author | Olli Salonen <olli.salonen@iki.fi> | 2014-11-24 06:57:33 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-25 11:11:54 (GMT) |
commit | 073f38494ab9bad6edf589c74a1f09c358c5068c (patch) | |
tree | ddfe039f86d1aa451a97ae017b5520a83d9f872e /drivers/media/tuners/si2157.h | |
parent | 251a79f8f5adfd816de4e052b5e3619a5a1d0910 (diff) | |
download | linux-073f38494ab9bad6edf589c74a1f09c358c5068c.tar.xz |
[media] si2157: Add support for Si2146-A10
The Silicon Labs Si2146 tuner seems to work with the same driver as the Si2157,
but there a few exceptions. The powerup command seems to be quite a bit
different. In addition there's a property 0207 that requires a different value.
Thus another entry is created in the si2157_id table to support also si2146 in
this driver.
The datasheet is available on manufacturer's website:
http://www.silabs.com/support%20documents/technicaldocs/Si2146-short.pdf
Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/tuners/si2157.h')
-rw-r--r-- | drivers/media/tuners/si2157.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/tuners/si2157.h b/drivers/media/tuners/si2157.h index d3b19ca..8467d08 100644 --- a/drivers/media/tuners/si2157.h +++ b/drivers/media/tuners/si2157.h @@ -1,5 +1,5 @@ /* - * Silicon Labs Si2147/2157/2158 silicon tuner driver + * Silicon Labs Si2146/2147/2157/2158 silicon tuner driver * * Copyright (C) 2014 Antti Palosaari <crope@iki.fi> * |