mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 12:44:49 -04:00
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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
93e5b2066a
commit
f83423094d
@@ -504,6 +504,9 @@ static int register_dvb(struct cx231xx_dvb *dvb,
|
|||||||
dev->name, result);
|
dev->name, result);
|
||||||
goto fail_frontend1;
|
goto fail_frontend1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* MFE lock */
|
||||||
|
dvb->adapter.mfe_shared = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* register demux stuff */
|
/* register demux stuff */
|
||||||
|
|||||||
Reference in New Issue
Block a user