Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] DocBook: add entry IDs for enum fe_sec_tone_mode

enum fe_sec_tone_mode is documented together with FE_SET_TONE.

Add xrefs for each entry there. This makes the hyperlinks at
frontend.h to go directly to the right documentation.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

+2 -2
+2 -2
Documentation/DocBook/media/dvb/fe-set-tone.xml
··· 76 76 </thead> 77 77 <tbody valign="top"> 78 78 <row> 79 - <entry align="char">SEC_TONE_ON</entry> 79 + <entry align="char" id="SEC-TONE-ON"><constant>SEC_TONE_ON</constant></entry> 80 80 <entry align="char">Sends a 22kHz tone burst to the antenna</entry> 81 81 </row><row> 82 - <entry align="char">SEC_TONE_OFF</entry> 82 + <entry align="char" id="SEC-TONE-OFF"><constant>SEC_TONE_OFF</constant></entry> 83 83 <entry align="char">Don't send a 22kHz tone to the antenna 84 84 (except if the FE_DISEQC_* ioctls are called)</entry> 85 85 </row>