Commit e4fd3bc5 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[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: default avatarHans Verkuil <hans.verkuil@cisco.com>

Acked-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent daf77bd9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
};
+1 −1
Original line number Diff line number Diff line
@@ -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,
};
+1 −1
Original line number Diff line number Diff line
@@ -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,
};