media: cx231xx: Set mfe_shared if second frontend found

If frontend[1] exists, then enable the dvb adapter mfe lock system.

Signed-off-by: Brad Love <brad@nextdimension.cc>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
这个提交包含在:
Brad Love
2018-03-06 14:14:59 -05:00
提交者 Mauro Carvalho Chehab
父节点 93e5b2066a
当前提交 f83423094d

查看文件

@@ -504,6 +504,9 @@ static int register_dvb(struct cx231xx_dvb *dvb,
dev->name, result);
goto fail_frontend1;
}
/* MFE lock */
dvb->adapter.mfe_shared = 1;
}
/* register demux stuff */