Skip to content

Commit

Permalink
V4L/DVB (9386): FIX: Add in missing inversion (should be ideally in t…
Browse files Browse the repository at this point in the history
…he 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>
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 381d804 commit d189f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d189f3e

Please sign in to comment.