提交 fa38ad65 编写于 作者: M Mauro Carvalho Chehab

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

Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册