media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*

RC_TYPE is confusing and it's just the protocol. So rename it.

Suggested-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Sean Young <sean@mess.org>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Sean Young
2017-08-07 16:20:58 -04:00
committed by Mauro Carvalho Chehab
父節點 a9a249a2c9
當前提交 6d741bfed5
共有 200 個文件被更改,包括 1204 次插入1158 次删除

查看文件

@@ -57,10 +57,10 @@ static struct rc_map_table streamzap[] = {
static struct rc_map_list streamzap_map = {
.map = {
.scan = streamzap,
.size = ARRAY_SIZE(streamzap),
.rc_type = RC_TYPE_RC5_SZ,
.name = RC_MAP_STREAMZAP,
.scan = streamzap,
.size = ARRAY_SIZE(streamzap),
.rc_proto = RC_PROTO_RC5_SZ,
.name = RC_MAP_STREAMZAP,
}
};