aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-07 06:10:38 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-09 17:47:30 -0300
commit81d6f2f8b8843f77c458b4bcfde8f77dd1ee0740 (patch)
treeba9aa50e9e6012f1206674e5428fcf5dc8b03efb /Documentation
parent[media] DocBook: add entry IDs for enum fe_status (diff)
downloadlinux-dev-81d6f2f8b8843f77c458b4bcfde8f77dd1ee0740.tar.xz
linux-dev-81d6f2f8b8843f77c458b4bcfde8f77dd1ee0740.zip
[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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/media/dvb/fe-set-tone.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/media/dvb/fe-set-tone.xml b/Documentation/DocBook/media/dvb/fe-set-tone.xml
index 12cd4dd3a6ef..62d44e4ccc39 100644
--- a/Documentation/DocBook/media/dvb/fe-set-tone.xml
+++ b/Documentation/DocBook/media/dvb/fe-set-tone.xml
@@ -76,10 +76,10 @@
</thead>
<tbody valign="top">
<row>
- <entry align="char">SEC_TONE_ON</entry>
+ <entry align="char" id="SEC-TONE-ON"><constant>SEC_TONE_ON</constant></entry>
<entry align="char">Sends a 22kHz tone burst to the antenna</entry>
</row><row>
- <entry align="char">SEC_TONE_OFF</entry>
+ <entry align="char" id="SEC-TONE-OFF"><constant>SEC_TONE_OFF</constant></entry>
<entry align="char">Don't send a 22kHz tone to the antenna
(except if the FE_DISEQC_* ioctls are called)</entry>
</row>