mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 15:40:53 +07:00
V4L/DVB (4354): A small fix at fmi->flags logic
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
a2ef73af4c
commit
fa38ad6592
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user