diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml
index 24c22cabc6689..948ddaab592e8 100644
--- a/Documentation/DocBook/media/dvb/dvbproperty.xml
+++ b/Documentation/DocBook/media/dvb/dvbproperty.xml
@@ -555,10 +555,46 @@ typedef enum fe_delivery_system {
DTV_ISDBT_LAYER*_TIME_INTERLEAVING
- Possible values: 0, 1, 2, 3, -1 (AUTO)
- Note: The real inter-leaver depth-names depend on the mode (fft-size); the values
- here are referring to what can be found in the TMCC-structure -
- independent of the mode.
+ Valid values: 0, 1, 2, 4, -1 (AUTO)
+ when DTV_ISDBT_SOUND_BROADCASTING is active, value 8 is also valid.
+ Note: The real time interleaving length depends on the mode (fft-size). The values
+ here are referring to what can be found in the TMCC-structure, as shown in the table below.
+
+
+
+
+ DTV_ISDBT_LAYER*_TIME_INTERLEAVING
+ Mode 1 (2K FFT)
+ Mode 2 (4K FFT)
+ Mode 3 (8K FFT)
+
+
+ 0
+ 0
+ 0
+ 0
+
+
+ 1
+ 4
+ 2
+ 1
+
+
+ 2
+ 8
+ 4
+ 2
+
+
+ 4
+ 16
+ 8
+ 4
+
+
+
+