diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2007-07-02 08:48:50 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:14 -0500 |
commit | d189f3ef9e91b81573731f6fcb00c62b61450a50 (patch) | |
tree | d092fb9d8c7a41ccf68bf4e16c9434385d4c8fbc /drivers/media/dvb/frontends/stb0899_drv.c | |
parent | 381d8047031d8b7c2aca4b0dd624108c807262ec (diff) |
V4L/DVB (9386): FIX: Add in missing inversion (should be ideally in the config struct)
Thanks to Marco Schluessler <marco@lordzodiac.de> for pointing it out
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stb0899_drv.c')
-rw-r--r-- | drivers/media/dvb/frontends/stb0899_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stb0899_drv.c b/drivers/media/dvb/frontends/stb0899_drv.c index b8beac76f0e4..598e3348d534 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 | |||
1891 | state->i2c = i2c; | 1891 | state->i2c = i2c; |
1892 | state->frontend.ops = stb0899_ops; | 1892 | state->frontend.ops = stb0899_ops; |
1893 | state->frontend.demodulator_priv = state; | 1893 | state->frontend.demodulator_priv = state; |
1894 | state->internal.inversion = IQ_SWAP_AUTO; | ||
1894 | 1895 | ||
1895 | stb0899_wakeup(&state->frontend); | 1896 | stb0899_wakeup(&state->frontend); |
1896 | if (stb0899_get_dev_id(state) == -ENODEV) { | 1897 | if (stb0899_get_dev_id(state) == -ENODEV) { |