mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
bd14d4f8f4
commit
ae111f76f7
|
@ -131,6 +131,7 @@ static const char *module_names[] = {
|
||||||
|
|
||||||
static const unsigned char *module_i2c_addresses[] = {
|
static const unsigned char *module_i2c_addresses[] = {
|
||||||
[PVR2_CLIENT_ID_TUNER] = "\x60\x61\x62\x63",
|
[PVR2_CLIENT_ID_TUNER] = "\x60\x61\x62\x63",
|
||||||
|
[PVR2_CLIENT_ID_WM8775] = "\x1b",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue