diff options
author | Mike Isely <isely@pobox.com> | 2009-03-07 03:57:42 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 15:43:37 (GMT) |
commit | ae111f76f785eaa350f0172fac68cf5de2e9eae7 (patch) | |
tree | 52907c7142046f3f13eb3bd1e316cf2726dff884 | |
parent | bd14d4f8f436d686e0e915d55533a5e70769cdf4 (diff) | |
download | linux-fsl-qoriq-ae111f76f785eaa350f0172fac68cf5de2e9eae7.tar.xz |
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>
-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 b0987a6..24b7413 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[] = { static const unsigned char *module_i2c_addresses[] = { [PVR2_CLIENT_ID_TUNER] = "\x60\x61\x62\x63", + [PVR2_CLIENT_ID_WM8775] = "\x1b", }; |