[media] dvb core: rename the media controller entities
Prefix all DVB media controller entities with "dvb-" and use dash instead of underline at the names. Requested-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
Родитель
daf77bd9c2
Коммит
e4fd3bc504
|
@ -1141,7 +1141,7 @@ static const struct dvb_device dvbdev_demux = {
|
|||
.users = 1,
|
||||
.writers = 1,
|
||||
#if defined(CONFIG_MEDIA_CONTROLLER_DVB)
|
||||
.name = "demux",
|
||||
.name = "dvb-demux",
|
||||
#endif
|
||||
.fops = &dvb_demux_fops
|
||||
};
|
||||
|
@ -1217,7 +1217,7 @@ static const struct dvb_device dvbdev_dvr = {
|
|||
.readers = 1,
|
||||
.users = 1,
|
||||
#if defined(CONFIG_MEDIA_CONTROLLER_DVB)
|
||||
.name = "dvr",
|
||||
.name = "dvb-dvr",
|
||||
#endif
|
||||
.fops = &dvb_dvr_fops
|
||||
};
|
||||
|
|
|
@ -1644,7 +1644,7 @@ static const struct dvb_device dvbdev_ca = {
|
|||
.readers = 1,
|
||||
.writers = 1,
|
||||
#if defined(CONFIG_MEDIA_CONTROLLER_DVB)
|
||||
.name = "ca_en50221",
|
||||
.name = "dvb-ca-en50221",
|
||||
#endif
|
||||
.fops = &dvb_ca_fops,
|
||||
};
|
||||
|
|
|
@ -1467,7 +1467,7 @@ static const struct dvb_device dvbdev_net = {
|
|||
.users = 1,
|
||||
.writers = 1,
|
||||
#if defined(CONFIG_MEDIA_CONTROLLER_DVB)
|
||||
.name = "dvb net",
|
||||
.name = "dvb-net",
|
||||
#endif
|
||||
.fops = &dvb_net_fops,
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче