Commit fa38ad65 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (4354): A small fix at fmi->flags logic

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent a2ef73af
......@@ -165,7 +165,7 @@ static int fmi_do_ioctl(struct inode *inode, struct file *file,
v->rangelow = RSF16_MINFREQ/mult;
v->rangehigh = RSF16_MAXFREQ/mult;
v->rxsubchans =V4L2_TUNER_SUB_MONO | V4L2_TUNER_MODE_STEREO;
v->capability=fmi->flags;
v->capability=fmi->flags&V4L2_TUNER_CAP_LOW;
v->audmode = V4L2_TUNER_MODE_STEREO;
v->signal = fmi_getsigstr(fmi);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment