Skip to content

Commit

Permalink
update 8922 config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
steven1758 committed Aug 17, 2016
1 parent 41ac0f5 commit 8a0bd3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/media/pci/cx88/cx88-dvb.c
Expand Up @@ -1003,13 +1003,13 @@ static const struct stv0299_config samsung_stv0299_config = {
.set_symbol_rate = samsung_smt_7020_stv0299_set_symbol_rate,
};

static struct tas2101_config tbs8922_demod_cfg[] = {
{
static struct tas2101_config tbs8922_demod_cfg = {

.i2c_address = 0x68,
.id = ID_TAS2100,
.init = {0x67, 0x45, 0x23, 0x01, 0xa8, 0x9b, 0x33}, // 0xb1
.init2 = 0,
}

};

static struct av201x_config tbs8922_av201x_cfg = {
Expand Down

0 comments on commit 8a0bd3f

Please sign in to comment.