Commit 449d1a0a authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[media] anysee: use multi-frontend (MFE)

Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 9bd9e3bd
This diff is collapsed.
...@@ -59,6 +59,7 @@ enum cmd { ...@@ -59,6 +59,7 @@ enum cmd {
struct anysee_state { struct anysee_state {
u8 hw; /* PCB ID */ u8 hw; /* PCB ID */
u8 seq; u8 seq;
u8 fe_id:1; /* frondend ID */
}; };
#define ANYSEE_HW_507T 2 /* E30 */ #define ANYSEE_HW_507T 2 /* E30 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment