V4L/DVB: bttv: Move I2C IR initialization
authorJean Delvare <khali@linux-fr.org>
Fri, 19 Feb 2010 03:18:41 +0000 (00:18 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 19 Feb 2010 05:19:02 +0000 (03:19 -0200)
commit2434466432464110b5307757e0285dd41f15512e
tree6c12cb51b8c5e1f1ddf83791eda26cbd7a44c740
parent53f68607caba85db9a73846ccd289e4b7fa96295
V4L/DVB: bttv: Move I2C IR initialization

Move I2C IR initialization from just after I2C bus setup to right
before non-I2C IR initialization. This avoids the case where an I2C IR
device is blocking audio support (at least the PV951 suffers from
this). It is also more logical to group IR support together,
regardless of the connectivity.

This fixes bug #15184:
http://bugzilla.kernel.org/show_bug.cgi?id=15184

Signed-off-by: Jean Delvare <khali@linux-fr.org>
CC: stable@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/bt8xx/bttv-driver.c
drivers/media/video/bt8xx/bttv-i2c.c
drivers/media/video/bt8xx/bttvp.h