mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
media: vidtv: fix service type
As the service currently broadcasts just audio, change the service type to reflect that. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
039b7caed1
commit
11f4933f7b
@ -81,7 +81,7 @@ struct vidtv_channel
|
||||
|
||||
s302m->service->descriptor = (struct vidtv_psi_desc *)
|
||||
vidtv_psi_service_desc_init(NULL,
|
||||
DIGITAL_TELEVISION_SERVICE,
|
||||
DIGITAL_RADIO_SOUND_SERVICE,
|
||||
name,
|
||||
provider);
|
||||
if (!s302m->service->descriptor)
|
||||
|
@ -220,6 +220,7 @@ enum service_running_status {
|
||||
enum service_type {
|
||||
/* see ETSI EN 300 468 v1.15.1 p. 77 */
|
||||
DIGITAL_TELEVISION_SERVICE = 0x1,
|
||||
DIGITAL_RADIO_SOUND_SERVICE = 0X2,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user