diff options
Diffstat (limited to 'utils/cec-follower/cec-follower.h')
-rw-r--r-- | utils/cec-follower/cec-follower.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/cec-follower/cec-follower.h b/utils/cec-follower/cec-follower.h index 36496fdc..0998382c 100644 --- a/utils/cec-follower/cec-follower.h +++ b/utils/cec-follower/cec-follower.h @@ -64,8 +64,8 @@ struct node { struct state state; __u16 phys_addr; __u8 cec_version; - bool has_arc_rx; - bool has_arc_tx; + bool source_has_arc_rx; + bool sink_has_arc_tx; bool has_aud_rate; bool has_deck_ctl; bool has_rec_tv; |