Commit 712642b8 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (5155): Properly initialize mute and radio frequency

parent f1557ceb
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -117,8 +117,10 @@ static struct radio_device
	unsigned long freq;

	struct mutex lock;
} radio_unit = {0, 0, 0, 0, };

} radio_unit = {
	.muted =1,
	.freq = FREQ_LO,
};

static void outbit(unsigned long bit, __u16 io)
{