diff options
author | Mike Isely <isely@pobox.com> | 2009-03-06 22:57:42 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:37 -0400 |
commit | ae111f76f785eaa350f0172fac68cf5de2e9eae7 (patch) | |
tree | 52907c7142046f3f13eb3bd1e316cf2726dff884 /drivers/media/video/pvrusb2 | |
parent | bd14d4f8f436d686e0e915d55533a5e70769cdf4 (diff) |
V4L/DVB (11184): pvrusb2: Define default i2c address for wm8775 sub-device
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pvrusb2')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index b0987a63f67a..24b7413f5c99 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |||
@@ -131,6 +131,7 @@ static const char *module_names[] = { | |||
131 | 131 | ||
132 | static const unsigned char *module_i2c_addresses[] = { | 132 | static const unsigned char *module_i2c_addresses[] = { |
133 | [PVR2_CLIENT_ID_TUNER] = "\x60\x61\x62\x63", | 133 | [PVR2_CLIENT_ID_TUNER] = "\x60\x61\x62\x63", |
134 | [PVR2_CLIENT_ID_WM8775] = "\x1b", | ||
134 | }; | 135 | }; |
135 | 136 | ||
136 | 137 | ||