Commit b50c7652 authored by Takahito HIRANO's avatar Takahito HIRANO Committed by Rémi Denis-Courmont

dtv: fix ISDB-S tuning

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 2f7b8ee3
......@@ -1035,7 +1035,7 @@ int dvb_set_isdbs (dvb_device_t *d, uint64_t freq_Hz, uint16_t ts_id)
if (dvb_find_frontend (d, ISDB_S))
return -1;
return dvb_set_props (d, 5, DTV_CLEAR, 0, DTV_DELIVERY_SYSTEM, SYS_ISDBS,
return dvb_set_props (d, 4, DTV_CLEAR, 0, DTV_DELIVERY_SYSTEM, SYS_ISDBS,
DTV_FREQUENCY, freq,
#if DVBv5(8)
DTV_STREAM_ID,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment