Skip to content

Commit 11f4933

Browse files
committed
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>
1 parent 039b7ca commit 11f4933

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/media/test-drivers/vidtv/vidtv_channel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct vidtv_channel
8181

8282
s302m->service->descriptor = (struct vidtv_psi_desc *)
8383
vidtv_psi_service_desc_init(NULL,
84-
DIGITAL_TELEVISION_SERVICE,
84+
DIGITAL_RADIO_SOUND_SERVICE,
8585
name,
8686
provider);
8787
if (!s302m->service->descriptor)

drivers/media/test-drivers/vidtv/vidtv_psi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ enum service_running_status {
220220
enum service_type {
221221
/* see ETSI EN 300 468 v1.15.1 p. 77 */
222222
DIGITAL_TELEVISION_SERVICE = 0x1,
223+
DIGITAL_RADIO_SOUND_SERVICE = 0X2,
223224
};
224225

225226
/**

0 commit comments

Comments
 (0)