From: Manu Abraham Date: Mon, 2 Jul 2007 12:48:50 +0000 (-0300) Subject: V4L/DVB (9386): FIX: Add in missing inversion (should be ideally in the config struct) X-Git-Tag: v2.6.29-rc1~556^2~557 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d189f3ef9e91b81573731f6fcb00c62b61450a50;p=~emulex%2Finfiniband.git V4L/DVB (9386): FIX: Add in missing inversion (should be ideally in the config struct) Thanks to Marco Schluessler for pointing it out Signed-off-by: Manu Abraham Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/frontends/stb0899_drv.c b/drivers/media/dvb/frontends/stb0899_drv.c index b8beac76f0e..598e3348d53 100644 --- a/drivers/media/dvb/frontends/stb0899_drv.c +++ b/drivers/media/dvb/frontends/stb0899_drv.c @@ -1891,6 +1891,7 @@ struct dvb_frontend *stb0899_attach(struct stb0899_config *config, struct i2c_ad state->i2c = i2c; state->frontend.ops = stb0899_ops; state->frontend.demodulator_priv = state; + state->internal.inversion = IQ_SWAP_AUTO; stb0899_wakeup(&state->frontend); if (stb0899_get_dev_id(state) == -ENODEV) {