This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: cx231xx: Set mfe_shared if second frontend found
Author:  Brad Love <b...@nextdimension.cc>
Date:    Tue Mar 6 14:14:59 2018 -0500

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

Signed-off-by: Brad Love <b...@nextdimension.cc>
Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com>

 drivers/media/usb/cx231xx/cx231xx-dvb.c | 3 +++
 1 file changed, 3 insertions(+)

---

diff --git a/drivers/media/usb/cx231xx/cx231xx-dvb.c 
b/drivers/media/usb/cx231xx/cx231xx-dvb.c
index 680c175be28d..3a5ed2a8209b 100644
--- a/drivers/media/usb/cx231xx/cx231xx-dvb.c
+++ b/drivers/media/usb/cx231xx/cx231xx-dvb.c
@@ -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 */

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to