mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
[media] cx231xx: add addr for demod and make i2c_devs const
I2C address 0x10 is the demod. While here, make the array const. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
3b795d01c2
commit
ec2a387eaf
1 changed files with 2 additions and 1 deletions
|
@ -471,7 +471,8 @@ static struct i2c_adapter cx231xx_adap_template = {
|
||||||
* i2c_devs
|
* i2c_devs
|
||||||
* incomplete list of known devices
|
* incomplete list of known devices
|
||||||
*/
|
*/
|
||||||
static char *i2c_devs[128] = {
|
static const char *i2c_devs[128] = {
|
||||||
|
[0x20 >> 1] = "demod",
|
||||||
[0x60 >> 1] = "colibri",
|
[0x60 >> 1] = "colibri",
|
||||||
[0x88 >> 1] = "hammerhead",
|
[0x88 >> 1] = "hammerhead",
|
||||||
[0x8e >> 1] = "CIR",
|
[0x8e >> 1] = "CIR",
|
||||||
|
|
Loading…
Add table
Reference in a new issue