Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8159a36 authored by Thierry MERLE's avatar Thierry MERLE Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (4936): Make MT4049FM5 tuner to set FM Gain to Normal



- remove any specific TDA9887_SET_CONFIG of usbvision driver
- add fm_gain_normal=1 to the MT4049FM5 tuner for radio functionality

Signed-off-by: default avatarThierry MERLE <thierry.merle@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 483deb0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -651,6 +651,7 @@ static struct tuner_params tuner_microtune_4049_fm5_params[] = {
		.has_tda9887 = 1,
		.port1_invert_for_secam_lc = 1,
		.default_pll_gating_18 = 1,
		.fm_gain_normal=1,
	},
};

+0 −2
Original line number Diff line number Diff line
@@ -2585,14 +2585,12 @@ static int attach_inform(struct i2c_client *client)
		case 0x4b:
		{
			struct tuner_setup tun_setup;
			unsigned int tda9887_conf = TDA9887_GAIN_NORMAL;

			tun_setup.mode_mask = T_ANALOG_TV | T_RADIO;
			tun_setup.type = TUNER_TDA9887;
			tun_setup.addr = client->addr;

			call_i2c_clients(usbvision, TUNER_SET_TYPE_ADDR, &tun_setup);
			call_i2c_clients(usbvision,TDA9887_SET_CONFIG, &tda9887_conf);

			break;
		}