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

Commit e2798212 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (3343): KWorld HardwareMpegTV XPert: Add radio support



- add radio support for KWorld HardwareMpegTV XPert
- fix GPIO settings for tv and radio

Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 47a9e50e
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -1064,8 +1064,12 @@ struct cx88_board cx88_boards[] = {
		.input          = {{
		.input          = {{
			.type   = CX88_VMUX_TELEVISION,
			.type   = CX88_VMUX_TELEVISION,
			.vmux   = 0,
			.vmux   = 0,
			.gpio0  = 0x07fa,
			.gpio0  = 0x3de2,
		}},
		}},
		.radio = {
			.type   = CX88_RADIO,
			.gpio0  = 0x3de6,
		},
	},
	},


};
};